/* Clinicia — Sağlık Teknolojileri hub */

.clinicia-healthtech {
    padding-bottom: 5rem;
}

.clinicia-healthtech-hero {
    position: relative;
    padding: 3.5rem 0 3rem;
    background: linear-gradient(135deg, #eef1f8 0%, #e3e8f4 40%, #f4f6fb 100%);
    overflow: hidden;
}

.clinicia-healthtech-hero::before,
.clinicia-healthtech-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.clinicia-healthtech-hero::before {
    top: -35%;
    right: -8%;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(77, 92, 145, 0.1) 0%, transparent 70%);
}

.clinicia-healthtech-hero::after {
    bottom: -40%;
    left: -10%;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(77, 92, 145, 0.07) 0%, transparent 70%);
}

.clinicia-healthtech-hero__inner {
    position: relative;
    z-index: 1;
}

.clinicia-healthtech-hero__visual {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(16, 20, 71, 0.15);
    background: #fff;
    border: 1px solid rgba(77, 92, 145, 0.12);
}

.clinicia-healthtech-hero__visual img,
.clinicia-healthtech-hero__visual video {
    width: 100%;
    height: auto;
    display: block;
}

.clinicia-healthtech-hero__badge-float {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.clinicia-healthtech-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--global--color-primary-darken);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(77, 92, 145, 0.15);
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
}

.clinicia-healthtech-chip i {
    color: var(--global--color-primary);
    font-size: 0.85rem;
}

.clinicia-healthtech-spotlight {
    margin-top: -1.5rem;
    position: relative;
    z-index: 2;
    padding-bottom: 1rem;
}

.clinicia-healthtech-spotlight__card {
    background: var(--clinicia-gradient);
    color: #fff;
    border-radius: 20px;
    padding: 2rem 2.25rem;
    box-shadow: 0 16px 48px rgba(16, 20, 71, 0.15);
}

.clinicia-healthtech-spotlight__card h2 {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.clinicia-healthtech-spotlight__card p {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0;
    line-height: 1.7;
}

.clinicia-healthtech-spotlight__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.clinicia-healthtech-stat {
    text-align: center;
}

.clinicia-healthtech-stat strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.clinicia-healthtech-stat span {
    font-size: 0.78rem;
    opacity: 0.85;
}

.clinicia-healthtech-grid {
    padding-top: 2.5rem;
}

.clinicia-healthtech-card__icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    color: var(--global--color-primary);
    font-size: 1.1rem;
    box-shadow: 0 4px 12px rgba(16, 20, 71, 0.1);
}

.clinicia-healthtech-arge {
    margin-top: 2.5rem;
}

.clinicia-healthtech-arge__card {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(77, 92, 145, 0.12);
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(16, 20, 71, 0.08);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.clinicia-healthtech-arge__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(16, 20, 71, 0.14);
    color: inherit;
}

.clinicia-healthtech-arge__media {
    flex: 0 0 42%;
    max-width: 42%;
    min-height: 220px;
}

.clinicia-healthtech-arge__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clinicia-healthtech-arge__body {
    flex: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.clinicia-healthtech-arge__body h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--global--color-primary-darken);
    margin-bottom: 0.75rem;
}

.clinicia-healthtech-arge__body p {
    color: #5c6378;
    margin-bottom: 1rem;
    line-height: 1.65;
}

.clinicia-healthtech-arge__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 700;
    color: var(--global--color-primary);
}

@media (max-width: 991.98px) {
    .clinicia-healthtech-hero__visual {
        margin-top: 2rem;
    }

    .clinicia-healthtech-spotlight__stats {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .clinicia-healthtech-arge__card {
        flex-direction: column;
    }

    .clinicia-healthtech-arge__media {
        flex: none;
        max-width: 100%;
        min-height: 200px;
    }
}
