/**
 * TiM42 — Askeri malzeme anasayfa (tema renkleri: --accent, --accent-dark, --navy)
 */

.hm-page {
    --hm-dark: #0f1419;
    --hm-dark-2: #1a2332;
    --hm-olive: #2d3a2e;
    --hm-brand: #dc2626;
    --hm-brand-dark: #991b1b;
    --hm-brand-bg: #fef2f2;
    --hm-ay-color: var(--hm-brand-dark);
    --hm-ay-color-hover: var(--hm-brand);
    --hm-ay-color-on-accent: #fff;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text);
}
.hm-page *,
.hm-page *::before,
.hm-page *::after {
    font-family: inherit;
}

.hm-page .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 640px) { .hm-page .container { padding: 0 24px; } }
@media (min-width: 1024px) { .hm-page .container { padding: 0 32px; } }

/* Reveal */
[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
[data-reveal].revealed {
    opacity: 1;
    transform: translateY(0);
}
[data-reveal="zoom"] {
    transform: scale(0.96) translateY(20px);
}
[data-reveal="zoom"].revealed {
    transform: scale(1) translateY(0);
}

.hm-cart-flash {
    position: fixed;
    top: 88px;
    right: 16px;
    z-index: 60;
    background: #16a34a;
    color: #fff;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: var(--shadow-lg);
}

/* Strip */
.hm-strip {
    background: linear-gradient(90deg, var(--hm-dark) 0%, var(--hm-dark-2) 50%, var(--hm-dark) 100%);
    border-bottom: 3px solid var(--accent);
}
.hm-strip__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 28px;
    padding: 12px 0;
}
.hm-strip__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}
.hm-strip__item i {
    color: var(--accent-light);
    font-size: 16px;
}

/* Badge */
.hm-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: var(--accent-bg);
    color: var(--accent-dark);
    border: 1px solid color-mix(in srgb, var(--accent) 25%, transparent);
    margin-bottom: 16px;
}
.hm-badge--dark {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.15);
}

/* Buttons */
.hm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: var(--radius, 12px);
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.hm-btn--primary {
    background: linear-gradient(135deg, var(--accent-dark), var(--accent));
    color: #fff;
    box-shadow: 0 8px 24px color-mix(in srgb, var(--accent) 35%, transparent);
}
.hm-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--accent) 45%, transparent);
}
.hm-btn--ghost {
    background: #fff;
    color: var(--text);
    border: 1px solid var(--border);
}
.hm-btn--ghost:hover {
    border-color: var(--accent);
    color: var(--accent-dark);
}
.hm-btn--lg {
    padding: 14px 28px;
    font-size: 15px;
}

/* Anasayfa başlıkları — yalnızca cümle başı büyük (ör. Güven veren alışveriş deneyimi) */
.hm-page h2,
.hm-page .hm-section-head__title,
.hm-page .hm-nl__title,
.hm-page .hm-about__content h2,
.hm-page .hm-trust-card h3 {
    text-transform: none;
}

/* Section head */
.hm-section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
}
.hm-section-head--light .hm-section-head__title,
.hm-section-head--light .hm-section-head__desc {
    color: rgba(255, 255, 255, 0.92);
}
.hm-section-head--light .hm-section-head__desc {
    color: rgba(255, 255, 255, 0.65);
}
.hm-section-head__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.02em;
    color: var(--accent-dark);
    margin-bottom: 12px;
}
.hm-section-head__title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
    color: var(--navy);
    line-height: 1.2;
    margin: 0 0 12px;
    text-transform: none;
}
.hm-section-head__desc {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

.hm-section-cta {
    text-align: center;
    margin-top: 40px;
}

/* Hero */
.hm-hero {
    position: relative;
    padding: 48px 0 56px;
    overflow: hidden;
}
.hm-hero__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, var(--hm-dark) 0%, var(--hm-dark-2) 45%, color-mix(in srgb, var(--accent-dark) 40%, var(--hm-dark)) 100%);
    opacity: 1;
}
.hm-hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hm-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}
@media (min-width: 992px) {
    .hm-hero__grid {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
    }
}
.hm-hero__title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 16px;
}
.hm-hero__title em {
    font-style: normal;
    color: var(--accent-light);
}
.hm-hero__lead {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.65;
    margin: 0 0 24px;
    max-width: 520px;
}
.hm-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}
.hm-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
}
.hm-hero__stats div strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--accent-light);
}
.hm-hero__stats div span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hm-hero__showcase {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hm-hero__showcase-ring {
    position: absolute;
    width: min(100%, 380px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--accent) 25%, transparent) 0%, transparent 70%);
}
.hm-hero__slides {
    position: relative;
    width: min(100%, 340px);
    height: 340px;
}
.hm-hero__slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.92) translateY(16px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
}
.hm-hero__slide.is-active {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto;
}
.hm-hero__slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.45));
}
.hm-hero__card {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    padding: 14px 20px;
    border-radius: 14px;
    box-shadow: var(--shadow-lg);
    text-align: center;
    min-width: 220px;
    border: 1px solid var(--border);
}
.hm-hero__card-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    margin: 0 0 4px;
    line-height: 1.3;
}
.hm-hero__card-price {
    font-size: 18px;
    font-weight: 800;
    color: var(--accent-dark);
    margin: 0 0 10px;
}
.hm-hero__dots {
    display: flex;
    justify-content: center;
    gap: 6px;
}
.hm-hero__dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: none;
    background: var(--border);
    cursor: pointer;
    padding: 0;
    transition: width 0.25s ease, background 0.25s ease;
}
.hm-hero__dot.is-active {
    width: 24px;
    background: var(--accent);
}
.hm-hero__float {
    position: absolute;
    background: #fff;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    color: var(--navy);
    box-shadow: var(--shadow-md);
    display: none;
    align-items: center;
    gap: 6px;
}
.hm-hero__float i { color: var(--accent); font-size: 16px; }
@media (min-width: 640px) {
    .hm-hero__float { display: flex; }
    .hm-hero__float--tl { top: 8%; right: 0; }
    .hm-hero__float--br { bottom: 28%; left: 0; }
}

/* Categories — klasik ızgara */
.hm-categories {
    padding: 56px 0;
    background: var(--bg);
}
.hm-cat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
@media (min-width: 640px) {
    .hm-cat-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
}
@media (min-width: 1024px) {
    .hm-cat-grid { grid-template-columns: repeat(4, 1fr); }
}
.hm-cat-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px 18px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg, 16px);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    position: relative;
    overflow: hidden;
}
.hm-cat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-dark), var(--accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.hm-cat-card:hover {
    border-color: var(--accent);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}
.hm-cat-card:hover::before { transform: scaleX(1); }
.hm-cat-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--accent-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hm-ay-color);
}
.hm-cat-card:hover .hm-cat-card__icon {
    color: var(--hm-ay-color-hover);
    background: color-mix(in srgb, var(--accent-light) 45%, #fff);
}
.hm-ay-yildiz {
    display: block;
    width: 30px;
    height: auto;
    aspect-ratio: 357.6 / 260.4;
    flex-shrink: 0;
    color: inherit;
}
.hm-ay-yildiz__emblem {
    color: inherit;
}
.hm-filter-btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    flex-shrink: 0;
}
.hm-filter-btn__icon i {
    font-size: 16px;
    line-height: 1;
}
.hm-filter-btn__icon .hm-ay-yildiz {
    width: 18px;
    height: auto;
}
.hm-filter-btn__text {
    line-height: 1.2;
}
.hm-ay-yildiz__emblem,
.hm-ay-yildiz__emblem path,
.hm-ay-yildiz__emblem polygon {
    fill: currentColor;
}
.hm-cat-card__name {
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.35;
}
.hm-cat-card__count {
    font-size: 12px;
    color: var(--text-muted);
}
.hm-cat-card__arrow {
    position: absolute;
    right: 16px;
    bottom: 16px;
    color: var(--accent);
    font-size: 18px;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.hm-cat-card:hover .hm-cat-card__arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Featured products carousel */
.hm-featured-carousel {
    padding: 48px 0 40px;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
}
.hm-featured-carousel__footer {
    margin-top: 28px;
    text-align: center;
}
.hm-carousel {
    position: relative;
    margin-top: 8px;
}
.hm-carousel__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 2px 12px;
}
.hm-carousel__viewport::-webkit-scrollbar {
    display: none;
}
.hm-carousel__track {
    display: flex;
    gap: 16px;
}
.hm-carousel__slide {
    flex: 0 0 calc(100% - 8px);
    scroll-snap-align: start;
    min-width: 0;
}
.hm-carousel__slide .product-card {
    height: 100%;
}
@media (min-width: 480px) {
    .hm-carousel__slide { flex: 0 0 calc(50% - 8px); }
}
@media (min-width: 768px) {
    .hm-carousel__slide { flex: 0 0 calc(33.333% - 11px); }
}
@media (min-width: 1024px) {
    .hm-carousel__slide { flex: 0 0 calc(25% - 12px); }
}
/* 5 ürün yan yana — masaüstü */
.hm-carousel--five .hm-carousel__slide {
    flex: 0 0 calc(72% - 8px);
}
@media (min-width: 480px) {
    .hm-carousel--five .hm-carousel__slide { flex: 0 0 calc(42% - 8px); }
}
@media (min-width: 640px) {
    .hm-carousel--five .hm-carousel__slide { flex: 0 0 calc(32% - 11px); }
}
@media (min-width: 768px) {
    .hm-carousel--five .hm-carousel__slide { flex: 0 0 calc(24% - 12px); }
}
@media (min-width: 1024px) {
    .hm-carousel--five .hm-carousel__slide { flex: 0 0 calc(20% - 13px); }
}
@media (min-width: 1200px) {
    .hm-carousel--five { padding: 0 48px; }
    .hm-carousel--five .hm-carousel__viewport {
        overflow-x: hidden;
    }
}
.hm-carousel__nav {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: #fff;
    color: var(--navy);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    box-shadow: var(--shadow-md);
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.hm-carousel__nav:hover:not(:disabled) {
    border-color: var(--accent);
    color: var(--accent);
    transform: translateY(-50%) scale(1.05);
}
.hm-carousel__nav:disabled {
    opacity: 0.35;
    cursor: default;
}
@media (min-width: 768px) {
    .hm-carousel { padding: 0 52px; }
    .hm-carousel__nav { display: inline-flex; align-items: center; justify-content: center; }
    .hm-carousel__nav--prev { left: 0; }
    .hm-carousel__nav--next { right: 0; }
}
.hm-carousel__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    flex-wrap: wrap;
}
.hm-carousel__dot {
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 50%;
    padding: 0;
    background: color-mix(in srgb, var(--navy) 18%, transparent);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}
.hm-carousel__dot.is-active {
    background: var(--accent);
    transform: scale(1.25);
}
@media (min-width: 768px) {
    .hm-carousel__dots { display: none; }
}

/* Hero elite extras */
.hm-hero--elite { padding-bottom: 72px; }
.hm-hero--elite::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 48px;
    background: linear-gradient(180deg, transparent, var(--bg));
    pointer-events: none;
    z-index: 2;
}
.hm-hero__mesh {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 20% 40%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 55%),
        radial-gradient(ellipse 60% 40% at 85% 60%, color-mix(in srgb, var(--accent-dark) 30%, transparent), transparent 50%);
    pointer-events: none;
}
.hm-hero__gridline {
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background-image:
        linear-gradient(var(--accent-light) 1px, transparent 1px),
        linear-gradient(90deg, var(--accent-light) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
    pointer-events: none;
}

/* Products — klasik ızgara */
.hm-products {
    padding: 56px 0 64px;
    background: #fff;
}
.hm-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 32px;
}
.hm-filters .hm-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    color: var(--text-secondary);
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}
.hm-filters .hm-filter-btn:not(.is-active):hover {
    border-color: var(--hm-brand);
    color: var(--hm-brand-dark);
    background: var(--hm-brand-bg);
}
.hm-filters .hm-filter-btn:not(.is-active) .hm-filter-btn__icon {
    color: var(--hm-brand-dark);
}
.hm-filters .hm-filter-btn:not(.is-active) .hm-filter-btn__text {
    color: var(--text-secondary);
}
.hm-filters .hm-filter-btn:not(.is-active):hover .hm-filter-btn__icon,
.hm-filters .hm-filter-btn:not(.is-active):hover .hm-filter-btn__text {
    color: var(--hm-brand-dark);
}
.hm-filters .hm-filter-btn.is-active {
    background: linear-gradient(135deg, var(--hm-brand-dark), var(--hm-brand));
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 16px color-mix(in srgb, var(--hm-brand) 38%, transparent);
}
.hm-filters .hm-filter-btn.is-active .hm-filter-btn__icon,
.hm-filters .hm-filter-btn.is-active .hm-filter-btn__text,
.hm-filters .hm-filter-btn.is-active .hm-ay-yildiz {
    color: #fff;
}
.hm-products__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    transition: opacity 0.3s ease;
}
@media (min-width: 640px) {
    .hm-products__grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
}
@media (min-width: 1024px) {
    .hm-products__grid { grid-template-columns: repeat(4, 1fr); }
}
.hm-products__grid > [data-cat] {
    min-width: 0;
}
.hm-products__grid .product-card {
    height: 100%;
}
/* Ürün görseli — storefront ile aynı (tam görünür, ortalı) */
.hm-page .pc-img,
.hm-page .product-img {
    background: #fafafa;
}
.hm-page .pc-img img,
.hm-page .product-img img {
    max-width: 92%;
    max-height: 92%;
}
.hm-products__wrap {
    display: block;
}
.hm-products__empty {
    text-align: center;
    padding: 40px;
    color: var(--text-muted);
    font-size: 14px;
}
.hm-products__empty i {
    display: block;
    font-size: 32px;
    margin-bottom: 8px;
    opacity: 0.4;
}
.hm-products__footer {
    margin-top: 36px;
    text-align: center;
}

/* Vitrin ürün kartları — storefront turkuaz sabit renklerini askeri kırmızıya çek */
.hm-page .hm-products .pc-tag-badge.tag-campaign,
.hm-page .hm-products .pc-tag-badge.tag-new {
    background: linear-gradient(135deg, var(--hm-brand-dark), var(--hm-brand));
}
.hm-page .hm-products .pc-category {
    color: var(--hm-brand-dark);
}
.hm-page .hm-products .pc-age-badge i {
    color: var(--hm-brand-dark);
}
.hm-page .hm-products .pc-cart-btn {
    background: var(--hm-brand);
    box-shadow: 0 4px 14px color-mix(in srgb, var(--hm-brand) 35%, transparent);
}
.hm-page .hm-products .pc-cart-btn:hover {
    background: var(--hm-brand-dark);
    box-shadow: 0 6px 20px color-mix(in srgb, var(--hm-brand) 45%, transparent);
}
.hm-page .hm-products .pc-action-btn:hover {
    background: var(--hm-brand);
    color: #fff;
}
.hm-page .hm-products .product-card:hover {
    border-color: color-mix(in srgb, var(--hm-brand) 35%, var(--border));
    box-shadow: 0 8px 28px color-mix(in srgb, var(--hm-brand) 12%, transparent);
}

/* Trust */
.hm-trust {
    position: relative;
    overflow: hidden;
    padding: 56px 0;
    background: var(--hm-dark);
}
.hm-trust::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--hm-trust-bg);
    background-size: cover;
    background-position: center 40%;
    background-repeat: no-repeat;
    filter: brightness(0.55) contrast(1.12) saturate(0.88);
    transform: scale(1.04);
    pointer-events: none;
}
.hm-trust::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 20, 25, 0.58) 0%, rgba(15, 20, 25, 0.72) 50%, rgba(26, 35, 50, 0.8) 100%),
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0, 0, 0, 0.18), transparent 70%);
    pointer-events: none;
}
.hm-trust > .container {
    position: relative;
    z-index: 1;
}
.hm-trust__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 32px;
}
@media (min-width: 768px) { .hm-trust__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .hm-trust__grid { grid-template-columns: repeat(5, 1fr); } }
.hm-trust-card {
    background: rgba(15, 20, 25, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 22px 16px;
    text-align: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.hm-trust-card:hover {
    background: rgba(15, 20, 25, 0.72);
    border-color: var(--accent);
    transform: translateY(-4px);
}
.hm-trust-card__stat {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--accent-light);
    line-height: 1;
}
.hm-trust-card__label {
    font-size: 11px;
    text-transform: none;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 12px;
}
.hm-trust-card__icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--accent) 25%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--accent-light);
}
.hm-trust-card h3 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
    text-transform: none;
}
.hm-trust-card p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    margin: 0;
}
.hm-trust__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 24px;
    padding: 20px 24px;
    background: linear-gradient(90deg, var(--accent-dark), var(--accent));
    border-radius: 16px;
}
.hm-trust__bar-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
}
.hm-trust__bar strong {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 4px;
}
.hm-trust__bar span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}
.hm-trust__bar-rating {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fde68a;
    font-size: 18px;
}
.hm-trust__bar-rating span {
    color: #fff;
    font-weight: 800;
    margin-left: 6px;
    font-size: 20px;
}

/* About */
.hm-about {
    padding: 64px 0;
    background: var(--bg-warm);
}
.hm-about__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}
@media (min-width: 992px) {
    .hm-about__grid { grid-template-columns: 1fr 1fr; gap: 56px; }
}
.hm-about__visual {
    position: relative;
    min-height: 360px;
}
.hm-about__img--main {
    position: relative;
    height: 100%;
    min-height: 360px;
    border-radius: 20px;
    overflow: hidden;
    background: var(--hm-dark-2);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
}
.hm-about__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    pointer-events: none;
}
.hm-about__badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 2;
    background: #fff;
    padding: 20px 24px;
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    text-align: center;
    border-left: 4px solid var(--accent);
}
.hm-about__badge-num {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--accent-dark);
    line-height: 1;
}
.hm-about__badge span:last-child {
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 600;
}
.hm-about__content h2 {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--navy);
    line-height: 1.25;
    margin: 0 0 16px;
    text-transform: none;
}
.hm-about__content > p {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0 0 24px;
}
.hm-about__list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
.hm-about__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-secondary);
    margin-bottom: 12px;
}
.hm-about__list i {
    color: var(--accent);
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Reviews */
.hm-reviews {
    padding: 56px 0;
    background: #fff;
}
.hm-reviews__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
@media (min-width: 640px) { .hm-reviews__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .hm-reviews__grid { grid-template-columns: repeat(4, 1fr); } }
.hm-review-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 24px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
}
.hm-review-card.is-highlight,
.hm-review-card:hover {
    border-color: var(--accent);
    box-shadow: 0 8px 30px color-mix(in srgb, var(--accent) 15%, transparent);
}
.hm-review-card__stars {
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    gap: 2px;
}
.hm-review-card p {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.65;
    margin: 0 0 16px;
    font-style: italic;
}
.hm-review-card footer strong {
    display: block;
    font-size: 14px;
    color: var(--navy);
}
.hm-review-card footer span {
    font-size: 12px;
    color: var(--text-muted);
}
.hm-review-card footer em {
    display: block;
    font-size: 11px;
    color: var(--accent-dark);
    font-style: normal;
    margin-top: 8px;
    font-weight: 600;
}

/* Newsletter — operasyon paneli */
.hm-nl {
    padding: 0 0 72px;
    background: #fff;
}
.hm-nl__panel {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--hm-dark) 0%, var(--hm-dark-2) 55%, color-mix(in srgb, var(--accent-dark) 40%, var(--hm-dark)) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px color-mix(in srgb, var(--hm-dark) 35%, transparent);
    min-height: 220px;
}
.hm-nl__art {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: min(520px, 58%);
    height: 100%;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.hm-nl__art-glow {
    position: absolute;
    right: 8%;
    bottom: 18%;
    width: 55%;
    height: 45%;
    background: radial-gradient(
        ellipse at center,
        color-mix(in srgb, var(--accent) 28%, transparent) 0%,
        transparent 72%
    );
    filter: blur(28px);
    opacity: 0.85;
}
.hm-nl__art-img {
    position: relative;
    z-index: 1;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: min(420px, 88%);
    object-fit: contain;
    object-position: bottom right;
    transform: rotate(-11deg) translate(6%, 14%);
    transform-origin: 100% 100%;
    opacity: 0.96;
    filter: drop-shadow(0 20px 48px rgba(0, 0, 0, 0.5));
    -webkit-mask-image:
        linear-gradient(to top, #000 0%, #000 55%, transparent 92%),
        linear-gradient(to left, #000 0%, #000 62%, transparent 100%);
    mask-image:
        linear-gradient(to top, #000 0%, #000 55%, transparent 92%),
        linear-gradient(to left, #000 0%, #000 62%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
}
@media (min-width: 900px) {
    .hm-nl__panel { min-height: 260px; }
    .hm-nl__art {
        width: min(560px, 52%);
    }
    .hm-nl__art-img {
        max-height: 440px;
        transform: rotate(-13deg) translate(4%, 10%);
    }
}
@media (max-width: 640px) {
    .hm-nl__art {
        width: 72%;
        opacity: 0.55;
    }
    .hm-nl__art-img {
        max-height: 200px;
        transform: rotate(-9deg) translate(10%, 20%);
    }
}
.hm-nl__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}
.hm-nl__orb--1 {
    width: 280px;
    height: 280px;
    top: -80px;
    right: -60px;
    background: color-mix(in srgb, var(--accent) 45%, transparent);
}
.hm-nl__orb--2 {
    width: 200px;
    height: 200px;
    bottom: -60px;
    left: -40px;
    background: color-mix(in srgb, var(--accent-dark) 35%, transparent);
}
.hm-nl__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 36px 28px;
}
@media (min-width: 900px) {
    .hm-nl__inner {
        grid-template-columns: 1fr 1.05fr;
        align-items: center;
        padding: 48px clamp(44px, 14vw, 220px) 48px 44px;
        gap: 48px;
    }
}
.hm-nl__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.02em;
    color: var(--accent-light);
    margin-bottom: 14px;
}
.hm-nl__title {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 12px;
    text-transform: none;
}
.hm-nl__desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
    margin: 0;
    max-width: 400px;
}
.hm-nl__perks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.hm-nl__perks li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
}
.hm-nl__perks i { color: var(--accent-light); font-size: 16px; }

.hm-nl__form-col {
    min-width: 0;
    position: relative;
    z-index: 2;
}
.hm-nl__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}
.hm-nl__label {
    display: block !important;
    flex-direction: row !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.65) !important;
    gap: 0 !important;
    margin: 0 !important;
}
.hm-nl__field {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: rgba(255, 255, 255, 0.97);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.hm-nl__field > i {
    display: flex;
    align-items: center;
    padding: 0 0 0 16px;
    font-size: 20px;
    color: var(--text-muted);
    flex-shrink: 0;
}
.hm-nl .hm-nl__field input[type="email"] {
    flex: 1;
    min-width: 0;
    width: auto !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: var(--navy) !important;
    outline: none !important;
}
.hm-nl .hm-nl__field input:focus {
    box-shadow: none !important;
    border: none !important;
}
.hm-nl__submit {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: auto;
    margin: 6px;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--accent-dark), var(--accent));
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}
.hm-nl__submit:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px color-mix(in srgb, var(--accent) 40%, transparent);
}
.hm-nl__submit:disabled { opacity: 0.7; cursor: wait; }
.hm-nl__submit-text { display: inline; }
@media (max-width: 480px) {
    .hm-nl__submit-text { display: none; }
    .hm-nl__submit { padding: 12px 16px; }
}
.hm-nl__feedback {
    margin: 10px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #86efac;
}
.hm-nl__feedback[hidden] { display: none !important; }
.hm-nl__legal {
    margin: 10px 0 0;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
}

/* Pazaryeri bölümü (eski homepage-v2.css) */
.shimmer-bg {
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 50%, transparent 100%);
    background-size: 200% 100%;
    animation: hm-shimmer 3s infinite linear;
}
@keyframes hm-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
#categoryProductGrid {
    transition: opacity 0.3s ease;
}
.mp-arrow {
    transition: transform 0.4s ease;
}
.mp-card:hover .mp-arrow {
    transform: translateX(4px);
}
