/* =====================================================================
   KodImzalama.com — UI bileşenleri (v2 şablonları)
   Yeniden yazılan şablonlar (ana sayfa, ürün, liste) bu sınıfları kullanır.
   Renk ve ölçü değişkenleri theme-pro.css içindeki --tp-* token'larıdır.
   ===================================================================== */

.k-page {
    --k-header-h: 73px;
    background: #fff;
    color: var(--tp-text);
}

.k-page .container {
    max-width: 1240px;
}

/* ---------- Bölüm ---------- */
.k-section {
    padding: 64px 0;
    position: relative;
}

.k-section--tight {
    padding: 40px 0;
}

/* İnce bant: logo şeridi, güven şeridi gibi yardımcı bölümler */
.k-section--band {
    padding: 22px 0;
    border-bottom: 1px solid var(--tp-line-2);
}

.k-section--alt {
    background: var(--tp-surface);
    border-top: 1px solid var(--tp-line-2);
    border-bottom: 1px solid var(--tp-line-2);
}

.k-section--dark {
    background: var(--tp-ink);
    color: rgba(226, 232, 240, .78);
}

.k-section--dark .k-h2,
.k-section--dark .k-h3 {
    color: #fff;
}

.k-section--dark .k-lead {
    color: rgba(226, 232, 240, .7);
}

@media (max-width: 767px) {
    .k-section {
        padding: 44px 0;
    }

    .k-section--tight {
        padding: 32px 0;
    }

    .k-section--band {
        padding: 18px 0;
    }
}

.k-head {
    max-width: 720px;
    margin-bottom: 28px;
}

.k-head .k-lead {
    max-width: 640px;
}

.k-head--split .k-h2,
.k-head--split .k-lead {
    margin-bottom: 0;
}

.k-head--split .k-h2+.k-lead {
    margin-top: 8px;
}

.k-head--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.k-head--split {
    max-width: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.k-head--split>div {
    max-width: 640px;
}

/* ---------- Tipografi ---------- */
.k-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--tp-brand);
    margin-bottom: 10px;
}

.k-eyebrow::before {
    content: "";
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
}

.k-section--dark .k-eyebrow,
.k-hero .k-eyebrow {
    color: #93c5fd;
}

.k-h1 {
    font-family: var(--tp-font-head);
    font-size: clamp(2.3rem, 1.5rem + 3vw, 3.9rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.035em;
    color: var(--tp-ink);
    margin: 0 0 16px;
}

/* Liste/kategori gibi açık hero'larda daha küçük H1 */
.k-h1--sm {
    font-size: clamp(2rem, 1.45rem + 2vw, 3rem);
    margin-bottom: 12px;
}

.k-h2 {
    font-family: var(--tp-font-head);
    font-size: clamp(1.65rem, 1.25rem + 1.3vw, 2.3rem);
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -.03em;
    color: var(--tp-ink);
    margin: 0 0 12px;
}

.k-h3 {
    font-family: var(--tp-font-head);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -.015em;
    color: var(--tp-ink);
    margin: 0 0 8px;
}

.k-lead {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--tp-muted);
    margin: 0;
}

.k-muted {
    color: var(--tp-muted);
}

.k-text-grad {
    background: linear-gradient(90deg, #93c5fd, #60a5fa);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.k-prose {
    font-size: 16px;
    line-height: 1.75;
    color: var(--tp-text);
}

.k-prose h2,
.k-prose h3,
.k-prose h4 {
    font-family: var(--tp-font-head);
    color: var(--tp-ink);
    letter-spacing: -.02em;
    margin: 1.6em 0 .55em;
    line-height: 1.3;
}

.k-prose h2 {
    font-size: 1.6rem;
}

.k-prose h3 {
    font-size: 1.3rem;
}

.k-prose p {
    margin: 0 0 1.1em;
}

.k-prose ul,
.k-prose ol {
    padding-left: 1.2em;
    margin: 0 0 1.2em;
}

.k-prose li {
    margin-bottom: .4em;
}

.k-prose a {
    color: var(--tp-brand);
    font-weight: 500;
}

.k-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.k-prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.4em 0;
    font-size: 15px;
}

.k-prose th,
.k-prose td {
    border: 1px solid var(--tp-line);
    padding: 10px 14px;
    text-align: left;
}

.k-prose th {
    background: var(--tp-surface);
    color: var(--tp-ink);
    font-weight: 600;
}

/* ---------- Butonlar ---------- */
.k-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    padding: 0 22px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.005em;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color .15s, border-color .15s, color .15s, box-shadow .15s, transform .15s;
}

.k-btn i {
    font-size: .9em;
}

.k-btn--primary {
    background: var(--tp-brand);
    border-color: var(--tp-brand);
    color: #fff !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .12), inset 0 1px 0 rgba(255, 255, 255, .14);
}

.k-btn--primary:hover {
    background: var(--tp-brand-600);
    border-color: var(--tp-brand-600);
    box-shadow: 0 8px 20px -6px rgba(37, 99, 235, .5);
    transform: translateY(-1px);
}

.k-btn--dark {
    background: var(--tp-ink);
    border-color: var(--tp-ink);
    color: #fff !important;
}

.k-btn--dark:hover {
    background: #1b2640;
    border-color: #1b2640;
}

.k-btn--light {
    background: #fff;
    border-color: #fff;
    color: var(--tp-ink) !important;
}

.k-btn--light:hover {
    background: #eef2f8;
    border-color: #eef2f8;
}

.k-btn--ghost {
    background: #fff;
    border-color: var(--tp-line);
    color: var(--tp-ink) !important;
}

.k-btn--ghost:hover {
    border-color: #c7d1e0;
    background: var(--tp-surface);
}

.k-btn--ghost-dark {
    background: rgba(255, 255, 255, .04);
    border-color: rgba(255, 255, 255, .2);
    color: #fff !important;
}

.k-btn--ghost-dark:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .36);
}

.k-btn--lg {
    height: 54px;
    padding: 0 26px;
    font-size: 16px;
}

.k-btn--sm {
    height: 38px;
    padding: 0 14px;
    font-size: 14px;
}

.k-btn--block {
    width: 100%;
}

.k-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--tp-brand) !important;
    font-weight: 600;
    text-decoration: none !important;
}

.k-link i {
    font-size: .8em;
    transition: transform .15s;
}

.k-link:hover i {
    transform: translateX(3px);
}

/* ---------- Rozetler ---------- */
.k-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .01em;
    background: var(--tp-surface);
    border: 1px solid var(--tp-line);
    color: var(--tp-text);
    white-space: nowrap;
}

.k-badge--brand {
    background: var(--tp-brand-50);
    border-color: var(--tp-brand-100);
    color: var(--tp-brand-600);
}

.k-badge--dark {
    background: var(--tp-ink);
    border-color: var(--tp-ink);
    color: #fff;
}

.k-badge--ok {
    background: #ecfdf5;
    border-color: #d1fae5;
    color: #047857;
}

.k-badge--warn {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #c2410c;
}

.k-badge--glass {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .88);
}

/* ---------- Kart, ikon, grid ---------- */
.k-card {
    background: #fff;
    border: 1px solid var(--tp-line);
    border-radius: 16px;
    padding: 22px;
    height: 100%;
}

.k-card--hover {
    transition: border-color .2s, box-shadow .2s, transform .2s var(--tp-ease);
}

.k-card--hover:hover {
    border-color: #cdd6e4;
    box-shadow: var(--tp-shadow-lg);
    transform: translateY(-2px);
}

.k-card p {
    margin: 0;
    color: var(--tp-muted);
    font-size: 14.5px;
    line-height: 1.6;
}

.k-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    background: var(--tp-brand-50);
    border: 1px solid var(--tp-brand-100);
    color: var(--tp-brand);
    font-size: 17px;
    margin-bottom: 14px;
}

.k-icon--dark {
    background: var(--tp-ink);
    border-color: var(--tp-ink);
    color: #fff;
}

.k-section--dark .k-icon {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .1);
    color: #93c5fd;
}

.k-section--dark .k-card {
    background: rgba(255, 255, 255, .03);
    border-color: rgba(255, 255, 255, .08);
}

.k-section--dark .k-card p {
    color: rgba(226, 232, 240, .65);
}

.k-grid {
    display: grid;
    gap: 20px;
}

.k-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.k-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.k-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1099px) {
    .k-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .k-grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 639px) {

    .k-grid--2,
    .k-grid--3,
    .k-grid--4 {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* ---------- Onay listesi ---------- */
.k-checks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.k-checks li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    color: var(--tp-text);
    font-size: 15px;
}

.k-checks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--tp-brand-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%232563eb'%3E%3Cpath d='M8.2 13.6 4.9 10.3l1.2-1.2 2.1 2.1 5.7-5.7 1.2 1.2z'/%3E%3C/svg%3E") center/16px no-repeat;
    border: 1px solid var(--tp-brand-100);
}

.k-checks li.is-off {
    color: var(--tp-muted);
}

.k-checks li.is-off::before {
    background: var(--tp-surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2394a3b8'%3E%3Cpath d='m6 5 4 4 4-4 1 1-4 4 4 4-1 1-4-4-4 4-1-1 4-4-4-4z'/%3E%3C/svg%3E") center/14px no-repeat;
    border-color: var(--tp-line);
}

.k-checks--2col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
}

@media (max-width: 639px) {
    .k-checks--2col {
        grid-template-columns: minmax(0, 1fr);
    }
}

.k-section--dark .k-checks li,
.k-hero .k-checks li {
    color: rgba(226, 232, 240, .85);
}

.k-section--dark .k-checks li::before,
.k-hero .k-checks li::before {
    background-color: rgba(147, 197, 253, .12);
    border-color: rgba(147, 197, 253, .25);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2393c5fd'%3E%3Cpath d='M8.2 13.6 4.9 10.3l1.2-1.2 2.1 2.1 5.7-5.7 1.2 1.2z'/%3E%3C/svg%3E");
}

/* ---------- Hero (koyu) ---------- */
.k-hero {
    position: relative;
    overflow: hidden;
    background: var(--tp-ink);
    color: rgba(226, 232, 240, .78);
    padding: 64px 0 56px;
    isolation: isolate;
}

.k-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(900px 520px at 80% -10%, rgba(37, 99, 235, .35), transparent 60%),
        radial-gradient(700px 480px at -10% 110%, rgba(37, 99, 235, .14), transparent 60%);
}

.k-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 60% 30%, #000 30%, transparent 80%);
    mask-image: radial-gradient(ellipse 70% 60% at 60% 30%, #000 30%, transparent 80%);
}

.k-hero .k-h1 {
    color: #fff;
}

.k-hero .k-lead {
    color: rgba(226, 232, 240, .74);
    max-width: 560px;
}

.k-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: 56px;
    align-items: center;
}

.k-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 26px 0 22px;
}

.k-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    font-size: 14px;
    color: rgba(226, 232, 240, .66);
}

.k-hero__meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.k-hero__meta i {
    color: #34d399;
}

@media (max-width: 991px) {
    .k-hero {
        padding: 40px 0 36px;
    }

    .k-hero__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }
}

/* Terminal görseli */
.k-term {
    background: rgba(17, 26, 46, .9);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 16px;
    box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .7), inset 0 1px 0 rgba(255, 255, 255, .05);
    overflow: hidden;
    font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 13.5px;
}

.k-term__bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    color: rgba(226, 232, 240, .5);
    font-size: 12px;
}

.k-term__bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
}

.k-term__bar b {
    margin-left: auto;
    font-weight: 500;
}

.k-term__body {
    padding: 20px 20px 22px;
    line-height: 1.9;
    color: rgba(226, 232, 240, .82);
    overflow-x: auto;
    white-space: nowrap;
}

.k-term__body .p {
    color: #60a5fa;
}

.k-term__body .c {
    color: rgba(226, 232, 240, .42);
}

.k-term__body .ok {
    color: #34d399;
}

.k-term__foot {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    border-top: 1px solid rgba(255, 255, 255, .06);
    background: rgba(255, 255, 255, .02);
    font-family: var(--tp-font);
}

.k-term__foot .k-icon {
    margin: 0;
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    background: rgba(52, 211, 153, .12);
    border-color: rgba(52, 211, 153, .25);
    color: #34d399;
}

.k-term__foot strong {
    display: block;
    color: #fff;
    font-size: 14px;
}

.k-term__foot small {
    color: rgba(226, 232, 240, .55);
    font-size: 12.5px;
}

/* ---------- Logo şeridi ---------- */
.k-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px 40px;
}

.k-logos__label {
    font-size: 13px;
    font-weight: 600;
    color: var(--tp-muted);
    letter-spacing: .02em;
}

.k-logos__items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 44px;
}

.k-logos__items img {
    width: auto !important;
    height: auto !important;
    max-width: 150px;
    max-height: 34px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .6;
    transition: opacity .2s, filter .2s;
}

.k-logos__items a:hover img,
.k-logos__items img:hover {
    filter: none;
    opacity: 1;
}

.k-logos__items .k-logo-text {
    font-family: var(--tp-font-head);
    font-weight: 700;
    font-size: 19px;
    color: #94a3b8;
    letter-spacing: -.02em;
}

/* ---------- İstatistik ---------- */
.k-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--tp-line);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}

.k-stat {
    padding: 18px 22px;
    border-right: 1px solid var(--tp-line);
}

.k-stat:last-child {
    border-right: 0;
}

.k-stat strong {
    display: block;
    font-family: var(--tp-font-head);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -.035em;
    color: var(--tp-ink);
    line-height: 1.1;
}

.k-stat span {
    font-size: 14px;
    color: var(--tp-muted);
}

@media (max-width: 767px) {
    .k-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .k-stat:nth-child(2) {
        border-right: 0;
    }

    .k-stat:nth-child(-n+2) {
        border-bottom: 1px solid var(--tp-line);
    }
}

/* ---------- Ürün kartı ---------- */
.k-pcard {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--tp-line);
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    transition: border-color .2s, box-shadow .2s, transform .2s var(--tp-ease);
}

.k-pcard:hover {
    border-color: #cdd6e4;
    box-shadow: var(--tp-shadow-lg);
    transform: translateY(-2px);
}

.k-pcard--featured {
    border-color: var(--tp-ink);
    box-shadow: 0 0 0 1px var(--tp-ink);
}

.k-pcard--featured:hover {
    border-color: var(--tp-ink);
    box-shadow: 0 0 0 1px var(--tp-ink), var(--tp-shadow-lg);
}

.k-pcard__ribbon {
    position: absolute;
    top: -12px;
    left: 20px;
}

.k-pcard__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 28px;
    margin-bottom: 14px;
}

.k-pcard__brand {
    display: inline-flex;
    align-items: center;
    width: 112px;
    height: 28px;
}

/* Tüm marka logoları aynı kutuya sığar: farklı en-boy oranları görsel olarak eşitlenir */
.k-pcard__brand img {
    width: auto !important;
    height: auto !important;
    max-width: 112px;
    max-height: 28px;
    object-fit: contain;
}

.k-pcard__brand .k-logo-text {
    font-family: var(--tp-font-head);
    font-weight: 700;
    font-size: 16px;
    color: var(--tp-ink);
}

.k-pcard__title {
    font-family: var(--tp-font-head);
    font-size: 16.5px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -.015em;
    margin: 0 0 6px;
    /* Kart yüksekliklerini eşitlemek için başlık en fazla iki satır */
    min-height: 2.7em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.k-pcard__title a {
    color: var(--tp-ink) !important;
    text-decoration: none !important;
}

.k-pcard__title a::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
}

.k-pcard__sub {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
    font-size: 13px;
    color: var(--tp-muted);
    margin: 0 0 14px;
}

.k-pcard__sub span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.k-pcard__sub i {
    font-size: 12px;
    color: #94a3b8;
}

.k-pcard .k-checks {
    gap: 8px;
    margin-bottom: 18px;
}

.k-pcard .k-checks li {
    font-size: 13.5px;
    padding-left: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.k-pcard .k-checks li::before {
    width: 18px;
    height: 18px;
    background-size: 14px;
}

.k-pcard__price {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--tp-line-2);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.k-price {
    display: flex;
    flex-direction: column;
}

.k-price__old {
    font-size: 13px;
    color: var(--tp-muted);
    text-decoration: line-through;
}

.k-price__now {
    font-family: var(--tp-font-head);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -.03em;
    color: var(--tp-ink);
    line-height: 1.15;
}

.k-price__now small {
    font-family: var(--tp-font);
    font-size: 13px;
    font-weight: 500;
    color: var(--tp-muted);
    letter-spacing: 0;
}

.k-pcard__cta {
    position: relative;
    z-index: 1;
}

.k-pcard__badges {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Tek sütunda hizalanacak komşu kart yok: başlık için yer ayırmaya gerek yok */
@media (max-width: 639px) {
    .k-pcard__title {
        min-height: 0;
    }
}

.k-pcard .k-price__now {
    font-size: 24px;
}

/* Eski fiyat + indirim satırı: indirim olmayan kartlarda da yer tutar, fiyatlar hizalı kalır */
.k-price__row {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 20px;
    line-height: 20px;
}

.k-off {
    display: inline-flex;
    align-items: center;
    height: 18px;
    padding: 0 6px;
    border-radius: 999px;
    background: #ecfdf5;
    border: 1px solid #d1fae5;
    color: #047857;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .01em;
}

/* ---------- Filtre sekmeleri ---------- */
.k-tabs {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    background: var(--tp-surface);
    border: 1px solid var(--tp-line);
    border-radius: 12px;
    flex-wrap: wrap;
}

.k-tabs button {
    border: 0;
    background: transparent;
    color: var(--tp-text);
    font-size: 14px;
    font-weight: 600;
    height: 38px;
    padding: 0 16px;
    border-radius: 9px;
    cursor: pointer;
    transition: background-color .15s, color .15s, box-shadow .15s;
}

.k-tabs button:hover {
    color: var(--tp-ink);
}

.k-tabs button.is-active {
    background: #fff;
    color: var(--tp-ink);
    box-shadow: 0 1px 2px rgba(16, 24, 40, .08), 0 0 0 1px var(--tp-line);
}

.k-tabs button span {
    color: var(--tp-muted);
    font-weight: 500;
    margin-left: 4px;
}

/* ---------- Adımlar ---------- */
.k-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    counter-reset: kstep;
    position: relative;
}

.k-steps::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    height: 1px;
    background: var(--tp-line);
}

.k-step {
    position: relative;
    counter-increment: kstep;
}

.k-step::before {
    content: counter(kstep);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--tp-line);
    color: var(--tp-ink);
    font-family: var(--tp-font-head);
    font-weight: 700;
    margin-bottom: 14px;
    box-shadow: 0 0 0 6px #fff;
}

.k-section--alt .k-step::before {
    box-shadow: 0 0 0 6px var(--tp-surface);
}

.k-step:first-child::before {
    background: var(--tp-ink);
    border-color: var(--tp-ink);
    color: #fff;
}

.k-step p {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--tp-muted);
    margin: 0;
}

@media (max-width: 991px) {
    .k-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 28px;
    }

    .k-steps::before {
        display: none;
    }
}

@media (max-width: 575px) {
    .k-steps {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* ---------- Karşılaştırma tablosu ---------- */
.k-compare {
    border: 1px solid var(--tp-line);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.k-compare table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
}

.k-compare th,
.k-compare td {
    padding: 13px 18px;
    border-bottom: 1px solid var(--tp-line-2);
    text-align: left;
    vertical-align: middle;
}

.k-compare thead th {
    background: var(--tp-surface) !important;
    color: var(--tp-ink) !important;
    font-family: var(--tp-font-head);
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid var(--tp-line) !important;
}

.k-compare thead th small {
    display: block;
    font-family: var(--tp-font);
    font-size: 13px;
    font-weight: 500;
    color: var(--tp-muted);
}

.k-compare thead th.is-hl {
    background: var(--tp-ink) !important;
    color: #fff !important;
}

.k-compare thead th.is-hl small {
    color: rgba(226, 232, 240, .7);
}

.k-compare td:first-child {
    color: var(--tp-text);
    font-weight: 500;
}

.k-compare td.is-hl {
    background: #fbfcfe;
}

.k-compare tr:last-child td {
    border-bottom: 0;
}

.k-yes,
.k-no {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.k-yes {
    color: #047857;
}

.k-no {
    color: #94a3b8;
}

@media (max-width: 767px) {
    .k-compare {
        overflow-x: auto;
    }

    .k-compare table {
        min-width: 560px;
    }
}

/* ---------- SSS ---------- */
.k-faq {
    border-top: 1px solid var(--tp-line);
}

.k-faq details {
    border-bottom: 1px solid var(--tp-line);
}

.k-faq summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 17px 0;
    font-family: var(--tp-font-head);
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-ink);
    cursor: pointer;
    letter-spacing: -.01em;
}

.k-faq summary::-webkit-details-marker {
    display: none;
}

.k-faq summary::after {
    content: "";
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid var(--tp-line);
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%230b1220'%3E%3Cpath d='M9.25 4h1.5v5.25H16v1.5h-5.25V16h-1.5v-5.25H4v-1.5h5.25z'/%3E%3C/svg%3E") center/14px no-repeat;
    transition: transform .2s var(--tp-ease), background-color .2s;
}

.k-faq details[open] summary::after {
    transform: rotate(45deg);
    background-color: var(--tp-surface);
}

.k-faq summary:hover {
    color: var(--tp-brand);
}

.k-faq__a {
    padding: 0 48px 18px 0;
    color: var(--tp-muted);
    font-size: 15px;
    line-height: 1.7;
}

.k-faq__a p:last-child {
    margin-bottom: 0;
}

/* ---------- CTA bandı ---------- */
.k-cta {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: var(--tp-ink);
    color: rgba(226, 232, 240, .75);
    padding: 40px 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    isolation: isolate;
}

.k-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(700px 360px at 100% 0%, rgba(37, 99, 235, .45), transparent 60%);
}

.k-cta .k-h2 {
    color: #fff;
    margin-bottom: 8px;
}

.k-cta p {
    margin: 0;
    font-size: 16px;
    max-width: 560px;
}

.k-cta__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .k-cta {
        padding: 30px 22px;
        border-radius: 18px;
    }
}

/* ---------- Blog kartı ---------- */
.k-post {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none !important;
    color: inherit;
}

.k-post__img {
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    overflow: hidden;
    background: var(--tp-surface);
    border: 1px solid var(--tp-line);
    margin-bottom: 14px;
}

.k-post__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s var(--tp-ease);
}

.k-post:hover .k-post__img img {
    transform: scale(1.03);
}

.k-post__meta {
    font-size: 13px;
    color: var(--tp-muted);
    margin-bottom: 8px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.k-post__meta b {
    color: var(--tp-brand);
    font-weight: 600;
}

.k-post h3 {
    font-family: var(--tp-font-head);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.015em;
    color: var(--tp-ink);
    margin: 0 0 8px;
}

.k-post:hover h3 {
    color: var(--tp-brand);
}

.k-post p {
    font-size: 14.5px;
    color: var(--tp-muted);
    line-height: 1.65;
    margin: 0;
}

/* ---------- Değer kartı listesi (ikon + metin) ---------- */
.k-feature {
    display: flex;
    gap: 16px;
}

.k-feature .k-icon {
    margin: 0;
}

.k-feature p {
    margin: 0;
    font-size: 15px;
    color: var(--tp-muted);
    line-height: 1.65;
}

/* ---------- Platform çipi ---------- */
.k-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 16px;
    border: 1px solid var(--tp-line);
    border-radius: 12px;
    background: #fff;
}

.k-chip i {
    font-size: 20px;
    color: var(--tp-ink);
    width: 24px;
    text-align: center;
}

.k-chip strong {
    display: block;
    font-size: 14.5px;
    color: var(--tp-ink);
    font-weight: 600;
}

.k-chip small {
    display: block;
    font-size: 12.5px;
    color: var(--tp-muted);
}

/* =====================================================================
   Ürün detay sayfası
   ===================================================================== */
.k-crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13.5px;
    color: var(--tp-muted);
    margin-bottom: 18px;
    list-style: none;
    padding: 0;
}

.k-crumbs a {
    color: var(--tp-muted) !important;
    text-decoration: none !important;
}

.k-crumbs a:hover {
    color: var(--tp-ink) !important;
}

.k-crumbs li+li::before {
    content: "/";
    margin-right: 8px;
    color: #cbd5e1;
}

.k-crumbs li[aria-current] {
    color: var(--tp-ink);
    font-weight: 500;
}

.k-pd-hero {
    padding: 20px 0 40px;
    background: linear-gradient(180deg, var(--tp-surface) 0%, #fff 100%);
    border-bottom: 1px solid var(--tp-line-2);
}

.k-pd-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 48px;
    align-items: start;
}

@media (max-width: 1099px) {
    .k-pd-grid {
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .k-pd-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.k-pd-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.k-pd-logo {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 14px;
    background: #fff;
    border: 1px solid var(--tp-line);
    border-radius: 10px;
    margin-right: 4px;
}

.k-pd-logo img {
    width: auto !important;
    height: auto !important;
    max-width: 120px;
    max-height: 24px;
    object-fit: contain;
}

.k-pd-logo .k-logo-text {
    font-family: var(--tp-font-head);
    font-weight: 700;
    color: var(--tp-ink);
    font-size: 15px;
}

.k-pd-title {
    font-family: var(--tp-font-head);
    font-size: clamp(1.9rem, 1.35rem + 1.8vw, 2.75rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.035em;
    color: var(--tp-ink);
    margin: 0 0 12px;
}

.k-pd-desc {
    font-size: 16.5px;
    line-height: 1.65;
    color: var(--tp-muted);
    margin: 0 0 22px;
    max-width: 680px;
}

.k-specs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--tp-line);
    border-radius: 14px;
    background: #fff;
    margin-bottom: 22px;
}

.k-spec {
    padding: 13px 16px;
    border-right: 1px solid var(--tp-line-2);
}

.k-spec:last-child {
    border-right: 0;
}

.k-spec span {
    display: block;
    font-size: 12.5px;
    color: var(--tp-muted);
    margin-bottom: 4px;
}

.k-spec strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--tp-ink);
    line-height: 1.35;
}

@media (max-width: 767px) {
    .k-specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .k-spec:nth-child(2) {
        border-right: 0;
    }

    .k-spec:nth-child(-n+2) {
        border-bottom: 1px solid var(--tp-line-2);
    }
}

/* Satın alma kartı */
.k-buy {
    position: sticky;
    top: calc(var(--k-header-h) + 20px);
    background: #fff;
    border: 1px solid var(--tp-line);
    border-radius: 18px;
    box-shadow: var(--tp-shadow-lg);
    overflow: hidden;
}

.k-buy__body {
    padding: 22px 24px 24px;
}

.k-buy__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.k-buy__label {
    font-size: 13px;
    font-weight: 600;
    color: var(--tp-muted);
}

.k-buy__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.k-buy__price strong {
    font-family: var(--tp-font-head);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.04em;
    color: var(--tp-ink);
    line-height: 1;
}

.k-buy__price span {
    font-size: 15px;
    color: var(--tp-muted);
}

.k-buy__old {
    font-size: 15px;
    color: var(--tp-muted);
    text-decoration: line-through;
    margin-bottom: 6px;
}

.k-buy__tax {
    font-size: 13px;
    color: var(--tp-muted);
    margin: 6px 0 18px;
}

.k-buy__note {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: var(--tp-surface);
    border: 1px solid var(--tp-line-2);
    border-radius: 10px;
    font-size: 13.5px;
    color: var(--tp-text);
    margin-bottom: 16px;
}

.k-buy__note i {
    color: var(--tp-brand);
}

.k-buy .k-btn+.k-btn {
    margin-top: 10px;
}

.k-buy__list {
    list-style: none;
    margin: 0;
    padding: 16px 24px;
    border-top: 1px solid var(--tp-line-2);
    background: #fbfcfe;
    display: grid;
    gap: 10px;
    font-size: 14px;
    color: var(--tp-text);
}

.k-buy__list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.k-buy__list i {
    width: 18px;
    text-align: center;
    color: var(--tp-ok);
}

.k-buy__pay {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 12px 24px;
    border-top: 1px solid var(--tp-line-2);
    color: #94a3b8;
    font-size: 22px;
}

.k-buy__pay small {
    font-size: 12px;
    color: var(--tp-muted);
    margin-right: auto;
}

@media (max-width: 991px) {
    .k-buy {
        position: static;
    }
}

/* Sayfa içi gezinme */
.k-subnav {
    position: sticky;
    top: var(--k-header-h);
    z-index: 90;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: saturate(180%) blur(12px);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid var(--tp-line);
}

.k-subnav .container {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 52px;
}

.k-subnav nav {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    flex: 1;
}

.k-subnav nav::-webkit-scrollbar {
    display: none;
}

.k-subnav nav a {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-text) !important;
    text-decoration: none !important;
    white-space: nowrap;
}

.k-subnav nav a:hover,
.k-subnav nav a.is-active {
    background: var(--tp-surface);
    color: var(--tp-ink) !important;
}

.k-subnav__buy {
    display: flex;
    align-items: center;
    gap: 14px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
}

.k-subnav.is-stuck .k-subnav__buy {
    opacity: 1;
    visibility: visible;
}

.k-subnav__buy strong {
    font-family: var(--tp-font-head);
    font-size: 18px;
    color: var(--tp-ink);
    letter-spacing: -.02em;
}

@media (max-width: 991px) {
    .k-subnav__buy {
        display: none;
    }
}

[id].k-anchor {
    scroll-margin-top: calc(var(--k-header-h) + 72px);
}

/* Mobil satın alma çubuğu */
.k-mbuy {
    display: none;
}

@media (max-width: 991px) {
    .k-mbuy {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1040;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, .96);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-top: 1px solid var(--tp-line);
        box-shadow: 0 -8px 24px -12px rgba(16, 24, 40, .2);
    }

    .k-mbuy strong {
        display: block;
        font-family: var(--tp-font-head);
        font-size: 20px;
        color: var(--tp-ink);
        letter-spacing: -.02em;
        line-height: 1.1;
    }

    .k-mbuy small {
        font-size: 12px;
        color: var(--tp-muted);
    }

    .k-page--pd {
        padding-bottom: 76px;
    }

    .k-page--pd~.whatsapp-btn,
    body:has(.k-mbuy) .whatsapp-btn {
        bottom: 92px !important;
    }

    body:has(.k-mbuy) .back-to-top {
        bottom: 92px !important;
    }
}

/* Özellik ızgarası (ürün) */
.k-feat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.k-feat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid var(--tp-line);
    border-radius: 12px;
    background: #fff;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--tp-ink);
}

.k-feat i {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--tp-brand-50);
    color: var(--tp-brand);
    font-size: 14px;
}

@media (max-width: 991px) {
    .k-feat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .k-feat-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* İki sütunlu içerik düzeni (başlık solda, içerik sağda) */
.k-split {
    display: grid;
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.k-split__aside {
    position: sticky;
    top: calc(var(--k-header-h) + 80px);
}

@media (max-width: 991px) {
    .k-split {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .k-split__aside {
        position: static;
    }
}

/* Görünürlük yardımcıları */
.k-sr {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

/* Giriş animasyonu: sadece JS etkinken ve hareket azaltma istenmediğinde */
@media (prefers-reduced-motion: no-preference) {
    .k-js .k-reveal {
        opacity: 0;
        transform: translateY(14px);
        transition: opacity .6s var(--tp-ease), transform .6s var(--tp-ease);
    }

    .k-js .k-reveal.is-in {
        opacity: 1;
        transform: none;
    }
}

/* =====================================================================
   Yoğun liste ve ürün bileşenleri (v2.1)
   ===================================================================== */

/* Üç hücreli özet (liste hero'su) */
.k-specs--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
}

@media (max-width: 767px) {
    .k-specs--3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .k-specs--3 .k-spec:nth-child(2) {
        border-right: 1px solid var(--tp-line-2);
    }

    .k-specs--3 .k-spec:nth-child(-n+2) {
        border-bottom: 0;
    }

    .k-specs--3 .k-spec {
        padding: 12px;
    }

    .k-specs--3 .k-spec strong {
        font-size: 14px;
    }
}

/* Güven şeridi (açık zemin) */
.k-assure {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    font-size: 13.5px;
    color: var(--tp-text);
}

.k-assure li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.k-assure i {
    color: var(--tp-ok);
}

/* JS ile gizlenen öğeler (hidden özniteliği bileşenin display değerini ezsin) */
.k-page [hidden] {
    display: none !important;
}

/* ---------- Yapışkan filtre çubuğu ---------- */
.k-toolbar {
    position: sticky;
    top: var(--k-header-h);
    z-index: 80;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: saturate(180%) blur(12px);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid var(--tp-line);
}

.k-toolbar__inner {
    display: flex;
    align-items: center;
    gap: 10px 12px;
    flex-wrap: wrap;
    padding: 10px 0;
}

.k-toolbar__filters {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1 1 auto;
    min-width: 0;
}

.k-toolbar__end {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.k-toolbar .k-tabs {
    padding: 3px;
    border-radius: 10px;
}

.k-toolbar .k-tabs button {
    height: 32px;
    padding: 0 12px;
    font-size: 13.5px;
    border-radius: 8px;
    white-space: nowrap;
}

.k-tabs--icon button {
    width: 34px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.k-select {
    height: 38px;
    max-width: 100%;
    padding: 0 32px 0 12px;
    border: 1px solid var(--tp-line);
    border-radius: 10px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2364748b'%3E%3Cpath d='M5.3 7.3 10 12l4.7-4.7 1 1L10 14 4.3 8.3z'/%3E%3C/svg%3E") right 10px center/14px no-repeat;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-ink);
    cursor: pointer;
}

.k-select:focus {
    outline: 2px solid var(--tp-brand-100);
    border-color: var(--tp-brand);
}

@media (max-width: 767px) {

    /* Telefonda iki satırlık çubuk içeriği kapatmasın diye yapışkan değil */
    .k-toolbar {
        position: static;
    }

    .k-toolbar__filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        flex-basis: 100%;
    }

    .k-toolbar__filters::-webkit-scrollbar {
        display: none;
    }

    .k-toolbar__filters .k-tabs {
        flex: 0 0 auto;
        flex-wrap: nowrap;
    }

    .k-toolbar__end {
        margin-left: 0;
        width: 100%;
        justify-content: space-between;
    }
}

/* Sonuç satırı: sayı + aktif filtreler */
.k-resultbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 16px;
    font-size: 14px;
    color: var(--tp-muted);
}

.k-resultbar strong {
    color: var(--tp-ink);
}

.k-fchip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid var(--tp-brand-100);
    background: var(--tp-brand-50);
    color: var(--tp-brand-600);
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
}

.k-fchip i {
    font-size: 10px;
}

.k-fchip:hover {
    border-color: var(--tp-brand);
}

.k-fchip--clear {
    background: transparent;
    border-color: transparent;
    color: var(--tp-muted);
}

.k-fchip--clear:hover {
    border-color: var(--tp-line);
    color: var(--tp-ink);
}

/* ---------- Ürün karşılaştırma tablosu (liste görünümü) ---------- */
.k-ptable {
    overflow-x: auto;
}

.k-ptable table {
    min-width: 880px;
}

.k-ptable thead th {
    font-family: var(--tp-font);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--tp-muted) !important;
    white-space: nowrap;
}

.k-ptable td {
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: nowrap;
}

.k-ptable td:first-child {
    white-space: normal;
}

.k-ptable tbody tr:hover td {
    background: #fbfcfe;
}

.k-ptable__name {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 240px;
}

.k-ptable__logo {
    display: inline-flex;
    align-items: center;
    width: 84px;
    height: 22px;
    flex: 0 0 84px;
}

.k-ptable__logo img {
    width: auto !important;
    height: auto !important;
    max-width: 84px;
    max-height: 22px;
    object-fit: contain;
}

.k-ptable__logo .k-logo-text {
    font-family: var(--tp-font-head);
    font-weight: 700;
    font-size: 13px;
    color: var(--tp-ink);
}

.k-ptable__name a {
    color: var(--tp-ink) !important;
    font-weight: 600;
    text-decoration: none !important;
}

.k-ptable__name a:hover {
    color: var(--tp-brand) !important;
}

.k-ptable__price {
    white-space: nowrap;
}

.k-ptable__price strong {
    font-family: var(--tp-font-head);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--tp-ink);
}

.k-ptable__price s {
    display: block;
    font-size: 12.5px;
    color: var(--tp-muted);
}

.k-ptable td:last-child {
    text-align: right;
    white-space: nowrap;
}

/* ---------- Ürün detay: varyant seçici (OV / EV) ---------- */
.k-variant__label {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--tp-muted);
    margin-bottom: 6px;
}

.k-variant {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    padding: 4px;
    margin-bottom: 18px;
    background: var(--tp-surface);
    border: 1px solid var(--tp-line);
    border-radius: 12px;
}

.k-variant__opt {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 8px 10px;
    border-radius: 9px;
    font-size: 12.5px;
    line-height: 1.35;
    color: var(--tp-muted) !important;
    text-decoration: none !important;
    transition: background-color .15s, box-shadow .15s;
}

.k-variant__opt strong {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-ink);
}

.k-variant__opt.is-current {
    background: #fff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .08), 0 0 0 1px var(--tp-line);
}

a.k-variant__opt:hover {
    background: rgba(255, 255, 255, .7);
}

a.k-variant__opt:hover strong {
    color: var(--tp-brand);
}

.k-buy__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    margin: 10px 0 18px;
    font-size: 13px;
    color: var(--tp-muted);
}

.k-buy__save {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.k-buy__save .k-buy__old {
    margin: 0;
    font-size: 14px;
}

.k-buy__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.k-buy__meta i {
    color: var(--tp-brand);
    font-size: 12px;
}

/* ---------- Ürün detay: özellikler + teknik özet ---------- */
.k-pd-overview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
}

.k-pd-overview .k-feat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 991px) {
    .k-pd-overview {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 575px) {
    .k-pd-overview .k-feat-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Anahtar / değer listesi */
.k-kv {
    border: 1px solid var(--tp-line);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}

.k-kv__title {
    margin: 0;
    padding: 12px 18px;
    background: var(--tp-surface);
    border-bottom: 1px solid var(--tp-line-2);
    font-family: var(--tp-font-head);
    font-size: 15px;
    font-weight: 700;
    color: var(--tp-ink);
}

.k-kv dl {
    margin: 0;
}

.k-kv__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 8px 16px;
    border-bottom: 1px solid var(--tp-line-2);
    font-size: 13.5px;
}

.k-kv__row:last-child {
    border-bottom: 0;
}

.k-kv dt {
    font-weight: 500;
    color: var(--tp-muted);
}

.k-kv dd {
    margin: 0;
    font-weight: 600;
    color: var(--tp-ink);
    text-align: right;
}

/* ---------- Kompakt zaman çizelgesi ---------- */
.k-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    border: 1px solid var(--tp-line);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    counter-reset: ktl;
}

.k-timeline__item {
    position: relative;
    padding: 20px 20px 18px;
    border-right: 1px solid var(--tp-line-2);
    counter-increment: ktl;
}

.k-timeline__item:last-child {
    border-right: 0;
}

.k-timeline__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--tp-brand-100);
}

.k-timeline__item:first-child::before {
    background: var(--tp-brand);
}

.k-timeline__when {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 24px;
    padding: 0 9px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: var(--tp-brand-50);
    border: 1px solid var(--tp-brand-100);
    color: var(--tp-brand-600);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.k-timeline__item h3 {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0 0 4px;
    font-family: var(--tp-font-head);
    font-size: 15.5px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--tp-ink);
}

.k-timeline__item h3::before {
    content: counter(ktl, decimal-leading-zero);
    font-family: var(--tp-font);
    font-size: 12px;
    font-weight: 600;
    color: var(--tp-muted);
}

.k-timeline__item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--tp-muted);
}

.k-timeline-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 22px;
    margin-top: 14px;
    font-size: 14px;
    color: var(--tp-muted);
}

.k-timeline-foot span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.k-timeline-foot i {
    color: var(--tp-brand);
}

.k-timeline-foot strong {
    color: var(--tp-ink);
}

@media (max-width: 991px) {
    .k-timeline {
        grid-auto-flow: row;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .k-timeline__item {
        border-right: 0;
        border-bottom: 1px solid var(--tp-line-2);
    }

    .k-timeline__item:nth-child(odd) {
        border-right: 1px solid var(--tp-line-2);
    }
}

@media (max-width: 575px) {
    .k-timeline {
        grid-template-columns: minmax(0, 1fr);
    }

    .k-timeline__item,
    .k-timeline__item:nth-child(odd) {
        border-right: 0;
    }

    .k-timeline__item:last-child {
        border-bottom: 0;
    }
}

/* ---------- Kompakt ikonlu satır kartı ---------- */
.k-mini {
    display: flex;
    gap: 12px;
    height: 100%;
    padding: 14px 16px;
    border: 1px solid var(--tp-line);
    border-radius: 12px;
    background: #fff;
}

.k-mini .k-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    margin: 0;
    border-radius: 9px;
    font-size: 14px;
}

.k-mini h3,
.k-mini strong {
    display: block;
    margin: 0 0 2px;
    font-family: var(--tp-font-head);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--tp-ink);
}

.k-mini p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--tp-muted);
}

.k-section--dark .k-mini {
    background: rgba(255, 255, 255, .03);
    border-color: rgba(255, 255, 255, .08);
}

.k-section--dark .k-mini h3,
.k-section--dark .k-mini strong {
    color: #fff;
}

.k-section--dark .k-mini p {
    color: rgba(226, 232, 240, .65);
}

/* Bölüm içi alt başlık */
.k-subhead {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    font-family: var(--tp-font-head);
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-ink);
}

.k-subhead small {
    font-family: var(--tp-font);
    font-size: 13px;
    font-weight: 500;
    color: var(--tp-muted);
}

/* Platform listesi (kompakt) */
.k-plist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.k-plist li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid var(--tp-line);
    border-radius: 10px;
    background: #fff;
    font-size: 12.5px;
    line-height: 1.35;
    color: var(--tp-muted);
}

.k-plist i {
    flex: 0 0 20px;
    width: 20px;
    text-align: center;
    font-size: 16px;
    color: var(--tp-ink);
}

.k-plist strong {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--tp-ink);
}

.k-plist--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 991px) {
    .k-plist--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 400px) {
    .k-plist {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* İki sütunlu bölüm gövdesi (ör. kullanım alanları + platformlar) */
.k-cols {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

@media (max-width: 991px) {
    .k-cols {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }
}

/* Karşılaştırma başlığında diğer ürüne geçiş */
.k-compare__switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-family: var(--tp-font);
    font-size: 13px;
    font-weight: 600;
    color: var(--tp-brand) !important;
    text-decoration: none !important;
}

.k-compare thead th.is-hl .k-compare__switch {
    color: #93c5fd !important;
}

/* Kompakt SSS */
.k-faq--compact summary {
    padding: 14px 0;
    font-size: 15.5px;
}

.k-faq--compact .k-faq__a {
    padding-bottom: 14px;
    font-size: 14.5px;
}

/* ---------- Koyu hero içi istatistik satırı ---------- */
.k-hero__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 40px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.k-hero__stats strong {
    display: block;
    font-family: var(--tp-font-head);
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.15;
    color: #fff;
}

.k-hero__stats span {
    font-size: 13.5px;
    color: rgba(226, 232, 240, .6);
}

@media (max-width: 767px) {
    .k-hero__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 28px;
    }
}

/* Sabit yükseklik: width/height özniteliği olmayan SVG logolar (ör. GlobalSign) 0 genişliğe düşmesin */
.k-logos--compact .k-logos__items img {
    height: 26px !important;
    max-height: 26px;
    max-width: 130px;
}

/* Ürün hero'su: başvuru için gerekenler */
.k-pd-req {
    margin-top: 22px;
    padding: 14px 16px;
    border: 1px solid var(--tp-line);
    border-radius: 14px;
    background: #fff;
}

.k-pd-req__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 14px;
}

.k-pd-req__head strong {
    font-family: var(--tp-font-head);
    color: var(--tp-ink);
    font-weight: 700;
}

.k-pd-req__head .k-link {
    font-size: 13.5px;
}

.k-pd-req ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 20px;
    font-size: 13.5px;
    color: var(--tp-text);
}

.k-pd-req li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.k-pd-req li i {
    flex: 0 0 16px;
    width: 16px;
    text-align: center;
    color: var(--tp-muted);
}

@media (max-width: 575px) {
    .k-pd-req ul {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    .k-timeline__item::before {
        display: none;
    }
}

/* =====================================================================
   v3 — Canlı ve görsel katman (tüm v2 sayfalarına uygulanır)
   Marka gradyanı: mavi → gök mavisi. Mor kullanılmaz.
   ===================================================================== */
:root {
    --k-grad: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
    --k-grad-h: linear-gradient(135deg, #1d4ed8 0%, #0284c7 100%);
    --k-grad-text: linear-gradient(90deg, #60a5fa 0%, #22d3ee 100%);
    --k-grad-soft: linear-gradient(135deg, rgba(37, 99, 235, .08) 0%, rgba(14, 165, 233, .08) 100%);
    --k-glow: 0 10px 30px -10px rgba(37, 99, 235, .55);
}

/* ---------- Tipografi ---------- */
.k-h1 {
    font-weight: 800;
    letter-spacing: -.04em;
}

.k-h2 {
    font-weight: 750;
    letter-spacing: -.035em;
}

.k-text-grad {
    background: var(--k-grad-text);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Işık zeminlerde gradyan metin daha koyu tonla okunur kalır */
.k-section:not(.k-section--dark) .k-text-grad,
.k-pd-hero .k-text-grad {
    background-image: var(--k-grad);
}

/* Bölüm etiketi: nokta + hap */
.k-eyebrow {
    padding: 5px 12px 5px 10px;
    border-radius: 999px;
    background: var(--k-grad-soft);
    border: 1px solid rgba(37, 99, 235, .14);
    font-size: 12px;
    letter-spacing: .05em;
}

.k-eyebrow::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--k-grad);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .15);
}

.k-section--dark .k-eyebrow,
.k-hero .k-eyebrow,
.k-cta .k-eyebrow {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(147, 197, 253, .22);
}

.k-section--dark .k-eyebrow::before,
.k-hero .k-eyebrow::before {
    background: var(--k-grad-text);
    box-shadow: 0 0 0 3px rgba(96, 165, 250, .18);
}

/* ---------- Butonlar ---------- */
.k-btn--primary {
    background: var(--k-grad);
    border-color: transparent;
    box-shadow: var(--k-glow), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.k-btn--primary:hover {
    background: var(--k-grad-h);
    border-color: transparent;
    box-shadow: 0 14px 34px -10px rgba(37, 99, 235, .65), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.k-btn {
    min-height: 44px;
}

/* ---------- İkon kutuları ---------- */
.k-icon {
    background: var(--k-grad);
    border: 0;
    color: #fff;
    box-shadow: 0 8px 18px -8px rgba(37, 99, 235, .6), inset 0 1px 0 rgba(255, 255, 255, .25);
}

.k-icon i {
    color: #fff;
}

.k-icon--dark {
    background: var(--tp-ink);
    box-shadow: none;
}

.k-section--dark .k-icon {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(147, 197, 253, .18);
    color: #7dd3fc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.k-section--dark .k-icon i {
    color: #7dd3fc;
}

/* ---------- Kartlar: gradyan kenarlık ve yükselme ---------- */
.k-card,
.k-pcard {
    border-radius: 18px;
}

.k-card--hover:hover,
.k-pcard:hover {
    border-color: transparent;
    background: linear-gradient(#fff, #fff) padding-box, var(--k-grad) border-box;
    box-shadow: 0 22px 44px -20px rgba(15, 23, 42, .28), 0 0 0 1px rgba(37, 99, 235, .04);
    transform: translateY(-3px);
}

.k-pcard--featured,
.k-pcard--featured:hover {
    border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, var(--k-grad) border-box;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, .08), 0 18px 40px -22px rgba(37, 99, 235, .55);
}

.k-pcard__ribbon.k-badge--dark {
    background: var(--k-grad);
    border-color: transparent;
    box-shadow: 0 6px 14px -6px rgba(37, 99, 235, .6);
}

.k-section--dark .k-card {
    transition: border-color .2s, background-color .2s, transform .2s var(--tp-ease);
}

.k-section--dark .k-card:hover {
    border-color: rgba(125, 211, 252, .28);
    background: rgba(255, 255, 255, .05);
    transform: translateY(-2px);
}

/* ---------- Hero: katmanlı ışık ---------- */
.k-hero::before {
    background:
        radial-gradient(760px 460px at 85% -5%, rgba(37, 99, 235, .45), transparent 62%),
        radial-gradient(620px 420px at 55% 115%, rgba(14, 165, 233, .22), transparent 60%),
        radial-gradient(520px 380px at -5% 30%, rgba(37, 99, 235, .16), transparent 60%);
}

.k-hero::after {
    background-size: 56px 56px;
}

@media (prefers-reduced-motion: no-preference) {
    .k-hero::before {
        animation: kHeroDrift 18s ease-in-out infinite alternate;
    }
}

@keyframes kHeroDrift {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        transform: translate3d(-2%, 2%, 0) scale(1.06);
    }
}

.k-term {
    box-shadow: 0 0 0 1px rgba(96, 165, 250, .14), 0 40px 90px -30px rgba(37, 99, 235, .55), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.k-term__bar span:nth-child(1) {
    background: #f87171;
}

.k-term__bar span:nth-child(2) {
    background: #fbbf24;
}

.k-term__bar span:nth-child(3) {
    background: #34d399;
}

/* Açık hero (ürün, liste, kurumsal): yumuşak renk ışığı */
.k-pd-hero {
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(700px 320px at 95% -20%, rgba(14, 165, 233, .12), transparent 60%),
        radial-gradient(640px 300px at 0% -30%, rgba(37, 99, 235, .10), transparent 60%),
        linear-gradient(180deg, var(--tp-surface) 0%, #fff 100%);
}

/* ---------- Alternatif bölüm zemini ---------- */
.k-section--alt {
    background:
        radial-gradient(900px 300px at 50% 0%, rgba(37, 99, 235, .05), transparent 70%),
        var(--tp-surface);
}

/* ---------- Kapanış bandı ---------- */
.k-cta::before {
    background:
        radial-gradient(620px 320px at 100% 0%, rgba(37, 99, 235, .6), transparent 60%),
        radial-gradient(520px 300px at 0% 120%, rgba(14, 165, 233, .35), transparent 60%);
}

.k-cta {
    box-shadow: 0 30px 70px -35px rgba(15, 23, 42, .6);
}

/* ---------- Adımlar ve karşılaştırma ---------- */
.k-step:first-child::before,
.k-steps .k-step::before {
    transition: background-color .2s;
}

.k-step:first-child::before {
    background: var(--k-grad);
    border-color: transparent;
    box-shadow: 0 0 0 6px #fff, var(--k-glow);
}

.k-compare thead th.is-hl {
    background: var(--tp-ink) !important;
    background-image: linear-gradient(135deg, #0b1220 0%, #16284a 100%) !important;
}

.k-compare {
    border-radius: 18px;
    box-shadow: 0 16px 40px -28px rgba(15, 23, 42, .35);
}

/* ---------- Filtre sekmeleri ---------- */
.k-tabs button.is-active {
    box-shadow: 0 1px 2px rgba(16, 24, 40, .08), 0 0 0 1px rgba(37, 99, 235, .25);
    color: var(--tp-brand-600);
}

/* ---------- Kaydırınca beliren içerik (yalnız CSS, destek yoksa içerik normal görünür) ---------- */
@supports (animation-timeline: view()) {
    @media (prefers-reduced-motion: no-preference) {

        .k-page .k-card,
        .k-page .k-pcard,
        .k-page .k-step,
        .k-page .k-post,
        .k-page .k-chip,
        .k-page .k-compare,
        .k-page .k-faq details {
            animation: kRise linear both;
            animation-timeline: view();
            animation-range: entry 0% entry 55%;
        }
    }
}

@keyframes kRise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* =====================================================================
   Mobil öncelikli iyileştirmeler
   ===================================================================== */
@media (max-width: 767px) {
    .k-page .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .k-h1 {
        font-size: clamp(2.05rem, 8.4vw, 2.6rem);
        line-height: 1.08;
    }

    .k-h2 {
        font-size: clamp(1.55rem, 6.4vw, 1.9rem);
    }

    .k-lead {
        font-size: 1.02rem;
    }

    .k-head {
        margin-bottom: 24px;
    }

    .k-hero {
        padding: 44px 0 40px;
    }

    .k-hero__actions {
        margin: 24px 0 20px;
    }

    .k-hero__actions .k-btn {
        flex: 1 1 100%;
    }

    .k-hero__meta {
        font-size: 13px;
        gap: 8px 16px;
    }

    .k-term {
        font-size: 12px;
    }

    .k-card,
    .k-pcard {
        padding: 20px;
        border-radius: 16px;
    }

    /* Sekmeler tek satırda yatay kaydırılır */
    .k-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        max-width: 100%;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .k-tabs::-webkit-scrollbar {
        display: none;
    }

    .k-tabs button {
        flex: 0 0 auto;
        min-height: 40px;
    }

    .k-head--split {
        align-items: stretch;
    }

    .k-cta {
        text-align: left;
    }

    .k-cta__actions {
        width: 100%;
    }

    .k-cta__actions .k-btn {
        flex: 1 1 100%;
    }

    .k-faq summary {
        font-size: 16px;
        padding: 18px 0;
    }

    .k-faq__a {
        padding-right: 0;
    }

    .k-compare th,
    .k-compare td {
        padding: 12px 14px;
        font-size: 14px;
    }

    .k-stat strong {
        font-size: 1.7rem;
    }
}
