﻿@charset "UTF-8";

.pub-breadcrumb__mid-wrap {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.pub-breadcrumb__link {
    color: var(--pub-muted);
    text-decoration: none;
}

.pub-breadcrumb__link:hover {
    color: var(--pub-accent);
}

/* --- Hero --- */
.pkt-hero {
    background: linear-gradient(155deg, #f3f7ff 0%, #e8f0ff 38%, #dfeaff 100%);
    color: #0f2544;
    padding: 3rem 1rem 3.25rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pkt-hero__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(0);
}

.pkt-hero__glow--1 {
    width: 420px;
    height: 420px;
    left: -160px;
    top: -200px;
    background: radial-gradient(circle, rgba(47, 120, 255, 0.28), rgba(47, 120, 255, 0));
}

.pkt-hero__glow--2 {
    width: 380px;
    height: 380px;
    right: -140px;
    bottom: -200px;
    background: radial-gradient(circle, rgba(46, 169, 255, 0.24), rgba(46, 169, 255, 0));
}

.pkt-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin: 0 auto;
}

.pkt-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: 999px;
    padding: 0.45rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1f5fb4;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(31, 95, 180, 0.14);
    box-shadow: 0 8px 24px rgba(18, 42, 92, 0.06);
}

.pkt-hero__title {
    font-size: clamp(1.85rem, 4vw, 2.85rem);
    margin: 0 0 0.85rem;
    color: #0f2544;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.pkt-hero__lead {
    max-width: 40rem;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.72;
    color: #3d5577;
}

.pkt-hero__points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem 1.15rem;
    margin-top: 1.45rem;
}

.pkt-hero__points span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.88rem;
    font-weight: 500;
    color: #29486d;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 95, 180, 0.12);
}

.pkt-hero__points i {
    color: #2f78ff;
}

/* --- Güven / ikna şeridi --- */
.pkt-trust {
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
    border-bottom: 1px solid rgba(31, 95, 180, 0.12);
}

.pkt-trust__inner {
    padding: 1.35rem 1rem;
}

.pkt-trust__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .pkt-trust__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

.pkt-trust__item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(31, 95, 180, 0.1);
    box-shadow: 0 10px 28px rgba(18, 42, 92, 0.06);
}

.pkt-trust__item strong {
    display: block;
    font-size: 0.92rem;
    color: #0f2544;
    margin-bottom: 0.15rem;
}

.pkt-trust__item span span {
    font-size: 0.8rem;
    color: #516584;
    line-height: 1.45;
}

.pkt-trust__ico {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #e9f2ff, #d8e8ff);
    color: #1f5fb4;
    font-size: 1.1rem;
}

/* --- Katalog alanı --- */
.pkt-catalog {
    position: relative;
}

.pkt-catalog--exam.pkt-catalog--yks {
    background: linear-gradient(180deg, #f4f7fb 0%, #eef3fb 35%, #f8fafc 100%);
}

.pkt-catalog--exam.pkt-catalog--lgs {
    background: linear-gradient(180deg, #fffbf7 0%, #fff5ec 38%, #faf9fb 100%);
}

.pkt-catalog--all {
    background: #f5f7fb;
}

/* --- Grid --- */
.pkt-grid--catalog {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.35rem;
}

@media (min-width: 768px) {
    .pkt-grid--catalog {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .pkt-grid--catalog {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .pkt-grid--catalog.pkt-grid--focus-one {
        grid-template-columns: minmax(0, 440px);
        justify-content: center;
    }
}

/* --- Kart (görsel yok, ikonlu üst alan) --- */
.pkt-card--listing {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(31, 95, 180, 0.14);
    background: #fff;
    box-shadow:
        0 16px 40px rgba(18, 42, 92, 0.09),
        0 1px 0 rgba(255, 255, 255, 0.85) inset;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pkt-card--listing:hover {
    transform: translateY(-5px);
    box-shadow:
        0 26px 52px rgba(18, 42, 92, 0.13),
        0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.pkt-card__visual {
    position: relative;
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pkt-card__visual-noise {
    position: absolute;
    inset: 0;
    opacity: 0.06;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.pkt-card__visual-icon {
    position: relative;
    z-index: 1;
    font-size: 2.85rem;
    color: rgba(255, 255, 255, 0.98);
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.18));
}

.pkt-card__ribbon {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 2;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(15, 37, 68, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 0.28rem 0.62rem;
}

.pkt-card--tone-blue .pkt-card__visual {
    background: linear-gradient(138deg, #3d84ff 0%, #2568e8 48%, #1a53d6 100%);
}

.pkt-card--tone-purple .pkt-card__visual {
    background: linear-gradient(138deg, #8b5cf6 0%, #6d3ccd 52%, #5b32ad 100%);
}

.pkt-card--tone-teal .pkt-card__visual {
    background: linear-gradient(138deg, #14b8a6 0%, #0d9488 50%, #0a756c 100%);
}

.pkt-card--tone-orange .pkt-card__visual {
    background: linear-gradient(138deg, #fb923c 0%, #ea6c16 52%, #c9550f 100%);
}

.pkt-card__body {
    padding: 1.15rem 1.25rem 1.35rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pkt-card__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #5b6f91;
}

.pkt-card__title {
    font-size: 1.18rem;
    font-weight: 800;
    margin: 0 0 0.55rem;
    color: #0f2544;
    line-height: 1.28;
}

.pkt-card__pitch {
    margin: 0 0 0.85rem;
    font-size: 0.88rem;
    line-height: 1.58;
    color: #4a5f7e;
}

.pkt-card__highlights {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.pkt-card__highlights li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #395275;
    margin-bottom: 0.38rem;
}

.pkt-card__highlights li:last-child {
    margin-bottom: 0;
}

.pkt-card__highlights i {
    margin-top: 0.15rem;
    color: #2f78ff;
    font-size: 0.72rem;
}

.pkt-card__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.pkt-card__stat {
    border-radius: 12px;
    padding: 0.55rem 0.45rem;
    text-align: center;
    background: linear-gradient(180deg, #f6f9ff 0%, #eef4ff 100%);
    border: 1px solid #dce9ff;
}

.pkt-card__stat i {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
    color: #3b7eea;
}

.pkt-card__stat strong {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    color: #133057;
}

.pkt-card__stat small {
    display: block;
    font-size: 0.66rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7fa3;
}

.pkt-card__footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 0.25rem;
}

@media (min-width: 480px) {
    .pkt-card__footer {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        gap: 1rem;
    }
}

.pkt-card__price-col {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.pkt-card__price-current {
    font-size: 1.38rem;
    font-weight: 800;
    color: #1e61bb;
    line-height: 1.2;
}

.pkt-card__price-old {
    font-size: 0.82rem;
    font-weight: 600;
    color: #94a3b8;
    text-decoration: line-through;
}

.pkt-card__price-note {
    font-size: 0.74rem;
    color: #647896;
    max-width: 14rem;
    line-height: 1.35;
}

.pkt-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.pkt-card__btn {
    border-radius: 11px;
    padding: 0.62rem 0.95rem;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
}

.pkt-card__btn--ghost {
    color: #1d4f95;
    border: 1px solid #c9dcf9;
    background: #fff;
}

.pkt-card__btn--ghost:hover {
    background: #f5f9ff;
}

.pkt-card__btn--primary {
    color: #fff;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #2f78ff, #2ea9ff);
    box-shadow: 0 10px 22px rgba(47, 120, 255, 0.35);
}

.pkt-card__btn--primary:hover {
    filter: brightness(1.05);
}

.pkt-empty {
    text-align: center;
    padding: 4rem 1rem;
    color: #6b7280;
}

.pkt-empty__icon {
    font-size: 3.2rem;
    color: #9eb6dd;
    margin-bottom: 1rem;
}
