/* ===== Keşfet Sayfası Premium Stilleri ===== */

/* Hero / Search */
.kesfet-hero {
    text-align: center;
    padding: 2rem 0 1.2rem;
}
.kesfet-hero h1 {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #c23349, #59007B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.3rem;
    letter-spacing: -0.5px;
}
.kesfet-hero .kh-sub {
    color: #64748b;
    font-size: 1rem;
    margin-bottom: 1.2rem;
}

/* Arama çubuğu */
.kesfet-search {
    position: relative;
    max-width: 600px;
    margin: 0 auto 0.5rem;
}
.kesfet-search input {
    width: 100%;
    padding: 0.85rem 1.2rem 0.85rem 3rem;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    font-size: 1rem;
    background: #fff;
    transition: all 0.2s;
    box-shadow: 0 2px 12px rgba(108,99,255,0.06);
}
.kesfet-search input:focus {
    outline: none;
    border-color: #59007B;
    box-shadow: 0 4px 20px rgba(89,0,123,0.15);
}
.kesfet-search .ks-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1.2rem;
}
.kesfet-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    border: 1px solid #e2e8f0;
    margin-top: 6px;
    z-index: 100;
    display: none;
    max-height: 400px;
    overflow-y: auto;
}
.kesfet-search-results.active { display: block; }
.ksr-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.7rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s;
}
.ksr-item:hover { background: #f8fafc; }
.ksr-item img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 6px;
    background: #fafbfc;
    flex-shrink: 0;
}
.ksr-item-info { flex: 1; overflow: hidden; }
.ksr-item-name {
    font-size: 0.88rem;
    font-weight: 500;
    color: #1e293b;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ksr-item-meta {
    font-size: 0.78rem;
    color: #64748b;
}
.ksr-item-price {
    font-weight: 700;
    color: #16a34a;
    font-size: 0.9rem;
    white-space: nowrap;
}

/* Filtre çubuğu */
.kf-categories {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0.5rem 0 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.kf-categories::-webkit-scrollbar { display: none; }
.kf-cat-btn {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 50px;
    background: #fff;
    font-size: 0.88rem;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
}
.kf-cat-btn:hover {
    border-color: #59007B;
    color: #59007B;
    background: #f7ebff;
}
.kf-cat-btn.active {
    border-color: #59007B;
    background: #59007B;
    color: #fff;
}
.kf-cat-icon { font-size: 1.1rem; }

.kf-controls {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 1.2rem;
}
.kf-control-group { display: flex; align-items: center; gap: 0.4rem; }
.kf-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #94a3b8;
}
.kf-select {
    padding: 0.4rem 0.6rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #334155;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s;
}
.kf-select:focus {
    outline: none;
    border-color: #59007B;
}
.kf-total {
    background: #f1f5f9;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #475569;
}

/* Kart Grid */
.kesfet-grid {
    min-height: 300px;
}

/* Tek Kart */
.kesfet-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.25s cubic-bezier(.4,0,.2,1);
    position: relative;
    margin-bottom: 1.2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #f1f5f9;
}
.kesfet-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(89,0,123,0.12);
    border-color: #e6d1f9;
}

/* Üst badge */
.kc-top-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.2px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Platform logosu */
.kc-platform {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 5;
    opacity: 0.8;
}
.kc-platform img {
    height: 18px;
    width: auto;
    object-fit: contain;
}
.kc-platform-text {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 2px 6px;
    background: rgba(255,255,255,0.9);
    border-radius: 4px;
}

/* Ürün resmi */
.kc-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem 0.5rem;
    min-height: 160px;
    position: relative;
    text-decoration: none;
    background: linear-gradient(to bottom, #fafbfc, #fff);
}
.kc-image {
    max-height: 140px;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
.kesfet-card:hover .kc-image {
    transform: scale(1.05);
}
.kc-image-placeholder {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    font-size: 2.5rem;
}
.kc-discount-badge {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(239,68,68,0.3);
}

/* Kart body */
.kc-body {
    padding: 0.6rem 0.9rem 0.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Inline badges */
.kc-inline-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-bottom: 0.4rem;
}
.kc-ib {
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
}

.kc-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
    margin-bottom: 0.3rem;
    transition: color 0.15s;
}
.kc-title:hover {
    color: #59007B;
}

/* Rating */
.kc-rating {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin-bottom: 0.3rem;
}
.kc-stars {
    color: #f59e0b;
    font-size: 0.78rem;
    font-weight: 700;
}
.kc-rating-count {
    color: #94a3b8;
    font-size: 0.72rem;
}

/* Sparkline */
.kc-sparkline {
    margin-bottom: 0.3rem;
    opacity: 0.85;
}
.kc-sparkline img {
    height: 28px;
    width: 100%;
    object-fit: contain;
    object-position: left;
}

/* Fiyat bloğu */
.kc-price-block {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}
.kc-price-current {
    font-size: 1.25rem;
    font-weight: 800;
    color: #16a34a;
    line-height: 1;
}
.kc-price-current small {
    font-size: 0.75rem;
    font-weight: 600;
}
.kc-price-old {
    font-size: 0.8rem;
    color: #94a3b8;
    text-decoration: line-through;
}

/* Score göstergesi */
.kc-score-row {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: auto;
    padding-top: 0.4rem;
}
.kc-score-gauge { flex-shrink: 0; }
.kc-score-info {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.kc-score-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.kc-why-btn {
    margin-left: auto;
    background: none;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 0.7rem;
    color: #94a3b8;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
}
.kc-why-btn:hover {
    border-color: #59007B;
    color: #59007B;
    background: #f7ebff;
}

/* Kart footer */
.kc-footer {
    display: flex;
    border-top: 1px solid #f1f5f9;
}
.kc-detail-btn, .kc-buy-btn {
    flex: 1;
    text-align: center;
    padding: 0.55rem 0.4rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.15s;
}
.kc-detail-btn {
    color: #59007B;
    border-right: 1px solid #f1f5f9;
}
.kc-detail-btn:hover {
    background: #f7ebff;
    color: #43005d;
}
.kc-buy-btn {
    color: #fff;
    background: linear-gradient(135deg, #16a34a, #15803d);
}
.kc-buy-btn:hover {
    background: linear-gradient(135deg, #15803d, #166534);
    color: #fff;
}

/* "Neden İyi" popover */
.kc-why-list { font-size: 0.82rem; }
.kc-why-item {
    padding: 3px 0;
    line-height: 1.4;
}
.kc-why-item small {
    color: #64748b;
}

/* Daha fazla yükle -->*/
.kesfet-loadmore {
    text-align: center;
    padding: 2rem 0;
}
.kesfet-loadmore-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 2.5rem;
    border: 2px solid #59007B;
    background: #fff;
    color: #59007B;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
}
.kesfet-loadmore-btn:hover {
    background: #59007B;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(89,0,123,0.25);
}
.kesfet-loadmore-btn.loading {
    pointer-events: none;
    opacity: 0.6;
}

/* Skeleton loader */
.kc-skeleton {
    background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s infinite;
    border-radius: 14px;
    height: 380px;
    margin-bottom: 1.2rem;
}
@keyframes skeleton-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Empty state */
.kesfet-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: #94a3b8;
}
.kesfet-empty i {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
    color: #cbd5e1;
}
.kesfet-empty h3 {
    color: #475569;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .kesfet-hero h1 { font-size: 1.4rem; margin-bottom:0.1rem; }
    .kesfet-hero .kh-sub { font-size: 0.75rem; margin-bottom:0.8rem; }
    .kesfet-search input { padding: 0.6rem 1rem 0.6rem 2.5rem; font-size:0.9rem; }
    .kf-controls { gap: 0.4rem; padding-bottom:0.6rem; margin-bottom:0.8rem; }
    .kf-label { display: none; }
    
    .kc-image-wrap { min-height: 100px; padding: 0.5rem 0.3rem 0; }
    .kc-image { max-height: 90px; }
    .kc-body { padding: 0.4rem; }
    .kc-title { font-size: 0.75rem; line-height:1.2; margin-bottom: 0.2rem; }
    
    .kc-rating { margin-bottom:0.1rem; }
    .kc-stars { font-size:0.7rem; }
    
    .kc-sparkline img { height: 20px; }
    
    .kc-price-block { margin-bottom: 0.2rem; }
    .kc-price-current { font-size: 1rem; }
    .kc-price-old { font-size: 0.7rem; }
    
    .kc-score-label { font-size: 0.6rem; }
    .kc-score-row { padding-top: 0.2rem; }
    .kc-why-btn { width: 18px; height: 18px; font-size:0.6rem; }
    
    .kc-footer { border-top: 1px solid #f1f5f9; }
    .kc-detail-btn, .kc-buy-btn { padding: 0.4rem 0.2rem; font-size: 0.65rem; }
    .kesfet-grid { min-height: 200px; }
}

/* ================================================================
   HOMEPAGE (INDEX_DEV) COMPACT CARD & HERO STYLES
   ================================================================ */

/* Hero Section */
.hp-hero {
    background: linear-gradient(135deg, #6C3FA0, #4a2b84);
    color: #fff;
    padding: 3.5rem 2rem 3rem;
    border-radius: 0 0 32px 32px;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hp-hero::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}
.hp-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}
.hp-hero-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
    letter-spacing: -0.5px;
}
.hp-hero-sub {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 2.2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Search bar on hero */
.hp-hero-search {
    position: relative;
    max-width: 580px;
    margin: 0 auto 2rem;
}
.hp-search-icon {
    position: absolute;
    left: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1.2rem;
}
.hp-search-input {
    width: 100%;
    padding: 1rem 1.2rem 1rem 3rem;
    border: none;
    border-radius: 16px;
    font-size: 1.05rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    color: #1e293b;
}

.hp-hero-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.hp-stat {
    display: flex;
    flex-direction: column;
}
.hp-stat-num {
    font-size: 1.4rem;
    font-weight: 800;
}
.hp-stat-label {
    font-size: 0.75rem;
    opacity: 0.8;
}
.hp-stat-divider {
    width: 1px;
    height: 30px;
    background: rgba(255,255,255,0.2);
}

/* Section headers */
.hp-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0 4px;
}
.hp-section-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.hp-see-all {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6C3FA0;
    text-decoration: none;
}

/* Compact Card (kcc) */
.kcc-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    text-decoration: none;
    color: inherit;
    transition: all 0.25s cubic-bezier(.4,0,.2,1);
    position: relative;
}
.kcc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(108,63,160,0.12);
    border-color: #e6d1f9;
    color: inherit;
    text-decoration: none;
}
.kcc-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5;
    padding: 3px 9px;
    border-radius: 6px;
    font-size: 0.65rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.2px;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kcc-top-row {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    pointer-events: none;
}
.kcc-platform {
    font-size: 0.68rem;
    font-weight: 700;
    padding: 2px 8px;
    background: rgba(255,255,255,0.95);
    border-radius: 6px;
    backdrop-filter: blur(4px);
    pointer-events: auto;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.kcc-score-gauge {
    background: rgba(255,255,255,0.95);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    pointer-events: auto;
}
.kcc-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 0.4rem;
}
.kcc-tag {
    font-size: 0.62rem;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 4px;
    white-space: nowrap;
}
.kcc-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0.8rem 0.5rem;
    min-height: 140px;
    position: relative;
    background: linear-gradient(to bottom, #fafbfc, #fff);
}
.kcc-img {
    max-height: 120px;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s;
}
.kcc-card:hover .kcc-img { transform: scale(1.05); }
.kcc-img-placeholder {
    width: 100%; height: 120px;
    display: flex; align-items: center; justify-content: center;
    color: #cbd5e1; font-size: 2rem;
}
.kcc-discount {
    position: absolute; bottom: 6px; right: 6px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff; padding: 2px 8px; border-radius: 6px;
    font-size: 0.75rem; font-weight: 800;
}
.kcc-body {
    padding: 0.5rem 0.75rem 0.4rem;
    flex: 1; display: flex; flex-direction: column;
}
.kcc-title {
    font-size: 0.8rem; font-weight: 600; color: #1e293b;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden; line-height: 1.3; margin: 0 0 0.3rem 0;
}
.kcc-rating { display: flex; align-items: center; gap: 0.25rem; margin-bottom: 0.3rem; }
.kcc-stars { color: #f59e0b; font-size: 0.72rem; font-weight: 700; }
.kcc-rating-count { color: #94a3b8; font-size: 0.68rem; }
.kcc-price-row { display: flex; align-items: baseline; gap: 0.4rem; margin-top: auto; }
.kcc-price { font-size: 1.1rem; font-weight: 800; color: #16a34a; line-height: 1; }
.kcc-price small { font-size: 0.7rem; font-weight: 600; }
.kcc-old-price { font-size: 0.72rem; color: #94a3b8; text-decoration: line-through; }
.kcc-cta {
    padding: 0.5rem 0.75rem; text-align: center;
    font-size: 0.75rem; font-weight: 700; color: #6C3FA0;
    border-top: 1px solid #f1f5f9; transition: all 0.15s;
}
.kcc-card:hover .kcc-cta { background: #6C3FA0; color: #fff; }

/* Kesfet CTA Section */
.hp-kesfet-cta { margin: 1rem 0 2rem; }
.hp-cta-inner {
    text-align: center; padding: 2.5rem 1.5rem;
    background: linear-gradient(145deg, #f8f4ff, #f0e8ff);
    border-radius: 18px; border: 1px solid #e8d5f5;
}
.hp-cta-icon { font-size: 2rem; color: #6C3FA0; margin-bottom: 0.5rem; display: block; }
.hp-cta-inner h3 { font-size: 1.15rem; font-weight: 700; color: #1e293b; margin-bottom: 0.4rem; }
.hp-cta-inner p {
    font-size: 0.85rem; color: #64748b; margin-bottom: 1rem;
    max-width: 420px; margin-left: auto; margin-right: auto;
}
.hp-cta-btn {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.65rem 1.8rem; background: #6C3FA0; color: #fff;
    border-radius: 10px; font-size: 0.9rem; font-weight: 700;
    text-decoration: none; transition: all 0.2s;
}
.hp-cta-btn:hover {
    background: #5a2d8c; transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(108,63,160,0.3);
}

/* Native Carousel */
.native-carousel {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    gap: 14px; padding-bottom: 20px; padding-top: 4px;
    -ms-overflow-style: none; scrollbar-width: none; scroll-behavior: smooth;
    align-items: stretch;
}
.native-carousel::-webkit-scrollbar { display: none; }
.native-carousel .kesfet-card-col {
    flex: 0 0 calc(75% - 14px); scroll-snap-align: start;
    padding: 0 !important; display: flex; flex-direction: column;
}
@media (min-width: 576px) { .native-carousel .kesfet-card-col { flex: 0 0 calc(42% - 14px); } }
@media (min-width: 768px) { .native-carousel .kesfet-card-col { flex: 0 0 calc(28% - 14px); } }
@media (min-width: 992px) { .native-carousel .kesfet-card-col { flex: 0 0 calc(22% - 14px); } }
@media (min-width: 1200px) { .native-carousel .kesfet-card-col { flex: 0 0 calc(18% - 14px); } }

.native-carousel-wrap .nav-btn {
    position: absolute; top: 40%; transform: translateY(-50%);
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,0.97); border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); z-index: 10;
    display: flex; align-items: center; justify-content: center;
    color: #475569; font-size: 1.1rem; transition: all 0.2s; cursor: pointer;
}
.native-carousel-wrap .nav-prev { left: -12px; }
.native-carousel-wrap .nav-next { right: -12px; }
.native-carousel-wrap .nav-btn:hover {
    background: #6C3FA0; color: white; transform: translateY(-50%) scale(1.08);
    box-shadow: 0 4px 16px rgba(108,63,160,0.3);
}

@media (max-width: 768px) {
    .hp-hero { margin: 0 -12px 0 -12px; padding: 1.8rem 1rem 1.5rem; border-radius: 0 0 18px 18px; }
    .hp-hero-title { font-size: 1.3rem; }
    .hp-hero-sub { font-size: 0.8rem; margin-bottom: 1.2rem; }
    .hp-search-input { padding: 0.7rem 1rem 0.7rem 2.5rem; font-size: 0.88rem; }
    .hp-hero-stats { gap: 1rem; }
    .hp-stat-num { font-size: 1rem; }
    .hp-stat-label { font-size: 0.6rem; }
    .hp-section-title { font-size: 0.9rem; }
    .hp-see-all { font-size: 0.75rem; }
    .kcc-img-wrap { min-height: 100px; padding: 1.5rem 0.5rem 0.3rem; }
    .kcc-img { max-height: 90px; }
    .kcc-body { padding: 0.3rem 0.5rem 0.3rem; }
    .kcc-title { font-size: 0.72rem; line-height: 1.2; margin-bottom: 0.2rem; }
    .kcc-price { font-size: 0.95rem; }
    .kcc-old-price { font-size: 0.65rem; }
    .kcc-cta { padding: 0.35rem 0.5rem; font-size: 0.68rem; }
    .hp-cta-inner { padding: 1.8rem 1rem; }
    .hp-cta-inner h3 { font-size: 1rem; }
}