/**
 * Diş kliniği demosu — sektöre özel ek stiller
 */

.kobi-img-placeholder--about {
    min-height: clamp(260px, 36vw, 360px);
}

.kobi-card-placeholder {
    background:
        linear-gradient(160deg,
            color-mix(in srgb, var(--bs-primary) 12%, #fff) 0%,
            color-mix(in srgb, var(--bs-primary) 6%, #f1f5f9) 100%) !important;
    border-bottom: 1px solid color-mix(in srgb, var(--bs-primary) 12%, transparent);
}

.kobi-card-placeholder__icon-wrap {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--bs-primary) 14%, #fff);
    border: 1px solid color-mix(in srgb, var(--bs-primary) 22%, transparent);
    box-shadow: 0 4px 14px rgba(var(--bs-primary-rgb), 0.12);
}

.kobi-card-placeholder__icon-wrap i {
    font-size: 1.85rem;
    color: var(--bs-primary);
}

.dental-why-us {
    padding: clamp(2.5rem, 5vw, 3.5rem) 0 0;
}

.dental-why-card {
    background: var(--kobi-surface, #fff);
    border: 1px solid var(--kobi-border, #e2e8f0);
    border-radius: var(--kobi-radius-lg, 1.35rem);
    padding: 1.35rem 1.25rem;
    box-shadow: var(--kobi-shadow-sm);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.dental-why-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--kobi-shadow-md);
}

.dental-why-card__icon {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.85rem;
    background: linear-gradient(135deg, color-mix(in srgb, var(--bs-primary) 16%, #fff), color-mix(in srgb, var(--bs-primary) 6%, #f8fafc));
    color: var(--bs-primary);
    font-size: 1.2rem;
}

.dental-why-card__title {
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.dental-contact-cta__inner {
    max-width: 40rem;
    padding: clamp(2rem, 4vw, 3rem);
    background:
        linear-gradient(145deg,
            color-mix(in srgb, var(--bs-primary) 8%, #fff) 0%,
            #fff 55%,
            color-mix(in srgb, var(--bs-primary) 4%, #f8fafc) 100%);
    border: 1px solid color-mix(in srgb, var(--bs-primary) 18%, var(--kobi-border));
    border-radius: var(--kobi-radius-lg);
    box-shadow: var(--kobi-shadow-md);
}

.dental-contact-cta__icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: #fff;
    font-size: 1.35rem;
    box-shadow: 0 6px 20px rgba(var(--bs-primary-rgb), 0.3);
}

.dental-contact-cta__title {
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--kobi-ink);
}

.dental-contact-cta__text {
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--kobi-ink-muted);
    margin-left: auto;
    margin-right: auto;
    max-width: 32rem;
}

.dental-contact-cta .btn {
    border-radius: 999px;
}

body.theme-kobi .kobi-home-section:first-of-type {
    padding-top: clamp(2rem, 4vw, 3rem) !important;
}
