/* =========================
   HAKKIMIZDA
   ========================= */

.tp-about-intro {
    background: #fff;
    padding: clamp(48px, 8vh, 80px) 0;
}

.tp-about-intro-title {
    color: #004a98;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.2;
    margin: 0 0 1.25rem;
}

.tp-about-intro-lead {
    color: #2b2d33;
    font-size: clamp(1.0625rem, 1.4vw, 1.1875rem);
    font-weight: 600;
    line-height: 1.55;
    margin: 0 0 1rem;
}

.tp-about-intro-text {
    color: #4a4f57;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 1rem;
}

.tp-about-intro-text:last-child {
    margin-bottom: 0;
}

.tp-about-intro-accent {
    background: linear-gradient(160deg, #f0f6fc 0%, #e8f1fa 100%);
    border: 1px solid rgba(0, 74, 152, .12);
    border-radius: 12px;
    padding: clamp(24px, 4vw, 36px);
}

.tp-about-intro-accent strong {
    color: #004a98;
    display: block;
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: .5rem;
}

.tp-about-intro-accent p {
    color: #4a4f57;
    font-size: .9375rem;
    line-height: 1.6;
    margin: 0;
}

.tp-about-mv {
    background: #f4f7fb;
    padding: clamp(48px, 8vh, 80px) 0;
}

.tp-about-section-title {
    color: #2b2d33;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 800;
    letter-spacing: .04em;
    margin: 0 0 clamp(24px, 4vw, 40px);
    text-transform: uppercase;
}

.tp-about-mv-card {
    background: #fff;
    border: 1px solid rgba(0, 74, 152, .14);
    border-radius: 12px;
    box-shadow: 0 12px 32px -20px rgba(0, 35, 72, .25);
    height: 100%;
    padding: clamp(24px, 3vw, 32px);
}

.tp-about-mv-card h3 {
    color: #004a98;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: .06em;
    margin: 0 0 .75rem;
    text-transform: uppercase;
}

.tp-about-mv-card p {
    color: #4a4f57;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
}

.tp-about-values {
    background: #fff;
    padding: clamp(48px, 8vh, 80px) 0;
}

.tp-about-value-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    height: 100%;
    padding: 22px 20px;
    transition: border-color .25s ease, box-shadow .25s ease, transform .2s ease;
}

.tp-about-value-card:hover {
    border-color: rgba(0, 74, 152, .35);
    box-shadow: 0 14px 28px -18px rgba(0, 74, 152, .35);
    transform: translateY(-3px);
}

.tp-about-value-card h4 {
    color: #004a98;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 .5rem;
}

.tp-about-value-card p {
    color: #5c6370;
    font-size: .9375rem;
    line-height: 1.55;
    margin: 0;
}

.tp-about-team {
    background: #f8fafc;
    border-top: 1px solid #e8edf2;
    padding: clamp(48px, 8vh, 80px) 0;
}

.tp-about-team-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow .3s ease;
}

.tp-about-team-card:hover,
.tp-about-team-card:focus-within {
    box-shadow: 0 16px 32px -20px rgba(0, 74, 152, .35);
}

.tp-about-team-photo {
    aspect-ratio: 450 / 550;
    overflow: hidden;
    position: relative;
}

.tp-about-team-img {
    display: block;
    filter: grayscale(100%);
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transform: scale(1);
    transition: transform .45s ease;
    width: 100%;
}

.tp-about-team-card:hover .tp-about-team-img,
.tp-about-team-card:focus-within .tp-about-team-img {
    transform: scale(1.06);
}

.tp-about-team-caption {
    background: rgba(0, 35, 72, .94);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 14px 12px 16px;
    position: absolute;
    right: 0;
    text-align: center;
    transform: translateY(100%);
    transition: transform .35s cubic-bezier(.22, 1, .36, 1);
    z-index: 1;
}

.tp-about-team-card:hover .tp-about-team-caption,
.tp-about-team-card:focus-within .tp-about-team-caption {
    transform: translateY(0);
}

.tp-about-team-name {
    display: block;
    font-size: .9375rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 4px;
}

.tp-about-team-role {
    color: rgba(255, 255, 255, .88);
    display: block;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.35;
}

@media (prefers-reduced-motion: reduce) {
    .tp-about-team-img,
    .tp-about-team-caption {
        transition: none;
    }

    .tp-about-team-card:hover .tp-about-team-img,
    .tp-about-team-card:focus-within .tp-about-team-img {
        transform: none;
    }
}
