/* ============================================================
   ProStand — Premium bölüm stilleri (services-3 & cards-1)
   main.css'ten SONRA yüklenmelidir. Yapıyı değiştirmez,
   mevcut kartların üzerine şık bir katman ekler.
   ============================================================ */
/* ---------- Ortak başlık dokunuşu ---------- */
#services-3 .block-heading {
    position: relative;
    letter-spacing: 0.01em;
    color: #0e1726;
}

#services-3 .block-heading::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    border-radius: 3px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, #00adc9, rgba(0, 173, 201, 0.25));
}

#services-3 .intro-block,
#services-3 .card-text {
    color: #46536a;
    line-height: 1.85;
}

/* ---------- services-3: yetkinlik kartları ---------- */
#services-3 .capability-card {
    position: relative;
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
    border: 1px solid rgba(14, 23, 38, 0.07);
    border-radius: 18px;
    padding: 30px 26px;
    box-shadow: 0 1px 2px rgba(14, 23, 38, 0.04), 0 12px 32px rgba(14, 23, 38, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

/* Üst kenarda hover'da beliren ince vurgu çizgisi */
#services-3 .capability-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00adc9, #7fe3f2);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

#services-3 .capability-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 173, 201, 0.35);
    box-shadow: 0 2px 4px rgba(14, 23, 38, 0.04), 0 22px 48px rgba(0, 173, 201, 0.12);
}

#services-3 .capability-card:hover::before {
    transform: scaleX(1);
}

/* İkon plakası */
#services-3 .capability-card .card-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(0, 173, 201, 0.12), rgba(0, 173, 201, 0.05));
    border: 1px solid rgba(0, 173, 201, 0.2);
    margin-bottom: 18px;
    transition: background 0.3s ease, transform 0.3s ease;
}

#services-3 .capability-card .card-icon i {
    font-size: 1.5rem;
    color: #00adc9;
    transition: color 0.3s ease;
}

#services-3 .capability-card:hover .card-icon {
    background: linear-gradient(135deg, #00adc9, #00c4e0);
    transform: scale(1.06);
}

#services-3 .capability-card:hover .card-icon i {
    color: #fff;
}

#services-3 .capability-card .card-heading,
#services-3 .capability-card .card-heading a {
    font-size: 1.02rem;
    font-weight: 700;
    color: #0e1726;
    text-decoration: none;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
}

#services-3 .capability-card .card-text {
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* ---------- cards-1: sertifika kartları ---------- */
#cards-1 .section-title h5 {
    position: relative;
    color: #0e1726;
    letter-spacing: 0.01em;
}

#cards-1 .section-title h5::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    border-radius: 3px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, #00adc9, rgba(0, 173, 201, 0.25));
}

#cards-1 .section-title p {
    color: #46536a;
    line-height: 1.85;
}

#cards-1 .card {
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
    border: 1px solid rgba(14, 23, 38, 0.07);
    border-radius: 18px;
    padding: 28px 26px 26px !important;
    box-shadow: 0 1px 2px rgba(14, 23, 38, 0.04), 0 12px 32px rgba(14, 23, 38, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

#cards-1 .card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 173, 201, 0.35);
    box-shadow: 0 2px 4px rgba(14, 23, 38, 0.04), 0 22px 48px rgba(0, 173, 201, 0.12);
}

/* Sertifika görseli: yumuşak ışıklı zemin üzerinde */
#cards-1 .card img {
    max-height: 111px;
    width: auto !important;
    object-fit: 111px;
    padding: 18px;
    border-radius: 14px;
    background: radial-gradient(ellipse at center, rgba(0, 173, 201, 0.08) 0%, rgba(0, 173, 201, 0) 70%);
    filter: drop-shadow(0 8px 18px rgba(14, 23, 38, 0.12));
    transition: transform 0.35s ease;
}

#cards-1 .card:hover img {
    transform: scale(1.04);
}

#cards-1 .card h3 {
    font-size: 1.05rem;
    color: #0e1726;
    text-align: center;
    line-height: 1.5;
    margin: 14px 0 10px;
}

#cards-1 .card h3 b {
    color: #00adc9;
    letter-spacing: 0.02em;
}

#cards-1 .card p {
    color: #46536a;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Mobil ince ayar */
@media (max-width: 767px) {
    #services-3 .capability-card {
        padding: 24px 20px;
    }

    #cards-1 .card img {
        max-height: 150px;
    }
}
