.about-page {
    font-family: 'Poppins', sans-serif;
    color: #2c3e50;
    background: #fff;
}

.about-intro {
    background: linear-gradient(135deg, #155c96 0%, #3498db 100%);
    color: #fff;
    padding-bottom: 4rem;
}

.about-hero {
    padding: 6rem 8% 2.25rem;
    text-align: center;
    background: transparent;
}

.about-hero-logo {
    display: block;
    height: 56px;
    width: auto;
    margin: 0 auto 2.5rem;
    filter: brightness(0) invert(1);
}

.about-kicker {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #155c96;
    margin: 0 0 1rem;
}

.about-hero h1 {
    font-size: clamp(1.75rem, 3.4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.25;
    max-width: 920px;
    margin: 0 auto;
    color: #fff;
}

.about-wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.about-founders {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 1.5rem 2rem;
    align-items: center;
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
}

.about-founder h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 0.4rem;
    color: #fff;
}

.about-founder p {
    font-size: 0.78rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.86);
    margin: 0;
}

.about-founder-photo {
    display: block;
    width: 148px;
    height: 148px;
    margin: 0 auto 0.85rem;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 24px rgba(10, 40, 70, 0.28);
}

.about-founder-photo-minvydas {
    object-position: 50% 12%;
}

.about-founder-photo-ainius {
    object-position: 48% 14%;
}

.about-founder-quote {
    margin: 0;
    font-size: clamp(0.98rem, 1.5vw, 1.12rem);
    font-style: italic;
    font-weight: 500;
    line-height: 1.65;
    color: #fff;
}

.about-press {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1.75rem;
}

.about-press a {
    display: block;
    padding: 1.15rem 1.25rem;
    background: #fff;
    border: 1px solid #e6edf3;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 12px rgba(44, 62, 80, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-press a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(21, 92, 150, 0.12);
}

.about-press-source {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #155c96;
    margin-bottom: 0.4rem;
}

.about-press-title {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
    color: #2c3e50;
}

.about-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.about-value {
    background: #fff;
    border-radius: 14px;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 4px 16px rgba(44, 62, 80, 0.08);
}

.about-value h3 {
    margin: 0 0 0.75rem;
    font-size: 1.15rem;
    color: #155c96;
}

.about-value p {
    margin: 0;
    font-size: 0.98rem;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    text-align: center;
}

.about-stat-num {
    display: block;
    font-size: clamp(2.4rem, 4.5vw, 3.4rem);
    font-weight: 700;
    line-height: 1.1;
    color: #155c96;
    margin-bottom: 0.5rem;
}

.about-stat-label {
    display: block;
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.45;
}

.about-journey {
    padding: 4.5rem 0 5rem;
    background: #fff;
}

.about-journey h2 {
    text-align: center;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 700;
    margin: 0 0 3rem;
    color: #2c3e50;
}

.about-journey .about-kicker {
    text-align: center;
}

.journey {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
}

.journey-line {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 15px;
    width: 4px;
    pointer-events: none;
}

.journey-line-bg {
    position: absolute;
    inset: 0;
    background: #d7e3ee;
    border-radius: 999px;
}

.journey-line-fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(180deg, #3498db 0%, #155c96 100%);
    border-radius: 999px;
}

.journey-items {
    position: relative;
}

.journey-item {
    position: relative;
    padding: 0 0 3.75rem 3.25rem;
}

.journey-item:last-child {
    padding-bottom: 0;
}

.journey-dot {
    position: absolute;
    left: 4px;
    top: 6px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #d7e3ee;
    z-index: 2;
    box-sizing: border-box;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.journey-item.active .journey-dot {
    background: #155c96;
    border-color: #155c96;
    box-shadow: 0 0 0 7px rgba(21, 92, 150, 0.16);
    transform: scale(1.08);
}

.journey-year {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #155c96;
    margin-bottom: 0.4rem;
}

.journey-content h3 {
    margin: 0 0 0.55rem;
    font-size: 1.25rem;
    color: #2c3e50;
}

.journey-content p {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.75;
    color: #4a5568;
}

.journey-photo {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 42%;
    border-radius: 10px;
    margin: 0;
}

.journey-photo-link {
    display: block;
    margin: 0.95rem 0 0;
    border-radius: 10px;
    overflow: hidden;
}

.journey-photo-link:hover .journey-photo,
.journey-photo-link:focus-visible .journey-photo {
    opacity: 0.9;
}

.journey-content .about-press {
    margin-top: 0;
    grid-template-columns: 1fr;
}

.journey-content .about-press a {
    text-align: left;
}

.journey-content {
    background: #f9f9f9;
    border-radius: 14px;
    padding: 1.35rem 1.4rem 1.45rem;
    box-shadow: 0 4px 16px rgba(44, 62, 80, 0.06);
    opacity: 0.55;
    transform: translateY(10px);
    transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.journey-item.active .journey-content {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 8px 24px rgba(21, 92, 150, 0.1);
}

@media (min-width: 900px) {
    .journey-line {
        left: 50%;
        transform: translateX(-50%);
    }

    .journey-item {
        width: 50%;
        padding: 0 3.5rem 4.5rem 0;
    }

    .journey-item:nth-child(odd) {
        margin-right: 50%;
        text-align: right;
    }

    .journey-item:nth-child(even) {
        margin-left: 50%;
        padding: 0 0 4.5rem 3.5rem;
        text-align: left;
    }

    .journey-item:last-child {
        padding-bottom: 0;
    }

    .journey-dot {
        left: auto;
        right: -13px;
        top: 18px;
    }

    .journey-item:nth-child(even) .journey-dot {
        right: auto;
        left: -13px;
    }

    .journey-item:nth-child(even) .about-press {
        grid-template-columns: 1fr 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .journey-content,
    .journey-dot,
    .journey-item.active .journey-content {
        transition: none;
        opacity: 1;
        transform: none;
    }
}

.about-cta {
    padding: 4.5rem 1.5rem 5rem;
    text-align: center;
    background: #fff;
    color: #2c3e50;
    scroll-margin-top: 72px;
}

.about-cta h2 {
    color: #2c3e50;
    margin-bottom: 0.75rem;
}

.about-cta > p:not(.about-cta-contact) {
    color: #4a5568;
    max-width: 640px;
    margin: 0 auto 1.75rem;
}

.about-cta-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.about-cta-contact {
    margin: 1.75rem auto 0;
    font-size: 0.92rem;
    color: #5a6a7a;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.45rem 0.85rem;
    max-width: none;
}

.about-cta-contact a {
    color: #155c96;
    font-weight: 500;
    text-decoration: none;
}

.about-cta-contact a:hover {
    text-decoration: underline;
}

.about-cta-sep {
    color: #c5d0d8;
}

.about-cta-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.about-btn {
    display: inline-block;
    padding: 0.95rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.05rem;
    text-decoration: none;
    font-family: inherit;
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 0.2s ease, background 0.2s ease, filter 0.2s ease;
}

.about-btn:hover {
    transform: translateY(-2px);
}

.about-btn-primary {
    background: #155c96;
    color: #fff;
}

.about-btn-primary:hover {
    filter: brightness(1.08);
}

.about-btn-ghost {
    background: transparent;
    color: #155c96;
    border-color: #155c96;
}

.about-btn-ghost:hover {
    background: rgba(21, 92, 150, 0.08);
}

@media (max-width: 900px) {
    .about-hero {
        padding: 4.25rem 1.25rem 1.75rem;
    }

    .about-hero-logo {
        height: 44px;
        margin-bottom: 2rem;
    }

    .about-intro {
        padding-bottom: 2.75rem;
    }

    .about-founders {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        max-width: 420px;
    }

    .about-founder:first-child { order: 1; }
    .about-founder-quote { order: 2; }
    .about-founder:last-child { order: 3; }

    .about-founder-photo {
        width: 128px;
        height: 128px;
    }

    .about-press,
    .about-values,
    .about-stats {
        grid-template-columns: 1fr;
    }
}
