/* Compiled template scope: .pg-template */
/* ==========================================================================
   ANA SAYFA - Editorial Premium
   ========================================================================== */

/* ---- Animations ---- */
@keyframes pg-fadeInUp  { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pg-fadeIn    { from { opacity: 0; } to { opacity: 1; } }
@keyframes pg-pulse     { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
@keyframes pg-slowSpin  { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes pg-scaleIn   { from { transform: scale(0.8); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@keyframes pg-slideUp   { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pg-heroGlowDrift {
    0%   { transform: translate3d(0, -50%, 0) scale(1); }
    50%  { transform: translate3d(-2.5%, -53%, 0) scale(1.06); }
    100% { transform: translate3d(0, -50%, 0) scale(1); }
}
@keyframes pg-heroSurfaceBreathe {
    0% {
        background:
            radial-gradient(circle at 78% 44%, rgba(214, 184, 133, 0.2), transparent 18%),
            radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.88), transparent 28%),
            linear-gradient(180deg, #fbfaf8 0%, #f4efe8 100%);
    }
    50% {
        background:
            radial-gradient(circle at 74% 46%, rgba(214, 184, 133, 0.24), transparent 20%),
            radial-gradient(circle at 30% 16%, rgba(255, 255, 255, 0.94), transparent 30%),
            linear-gradient(180deg, #fcfbf9 0%, #f2ede6 100%);
    }
    100% {
        background:
            radial-gradient(circle at 78% 44%, rgba(214, 184, 133, 0.2), transparent 18%),
            radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.88), transparent 28%),
            linear-gradient(180deg, #fbfaf8 0%, #f4efe8 100%);
    }
}
@keyframes pg-heroTextureFloat {
    0%   { transform: translate3d(0, 0, 0); opacity: 0.24; }
    50%  { transform: translate3d(0.6%, -0.8%, 0); opacity: 0.3; }
    100% { transform: translate3d(0, 0, 0); opacity: 0.24; }
}

/* ================================================================
   HERO
   ================================================================ */
/* ================================================================
   HERO SLIDER (WIDESCREEN CINEMATIC EDITION - APPLE SOFT WHITE)
   ================================================================ */
.pg-template .hp-hero {
    position: relative;
    isolation: isolate;
    padding: clamp(14px, 1.9vw, 26px) clamp(12px, 1.7vw, 28px) clamp(18px, 2.4vw, 34px);
    overflow: hidden;
    user-select: none;
    background: var(--color-bg);
}

.pg-template .hp-hero::before,
.pg-template .hp-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.pg-template .hp-hero::before {
    content: none;
}

.pg-template .hp-hero::after {
    content: none;
}

.pg-template .hp-hero__widescreen-inner::before {
    content: none;
}

.pg-template .hp-hero__widescreen-inner {
    position: relative;
    width: min(1826px, 100%);
    margin: 0 auto;
    display: block;
}

.pg-template .hp-hero__widescreen-canvas {
    position: relative;
    aspect-ratio: 16 / 7;
    min-height: 420px;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: clamp(20px, 2.8vw, 34px);
    background: rgba(255, 255, 255, .42);
    box-shadow:
        0 30px 86px rgba(30, 41, 59, .13),
        0 1px 0 rgba(255, 255, 255, .78) inset;
    backdrop-filter: blur(18px) saturate(120%);
    -webkit-backdrop-filter: blur(18px) saturate(120%);
}

.pg-template .hp-hero__widescreen-canvas.is-dragging {
    cursor: grabbing;
}

.pg-template .hp-hero__widescreen-canvas::before {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: 4;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, .40);
    border-radius: clamp(16px, 2vw, 26px);
}

.pg-template .hp-hero__widescreen-canvas::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(9, 9, 11, .24) 0%, transparent 38%, transparent 76%, rgba(255, 255, 255, .20) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, .04) 0%, transparent 56%, rgba(11, 15, 25, .14) 100%);
}

.pg-template .hp-hero__widescreen-canvas:hover .hp-hero__img-slide.is-active img {
    transform: scale(1);
}

.pg-template .hp-hero__widescreen-slides {
    position: absolute;
    inset: 0;
}

.pg-template .hp-hero__img-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.018);
    transition:
        opacity 900ms cubic-bezier(.2, .72, .2, 1),
        transform 1200ms cubic-bezier(.2, .72, .2, 1);
    z-index: 1;
}

.pg-template .hp-hero__img-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    z-index: 2;
}

.pg-template .hp-hero__img-slide img {
    -webkit-user-drag: none;
    user-select: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    transform: scale(1);
    transition: transform 6800ms cubic-bezier(.19, 1, .22, 1);
}

.pg-template .hp-hero__img-slide.is-active img {
    transform: scale(1);
}

.pg-template .hp-hero__img-placeholder {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 35%, rgba(201, 162, 77, .18), transparent 34%),
        rgba(255, 255, 255, .44);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(43, 36, 29, 0.2);
}

.pg-template .hp-hero__widescreen-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .74);
    background: rgba(255, 255, 255, .62);
    backdrop-filter: blur(16px) saturate(130%);
    -webkit-backdrop-filter: blur(16px) saturate(130%);
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 220ms cubic-bezier(.2, .72, .2, 1);
    z-index: 12;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .13);
}

.pg-template .hp-hero__widescreen-arrow:hover {
    background: rgba(255, 255, 255, .88);
    border-color: rgba(255, 255, 255, .95);
    color: var(--color-brand);
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 20px 48px rgba(15, 23, 42, .17);
}

.pg-template .hp-hero__widescreen-arrow--prev {
    left: 36px;
}

.pg-template .hp-hero__widescreen-arrow--next {
    right: 36px;
}

.pg-template .hp-hero__widescreen-dots {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    z-index: 12;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 999px;
    background: rgba(255, 255, 255, .44);
    backdrop-filter: blur(14px) saturate(125%);
    -webkit-backdrop-filter: blur(14px) saturate(125%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .10);
}

.pg-template .hp-hero__widescreen-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: rgba(17, 24, 39, .22);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 260ms ease;
}

.pg-template .hp-hero__widescreen-dot.is-active {
    width: 34px;
    background: linear-gradient(90deg, var(--color-brand), #d7b46c);
    box-shadow: 0 0 18px rgba(201, 162, 77, .42);
}

.pg-template .hp-hero__widescreen-text {
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    bottom: clamp(58px, 8vw, 118px);
    --hero-card-x: 0;
    width: min(560px, calc(100% - 96px));
    min-height: 214px;
    display: flex;
    align-items: center;
    padding: clamp(24px, 3vw, 38px);
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: clamp(22px, 2.4vw, 30px);
    background:
        linear-gradient(142deg, rgba(255, 255, 255, .66), rgba(255, 255, 255, .38) 58%, rgba(249, 242, 230, .34)),
        radial-gradient(circle at 86% 16%, rgba(201, 162, 77, .14), transparent 34%);
    box-shadow:
        0 22px 52px rgba(15, 23, 42, .12),
        0 1px 0 rgba(255, 255, 255, .72) inset,
        0 -1px 0 rgba(154, 103, 34, .08) inset;
    backdrop-filter: blur(22px) saturate(132%);
    -webkit-backdrop-filter: blur(22px) saturate(132%);
    overflow: hidden;
    opacity: 1;
    transform: translateX(var(--hero-card-x)) translateY(0) scale(1);
    transition:
        opacity 360ms cubic-bezier(.22, .61, .36, 1),
        transform 560ms cubic-bezier(.22, .61, .36, 1),
        left 560ms cubic-bezier(.22, .61, .36, 1),
        right 560ms cubic-bezier(.22, .61, .36, 1);
}

.pg-template .hp-hero__widescreen-text.is-switching {
    opacity: 0;
    transform: translateX(var(--hero-card-x)) translateY(0) scale(1);
}

.pg-template .hp-hero__widescreen-text.is-revealing {
    animation: pg-heroTextReveal 1100ms cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes pg-heroTextReveal {
    0% {
        opacity: 0;
        filter: blur(10px);
        transform: translateX(var(--hero-card-x)) translateY(0) scale(1);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateX(var(--hero-card-x)) translateY(0) scale(1);
    }
}

.pg-template .hp-hero__widescreen-text--left {
    left: clamp(44px, 6vw, 112px);
    right: auto;
    --hero-card-x: 0;
}

.pg-template .hp-hero__widescreen-text--right {
    right: clamp(44px, 6vw, 112px);
    left: auto;
    --hero-card-x: 0;
}

.pg-template .hp-hero__widescreen-text--center {
    left: 50%;
    right: auto;
    --hero-card-x: -50%;
}

.pg-template .hp-hero__widescreen-text::before {
    content: "MENESA";
    position: absolute;
    top: 18px;
    right: -14px;
    color: rgba(17, 24, 39, .030);
    font-family: var(--font-sans);
    font-size: clamp(66px, 7vw, 112px);
    line-height: .8;
    letter-spacing: -.06em;
    pointer-events: none;
}

.pg-template .hp-hero__widescreen-text::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: inherit;
    pointer-events: none;
}

.pg-template .hp-hero__widescreen-slide::before {
    content: none;
}

.pg-template .hp-hero__widescreen-slide {
    display: none;
    opacity: 0;
    width: 100%;
    min-height: 142px;
    position: relative;
    z-index: 1;
    transform: translateY(18px);
    transition: all 520ms cubic-bezier(.2, .72, .2, 1);
}

.pg-template .hp-hero__widescreen-slide.is-active {
    display: flex;
    flex-direction: column;
    opacity: 1;
    transform: translateY(0);
}

.pg-template .hp-hero__widescreen-tag {
    position: relative;
    display: block;
    max-width: 34rem;
    margin: 0 0 18px;
    padding-left: 48px;
    color: #9b6c1e;
    font-size: clamp(10px, .78vw, 12px);
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.35;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pg-template .hp-hero__widescreen-tag::before {
    content: "";
    position: absolute;
    left: 0;
    top: .18em;
    width: 34px;
    height: 19px;
    background:
        linear-gradient(90deg, #c69a48, rgba(198, 154, 72, .18)) left 2px / 34px 1px no-repeat,
        linear-gradient(90deg, #c69a48, rgba(198, 154, 72, .18)) left 16px / 24px 1px no-repeat;
    opacity: 1;
}

.pg-template .hp-hero__widescreen-title {
    font-family: var(--font-sans);
    max-width: 38rem;
    margin: 0 0 24px;
    color: #15110d;
    font-size: clamp(30px, 2.55vw, 42px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.02;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pg-template .hp-hero__widescreen-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 0;
    width: auto;
    max-width: 390px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    margin-top: auto;
}

.pg-template .hp-hero__widescreen-actions .btn-white {
    box-sizing: border-box;
    flex: 0 1 auto;
    min-width: 0;
    min-height: 46px;
    padding: 0 28px !important;
    border: 1px solid rgba(179, 128, 43, .58) !important;
    border-radius: 13px !important;
    background: linear-gradient(135deg, #c79a49 0%, #b9822e 100%) !important;
    color: #fffaf1 !important;
    box-shadow: 0 16px 30px rgba(179, 128, 43, .24) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.pg-template .hp-hero__widescreen-actions .btn-white:hover {
    background: linear-gradient(135deg, #d4aa5b 0%, #ad7826 100%) !important;
    transform: translateY(-2px) !important;
}

.pg-template .hp-hero__widescreen-actions .btn-outline-light {
    box-sizing: border-box;
    flex: 0 1 auto;
    min-width: 0;
    min-height: 46px;
    padding: 0 28px !important;
    border: 1px solid rgba(179, 128, 43, .30) !important;
    border-radius: 13px !important;
    background: rgba(255, 255, 255, .58) !important;
    color: #7b5520 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .08) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.pg-template .hp-hero__widescreen-actions .btn-outline-light:hover {
    background: rgba(255, 248, 236, .86) !important;
    border-color: rgba(179, 128, 43, .52) !important;
    transform: translateY(-2px) !important;
}

/* ================================================================
   RESPONSIVE CINEMATIC SLIDER
   ================================================================ */
@media (max-width: 992px) {
    .pg-template .hp-hero {
        min-height: auto;
        padding: 12px 12px 36px;
    }
    .pg-template .hp-hero__widescreen-inner {
        width: min(100%, 760px);
    }
    .pg-template .hp-hero__widescreen-canvas {
        min-height: 0;
        aspect-ratio: 4 / 3;
        border-radius: 30px;
    }
    .pg-template .hp-hero__widescreen-text {
        bottom: 24px;
        width: min(500px, calc(100% - 48px));
        min-height: 196px;
        padding: 26px 24px 28px;
        border-radius: 28px;
    }
    .pg-template .hp-hero__widescreen-text--left {
        left: 24px;
        right: auto;
    }
    .pg-template .hp-hero__widescreen-text--right {
        right: 24px;
        left: auto;
    }
    .pg-template .hp-hero__widescreen-text--center {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .pg-template .hp-hero__widescreen-arrow {
        width: 44px;
        height: 44px;
    }
    .pg-template .hp-hero__widescreen-arrow--prev {
        left: 12px;
    }
    .pg-template .hp-hero__widescreen-arrow--next {
        right: 12px;
    }
}

@media (max-width: 768px) {
    .pg-template .hp-hero {
        min-height: auto;
        padding: 8px 8px 26px;
    }
    .pg-template .hp-hero__widescreen-inner {
        width: 100%;
    }
    .pg-template .hp-hero__widescreen-canvas {
        min-height: 0;
        aspect-ratio: 3 / 4;
        border-radius: 24px;
        background: #f8f4ec;
        box-shadow: 0 22px 58px rgba(15, 23, 42, .14);
    }
    .pg-template .hp-hero__widescreen-canvas::before {
        inset: 10px;
        border-radius: 18px;
    }
    .pg-template .hp-hero__widescreen-canvas::after {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .08) 0%, transparent 32%, rgba(11, 15, 25, .12) 100%);
    }
    .pg-template .hp-hero__img-slide img {
        object-fit: contain;
        object-position: center top;
        transform: scale(1);
    }
    .pg-template .hp-hero__img-slide.is-active img {
        transform: scale(1);
    }
    .pg-template .hp-hero__widescreen-arrow {
        display: none !important;
    }
    .pg-template .hp-hero__widescreen-text {
        left: 10px;
        right: 10px;
        transform: none;
        bottom: 12px;
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        min-height: 172px;
        padding: 20px 18px 18px;
        border-radius: 20px;
        background:
            linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .50)),
            radial-gradient(circle at 90% 14%, rgba(201, 162, 77, .13), transparent 36%);
        box-shadow: 0 18px 48px rgba(15, 23, 42, .16);
    }
    .pg-template .hp-hero__widescreen-text::before {
        top: 8px;
        right: -10px;
        font-size: 70px;
        opacity: .72;
    }
    .pg-template .hp-hero__widescreen-slide::before {
        content: none;
    }
    .pg-template .hp-hero__widescreen-tag {
        padding-left: 34px;
        margin-bottom: 12px;
        font-size: 9px;
        line-height: 1.42;
        letter-spacing: .14em;
    }
    .pg-template .hp-hero__widescreen-tag::before {
        content: "";
        left: 0;
        top: .2em;
        width: 24px;
        height: 16px;
        background:
            linear-gradient(90deg, #c69a48, rgba(198, 154, 72, .18)) left 2px / 24px 1px no-repeat,
            linear-gradient(90deg, #c69a48, rgba(198, 154, 72, .18)) left 13px / 18px 1px no-repeat;
    }
    .pg-template .hp-hero__widescreen-title {
        margin-bottom: 16px;
        font-size: clamp(25px, 7.2vw, 31px);
        line-height: 1.02;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .pg-template .hp-hero__widescreen-actions {
        width: 100%;
        max-width: 100%;
        gap: 10px;
        padding: 0;
    }
    .pg-template .hp-hero__widescreen-actions .btn,
    .pg-template .hp-hero__widescreen-actions .btn-white,
    .pg-template .hp-hero__widescreen-actions .btn-outline-light {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        min-height: 44px;
        padding: 0 18px !important;
        justify-content: center;
    }
    .pg-template .hp-hero__widescreen-dots {
        top: 18px;
        bottom: auto;
        padding: 6px;
        background: rgba(255, 255, 255, .56);
    }
    .pg-template .hp-hero__widescreen-dot {
        width: 7px;
        height: 7px;
    }
    .pg-template .hp-hero__widescreen-dot.is-active {
        width: 24px;
    }
}

/* Tablet kompozisyonu: görsel ana unsur, içerik kartı kompakt bir editoryal paneldir. */
@media (min-width: 769px) and (max-width: 992px) {
    .pg-template .hp-hero {
        padding: 14px 18px 34px;
    }

    .pg-template .hp-hero__widescreen-inner {
        width: min(100%, 780px);
    }

    .pg-template .hp-hero__widescreen-canvas {
        aspect-ratio: 16 / 7;
        border-radius: 26px;
    }

    .pg-template .hp-hero__widescreen-canvas::before {
        inset: 14px;
        border-radius: 20px;
    }

    .pg-template .hp-hero__widescreen-text {
        bottom: 20px;
        width: 350px;
        max-width: calc(100% - 48px);
        min-height: 140px;
        padding: 16px 18px 15px;
        border-radius: 18px;
        background:
            linear-gradient(142deg, rgba(255,255,255,.82), rgba(255,255,255,.60) 62%, rgba(249,242,230,.56)),
            radial-gradient(circle at 88% 14%, rgba(201,162,77,.12), transparent 34%);
        box-shadow: 0 18px 46px rgba(15,23,42,.14), 0 1px 0 rgba(255,255,255,.8) inset;
        backdrop-filter: blur(18px) saturate(125%);
        -webkit-backdrop-filter: blur(18px) saturate(125%);
        transform: none;
        transition: opacity 360ms cubic-bezier(.22,.61,.36,1), transform 420ms cubic-bezier(.22,.61,.36,1);
    }

    .pg-template .hp-hero__widescreen-text--left {
        left: 28px;
        right: auto;
    }

    .pg-template .hp-hero__widescreen-text--right {
        right: 28px;
        left: auto;
    }

    .pg-template .hp-hero__widescreen-text--center {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .pg-template .hp-hero__widescreen-text {
        width: 350px !important;
    }

    .pg-template .hp-hero__widescreen-slide {
        min-height: 104px;
    }

    .pg-template .hp-hero__widescreen-text--left {
        left: 28px !important;
        right: auto !important;
        transform: none !important;
    }

    .pg-template .hp-hero__widescreen-text--right {
        right: 28px !important;
        left: auto !important;
        transform: none !important;
    }

    .pg-template .hp-hero__widescreen-text--center {
        right: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .pg-template .hp-hero__widescreen-text::before {
        content: none;
    }

    .pg-template .hp-hero__widescreen-text::after {
        inset: 8px;
    }

    .pg-template .hp-hero__widescreen-tag {
        margin-bottom: 8px;
        padding-left: 29px;
        font-size: 8px;
        letter-spacing: .13em;
    }

    .pg-template .hp-hero__widescreen-tag::before {
        width: 20px;
        background:
            linear-gradient(90deg, #c69a48, rgba(198,154,72,.18)) left 2px / 20px 1px no-repeat,
            linear-gradient(90deg, #c69a48, rgba(198,154,72,.18)) left 11px / 15px 1px no-repeat;
    }

    .pg-template .hp-hero__widescreen-title {
        margin-bottom: 11px;
        font-size: clamp(22px, 3.1vw, 26px);
        line-height: 1.02;
    }

    .pg-template .hp-hero__widescreen-actions .btn-white,
    .pg-template .hp-hero__widescreen-actions .btn-outline-light {
        min-height: 36px;
        padding-inline: 16px !important;
        border-radius: 10px !important;
        font-size: 11px !important;
    }

    .pg-template .hp-hero__widescreen-dots {
        top: 18px;
        bottom: auto;
        padding: 6px;
    }

    .pg-template .hp-hero__widescreen-dot {
        width: 7px;
        height: 7px;
    }

    .pg-template .hp-hero__widescreen-dot.is-active {
        width: 26px;
    }
}

/* ================================================================
   SECTION COMMON
   ================================================================ */
.pg-template .hp-section { padding: 56px 24px; }
.pg-template .hp-section__inner { max-width: var(--container-max); margin: 0 auto; }

.pg-template .hp-section-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-brand);
    display: block;
    margin-bottom: 8px;
}
.pg-template .hp-section-title {
    font-family: var(--font-sans);
    font-size: clamp(1.375rem, 2.2vw, 1.75rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.3;
    margin: 0;
    color: var(--color-text);
}
.pg-template .hp-section-header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 16px;
}

.pg-template .hp-section-label,
.pg-template .hs__label,
.pg-template .h-hiw__step-tag,
.pg-template .h-why .hs__label,
.pg-template .h-rev .hs__label,
.pg-template .h-hours__eyebrow,
.pg-template .h-cta__label {
    color: var(--color-brand-hover);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.pg-template .hp-section-title,
.pg-template .hs__title,
.pg-template .h-hiw__card-title,
.pg-template .h-why .hs__title,
.pg-template .h-rev .hs__title,
.pg-template .h-hours__title,
.pg-template .h-cta__title {
    font-family: var(--font-sans);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.pg-template .hp-reveal,
.pg-template .hp-soft-reveal {
    opacity: 0;
    transform: translateY(10px) scale(.992);
    filter: blur(10px);
    clip-path: inset(10% 0 0 0 round 18px);
    transition:
        opacity 1600ms cubic-bezier(.22, .61, .36, 1),
        transform 1800ms cubic-bezier(.22, .61, .36, 1),
        filter 1800ms cubic-bezier(.22, .61, .36, 1),
        clip-path 1800ms cubic-bezier(.22, .61, .36, 1);
    will-change: opacity, transform;
}

.pg-template .hp-reveal.is-visible,
.pg-template .hp-soft-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    clip-path: inset(0 0 0 0 round 0);
}

.pg-template .hp-no-motion,
.pg-template .hp-no-motion > * {
    transition: none !important;
}

.pg-template .hp-divider {
    width: min(520px, calc(100% - 72px));
    height: 1px;
    margin: clamp(8px, 1.4vw, 18px) auto;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition:
        opacity 1700ms cubic-bezier(.22, .61, .36, 1),
        transform 1900ms cubic-bezier(.22, .61, .36, 1);
    background: linear-gradient(90deg, transparent 0%, rgba(201, 162, 77, .12) 24%, rgba(201, 162, 77, .58) 50%, rgba(201, 162, 77, .12) 76%, transparent 100%);
    position: relative;
}

.pg-template .hp-divider::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    border: 1px solid rgba(201, 162, 77, .54);
    background: var(--color-surface);
    transform: translate(-50%, -50%) rotate(45deg);
}

.pg-template .hp-divider.is-visible {
    opacity: 1;
    transform: scaleX(1);
}

.pg-template .hp-reveal-stagger > * {
    opacity: 0;
    transform: translateY(10px) scale(.985);
    filter: blur(8px);
    clip-path: inset(8% 0 0 0 round 16px);
    transition:
        opacity 1350ms cubic-bezier(.22, .61, .36, 1),
        transform 1550ms cubic-bezier(.22, .61, .36, 1),
        filter 1550ms cubic-bezier(.22, .61, .36, 1),
        clip-path 1550ms cubic-bezier(.22, .61, .36, 1);
}

.pg-template .hp-reveal-stagger.is-visible > * {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    clip-path: inset(0 0 0 0 round 0);
}

.pg-template .hp-reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 160ms; }
.pg-template .hp-reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 320ms; }
.pg-template .hp-reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 480ms; }
.pg-template .hp-reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 640ms; }

@media (prefers-reduced-motion: reduce) {
    .pg-template .hp-reveal,
    .pg-template .hp-soft-reveal,
    .pg-template .hp-reveal-stagger > * {
        opacity: 1;
        transform: none;
        filter: none;
        clip-path: none;
        transition: none;
    }
}

/* ================================================================
   CATEGORIES - Asymmetric Grid
   ================================================================ */
.pg-template .hp-cat-header {
    margin-bottom: 22px;
    align-items: center;
}
.pg-template .hp-cat-header .hp-section-label {
    color: var(--color-brand);
}
.pg-template .hp-cat-header .hp-section-title {
    color: var(--color-text);
}
.pg-template .hp-cat-header__cta {
    padding: 11px 20px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    background: var(--color-bg);
}
.pg-template .hp-cat-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 16px;
    height: 560px;
    align-items: stretch;
}
.pg-template .hp-cat-grid__main {
    height: 100%;
}
.pg-template .hp-cat-grid__side {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}
.pg-template .hp-cat-grid__sub-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pg-template .hp-cat-grid__sub-row--tight { flex: 1; min-height: 0; }

.pg-template .hp-cat-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 100%;
    cursor: pointer;
    display: block;
    text-decoration: none;
    min-height: 160px;
}
.pg-template .hp-cat-card--mid { flex: 1; min-height: 200px; }
.pg-template .hp-cat-card--small { min-height: 160px; }
.pg-template .hp-cat-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}
.pg-template .hp-cat-card:hover img { transform: scale(1.06); }
.pg-template .hp-cat-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(120% 120% at 20% 10%, rgba(232, 204, 165, 0.30), transparent 45%),
        radial-gradient(95% 110% at 80% 100%, rgba(121, 95, 67, 0.35), transparent 45%),
        linear-gradient(145deg, #baa07b 0%, #8f7350 48%, #65523d 100%);
}
.pg-template .hp-cat-card__mono {
    font-family: var(--font-sans);
    font-size: clamp(52px, 8vw, 92px);
    color: rgba(255, 255, 255, 0.34);
    line-height: 1;
    letter-spacing: 0.03em;
}
.pg-template .hp-cat-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.18) 56%, rgba(0,0,0,0.08) 100%);
    transition: background 0.3s;
}
.pg-template .hp-cat-card:hover .hp-cat-card__overlay { background: linear-gradient(to top, rgba(0,0,0,0.68) 0%, rgba(0,0,0,0.24) 56%, rgba(0,0,0,0.12) 100%); }
.pg-template .hp-cat-card__body {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 24px;
    z-index: 2;
}
.pg-template .hp-cat-card--tall .hp-cat-card__body { padding: 28px; }
.pg-template .hp-cat-card__name {
    font-family: var(--font-sans);
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 6px;
}
.pg-template .hp-cat-card--tall .hp-cat-card__name { font-size: 26px; }
.pg-template .hp-cat-card__sub {
    font-size: 12px;
    color: rgba(255,255,255,0.75);
    display: flex;
    align-items: center;
    gap: 6px;
    transition: transform 0.3s;
}
.pg-template .hp-cat-card:hover .hp-cat-card__sub { transform: translateX(6px); }
.pg-template .hp-cat-card__sub svg { transition: transform 0.3s; }

/* ================================================================
   ÖNE ÇIKANLAR - Sürüklemeli Kaydırma
   ================================================================ */
.pg-template .hp-featured { background: var(--color-bg); padding: 56px 0; overflow-x: clip; }
.pg-template .hp-featured__header {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 24px 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.pg-template .hp-featured__header .hp-section-label { width: 100%; margin-bottom: 4px; }
.pg-template .hp-featured__header .hp-section-title { flex: 1; margin: 0; }
.pg-template .hp-featured__all-link { flex-shrink: 0; }

.pg-template .hp-drag-scroll {
    overflow-x: auto;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 8px 0 24px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 20px;
    scroll-snap-type: x mandatory;
    box-sizing: border-box;
}
.pg-template .hp-drag-scroll::-webkit-scrollbar { display: none; }
.pg-template .hp-drag-scroll:active { cursor: grabbing; }
.pg-template .hp-drag-scroll__spacer { flex: none; width: max(0px, calc((100vw - var(--container-max)) / 2)); }

.pg-template .hp-prod-card {
    flex: none;
    width: 280px;
    scroll-snap-align: start;
    border-radius: 12px;
    overflow: hidden;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    transition: box-shadow 0.2s, transform 0.2s;
    text-decoration: none;
    display: block;
    color: var(--color-text);
}
.pg-template .hp-prod-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); transform: translateY(-2px); }
.pg-template .hp-prod-card__img-wrap {
    aspect-ratio: 3/4;
    overflow: hidden;
    position: relative;
    background: var(--color-bg);
}
.pg-template .hp-prod-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.pg-template .hp-prod-card:hover .hp-prod-card__img-wrap img { transform: scale(1.04); }
.pg-template .hp-prod-card__badge {
    position: absolute;
    top: 12px; left: 12px;
    background: var(--color-brand);
    color: var(--color-text-on-brand);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 4px 10px;
    border-radius: 999px;
    text-transform: uppercase;
}
.pg-template .hp-prod-card__unavail {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, var(--color-surface) 60%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-muted);
    letter-spacing: 0.05em;
}
.pg-template .hp-prod-card__body { padding: 16px; }
.pg-template .hp-prod-card__cat { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-brand); font-weight: 600; margin: 0 0 4px; }
.pg-template .hp-prod-card__name { font-family: var(--font-sans); font-size: 16px; font-weight: 400; margin: 0 0 8px; color: var(--color-text); line-height: 1.3; }
.pg-template .hp-prod-card__price { display: flex; align-items: baseline; gap: 4px; }
.pg-template .hp-prod-card__amount { font-size: 16px; font-weight: 700; color: var(--color-text); }
.pg-template .hp-prod-card__unit   { font-size: 11px; color: var(--color-muted); }

/* ================================================================
   NASIL ÇALIŞIR - Etkileşimli
   ================================================================ */
.pg-template .hp-hiw { padding: 56px 24px; background: var(--color-bg); }
.pg-template .hp-hiw__inner { max-width: 1120px; margin: 0 auto; }
.pg-template .hp-hiw__header { text-align: center; margin-bottom: 56px; }
.pg-template .hp-hiw__desc { font-size: 15px; color: var(--color-muted); max-width: 460px; margin: 8px auto 0; line-height: 1.6; }

/* Step selector */
.pg-template .hp-hiw__steps {
    display: flex;
    margin-bottom: 48px;
    position: relative;
}
.pg-template .hp-hiw__step-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 16px 12px;
    cursor: pointer;
    background: none;
    border: none;
    position: relative;
    transition: all 0.3s;
}
.pg-template .hp-hiw__step-circle {
    width: 60px; height: 60px;
    border-radius: 50%;
    background: var(--color-bg);
    border: 2px solid var(--color-border);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.pg-template .hp-hiw__step-circle svg { color: var(--color-muted); transition: color 0.3s; }
.pg-template .hp-hiw__step-btn.is-active .hp-hiw__step-circle {
    background: var(--color-brand);
    border-color: var(--color-brand);
    box-shadow: 0 6px 24px rgba(184,147,90,0.3);
    transform: scale(1.1);
}
.pg-template .hp-hiw__step-btn.is-active .hp-hiw__step-circle svg { color: var(--color-text-on-brand); }
.pg-template .hp-hiw__step-btn.is-past .hp-hiw__step-circle { background: var(--color-brand); border-color: var(--color-brand); }
.pg-template .hp-hiw__step-btn.is-past .hp-hiw__step-circle svg { color: var(--color-text-on-brand); }
.pg-template .hp-hiw__step-num {
    font-size: 10px;
    font-weight: 700;
    color: var(--color-muted);
    letter-spacing: 0.1em;
    margin-bottom: 2px;
    transition: color 0.3s;
}
.pg-template .hp-hiw__step-btn.is-active .hp-hiw__step-num { color: var(--color-brand); }
.pg-template .hp-hiw__step-label {
    font-size: 14px;
    color: var(--color-muted);
    font-weight: 400;
    transition: all 0.3s;
}
.pg-template .hp-hiw__step-btn.is-active .hp-hiw__step-label { font-weight: 600; color: var(--color-text); }

/* Progress bar under step */
.pg-template .hp-hiw__step-bar {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: var(--color-border);
    border-radius: 2px;
    overflow: hidden;
}
.pg-template .hp-hiw__step-bar-fill {
    height: 100%;
    background: var(--color-brand);
    border-radius: 2px;
    transition: width 0.1s linear;
}

/* Content card */
.pg-template .hp-hiw__card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    background: var(--color-bg);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid var(--color-border);
    box-shadow: 0 8px 32px rgba(0,0,0,0.03);
    animation: pg-fadeIn 0.5s ease;
}
.pg-template .hp-hiw__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 300px;
}
.pg-template .hp-hiw__ring {
    position: absolute;
    border-radius: 50%;
}
.pg-template .hp-hiw__ring--outer { width: 70%; aspect-ratio: 1; border: 1px solid var(--color-border); opacity: 0.5; }
.pg-template .hp-hiw__ring--inner { width: 50%; aspect-ratio: 1; border: 1px dashed var(--color-border); opacity: 0.3; animation: pg-slowSpin 20s linear infinite; }
.pg-template .hp-hiw__icon-circle {
    width: 140px; height: 140px;
    border-radius: 50%;
    background: var(--color-brand);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 40px rgba(184,147,90,0.25);
    animation: pg-scaleIn 0.4s ease;
    position: relative;
    z-index: 1;
    color: var(--color-text-on-brand);
}
.pg-template .hp-hiw__step-big-num {
    position: absolute;
    top: 16px; right: 16px;
    font-family: var(--font-sans);
    font-size: 100px;
    font-weight: 300;
    color: var(--color-border);
    opacity: 0.4;
    line-height: 1;
    pointer-events: none;
}

/* Right side */
.pg-template .hp-hiw__content { display: flex; flex-direction: column; justify-content: center; }
.pg-template .hp-hiw__step-tag { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 700; color: var(--color-brand); margin-bottom: 8px; }
.pg-template .hp-hiw__card-title { font-family: var(--font-sans); font-size: 32px; font-weight: 400; margin: 0 0 12px; line-height: 1.2; }
.pg-template .hp-hiw__card-desc { font-size: 15px; line-height: 1.8; color: var(--color-muted); margin: 0 0 24px; }

.pg-template .hp-hiw__tips { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.pg-template .hp-hiw__tip {
    display: flex;
    align-items: center;
    gap: 12px;
}
.pg-template .hp-hiw__tip-icon {
    width: 24px; height: 24px;
    border-radius: 6px;
    background: color-mix(in srgb, var(--color-brand) 12%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--color-brand);
}
.pg-template .hp-hiw__tip-text { font-size: 13.5px; color: var(--color-text); }

.pg-template .hp-hiw__nav { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.pg-template .hp-hiw__nav-btn {
    width: 40px; height: 40px;
    border-radius: 50%;
    border: 1.5px solid var(--color-border);
    background: var(--color-bg);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s;
    color: var(--color-text);
}
.pg-template .hp-hiw__nav-btn:hover { border-color: var(--color-brand); }

/* ================================================================
   WHY RENTAL
   ================================================================ */
.pg-template .hp-why { padding: 56px 24px; }
.pg-template .hp-why__inner { max-width: var(--container-max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.pg-template .hp-why__feature { display: flex; gap: 16px; }
.pg-template .hp-why__feat-icon {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--color-brand) 12%, transparent);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--color-brand);
}
.pg-template .hp-why__features { display: flex; flex-direction: column; gap: 20px; margin-bottom: 32px; }
.pg-template .hp-why__feat-title { font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.pg-template .hp-why__feat-desc { font-size: 13.5px; line-height: 1.6; color: var(--color-muted); }
.pg-template .hp-why__imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pg-template .hp-why__img { border-radius: 16px; overflow: hidden; }
.pg-template .hp-why__img--offset { margin-top: 40px; }
.pg-template .hp-why__img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/4; display: block; }

/* ================================================================
   YORUMLAR - Sekmeli
   ================================================================ */
.pg-template .hp-reviews { background: var(--color-bg); padding: 56px 0; }
.pg-template .hp-reviews__header-wrap { max-width: var(--container-max); margin: 0 auto; padding: 0 24px 32px; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 16px; }
.pg-template .hp-reviews__rating-box {
    display: flex; align-items: center; gap: 16px;
    padding: 16px 24px;
    background: var(--color-bg);
    border-radius: 14px;
}
.pg-template .hp-reviews__score { font-family: var(--font-sans); font-size: 36px; font-weight: 500; color: var(--color-text); line-height: 1; }
.pg-template .hp-reviews__divider { width: 1px; height: 40px; background: var(--color-border); }
.pg-template .hp-reviews__total-num { font-size: 20px; font-weight: 700; color: var(--color-text); }
.pg-template .hp-reviews__total-lbl { font-size: 11px; color: var(--color-muted); }

.pg-template .hp-reviews__stars { display: flex; gap: 2px; margin-top: 4px; }
.pg-template .hp-reviews__star { color: var(--color-warning); }
.pg-template .hp-reviews__star--empty { color: var(--color-border-hover); }

/* Tabs */
.pg-template .hp-reviews__tabs { max-width: var(--container-max); margin: 0 auto; padding: 0 24px 32px; display: flex; gap: 8px; }
.pg-template .hp-reviews__tab {
    display: flex; align-items: center; gap: 8px;
    padding: 12px 24px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
    border: 1.5px solid var(--color-border);
    background: var(--color-bg);
    color: var(--color-muted);
}
.pg-template .hp-reviews__tab.is-active {
    border-color: var(--color-brand);
    border-width: 2px;
    background: color-mix(in srgb, var(--color-brand) 10%, transparent);
    color: var(--color-text);
}

/* Review cards drag scroll */
.pg-template .hp-reviews__scroll {
    overflow-x: auto;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 24px 16px;
    display: flex;
    gap: 16px;
}
.pg-template .hp-reviews__scroll::-webkit-scrollbar { display: none; }
.pg-template .hp-reviews__scroll:active { cursor: grabbing; }

.pg-template .hp-review-card {
    flex: none;
    width: 360px;
    padding: 28px;
    border-radius: 16px;
    border: 1px solid var(--color-border);
    background: var(--color-bg);
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: pg-fadeIn 0.4s ease;
}
.pg-template .hp-review-card__meta { display: flex; justify-content: space-between; align-items: center; }
.pg-template .hp-review-card__google { display: flex; align-items: center; gap: 4px; font-size: 11px; color: var(--color-muted); }
.pg-template .hp-review-card__text { font-size: 14px; line-height: 1.8; color: var(--color-muted); margin: 0; flex: 1; }
.pg-template .hp-review-card__author { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--color-border); padding-top: 16px; }
.pg-template .hp-review-card__avatar {
    width: 40px; height: 40px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; font-weight: 600; flex-shrink: 0;
}
.pg-template .hp-review-card__avatar--google { background: #4285F4; color: #fff; }
.pg-template .hp-review-card__avatar--site { background: color-mix(in srgb, var(--color-brand) 12%, transparent); color: var(--color-brand); }
.pg-template .hp-review-card__name { font-size: 14px; font-weight: 600; color: var(--color-text); }
.pg-template .hp-review-card__date { font-size: 12px; color: var(--color-muted); }

/* Google CTA */
.pg-template .hp-reviews__cta { max-width: var(--container-max); margin: 0 auto; padding: 24px 24px 0; }
.pg-template .hp-reviews__google-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 12px;
    border: 1.5px solid var(--color-border);
    background: var(--color-bg);
    text-decoration: none;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}
.pg-template .hp-reviews__google-btn:hover { border-color: #4285F4; box-shadow: 0 4px 16px rgba(66,133,244,0.12); }

/* ================================================================
   STATS BAR
   ================================================================ */
.pg-template .hp-stats {
    background: var(--color-brand);
    padding: 56px 24px;
}
.pg-template .hp-stats__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 32px;
    text-align: center;
}
.pg-template .hp-stats__num { font-family: var(--font-sans); font-size: 40px; font-weight: 500; color: var(--color-text-on-brand); }
.pg-template .hp-stats__lbl { font-size: 13px; color: rgba(255,255,255,0.7); margin-top: 4px; }

/* ================================================================
   REFERRAL BANNER
   ================================================================ */
.pg-template .hp-referral { padding: 0 24px 88px; }
.pg-template .hp-referral__inner {
    max-width: var(--container-max);
    margin: 0 auto;
}
.pg-template .hp-referral__card {
    background: linear-gradient(135deg, var(--color-brand) 0%, color-mix(in srgb, var(--color-brand) 70%, #000) 100%);
    border-radius: 24px;
    padding: 48px 56px;
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
    overflow: hidden;
}
.pg-template .hp-referral__ring {
    position: absolute;
    right: -40px; top: -40px;
    width: 200px; height: 200px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.1);
    pointer-events: none;
}
.pg-template .hp-referral__text { flex: 1; position: relative; z-index: 1; }
.pg-template .hp-referral__title { font-family: var(--font-sans); font-size: 32px; font-weight: 400; color: var(--color-text-on-brand); margin: 0 0 8px; line-height: 1.2; }
.pg-template .hp-referral__sub { font-size: 15px; color: rgba(255,255,255,0.7); margin: 0; line-height: 1.6; }

/* ================================================================
   FINAL CTA BANNER
   ================================================================ */
.pg-template .hp-cta {
    background: var(--color-text);
    padding: 100px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.pg-template .hp-cta__ring {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.04);
    pointer-events: none;
}
.pg-template .hp-cta__inner { max-width: 560px; margin: 0 auto; position: relative; z-index: 1; }
.pg-template .hp-cta__label { display: inline-block; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: var(--color-brand); margin-bottom: 20px; }
.pg-template .hp-cta__title { font-family: var(--font-sans); font-size: clamp(30px, 4.5vw, 48px); font-weight: 400; color: var(--color-surface); margin: 0 0 16px; line-height: 1.15; }
.pg-template .hp-cta__sub { font-size: 15px; color: rgba(255,255,255,0.5); line-height: 1.7; margin: 0 0 36px; }
.pg-template .hp-cta__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ================================================================
   BUTTONS (home-specific variants)
   ================================================================ */
.pg-template .btn-white {
    background: var(--color-bg);
    color: var(--color-text);
    border: none;
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s, transform 0.15s;
}
.pg-template .btn-white:hover { opacity: 0.92; transform: translateY(-1px); }

.pg-template .btn-outline-light {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: border-color 0.2s, background 0.2s;
}
.pg-template .btn-outline-light:hover { border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.08); }

.pg-template .btn-ghost-sm {
    background: none;
    border: none;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 0;
    transition: color 0.2s;
}
.pg-template .btn-ghost-sm:hover { color: var(--color-brand); }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
    .pg-template .hp-hero__inner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 48px 24px 40px;
    }
    .pg-template #hpHeroText { width: min(100%, 100%); }
    .pg-template .hp-hero__visual { display: flex; }
    .pg-template .hp-hero__media-shell { width: min(100%, 620px); }
    .pg-template .hp-section { padding: 64px 24px; }
    .pg-template .hp-cat-header {
        margin-bottom: 16px;
    }
    .pg-template .hp-cat-header__cta {
        width: 100%;
        justify-content: center;
    }
    .pg-template .hp-cat-grid { display: flex; flex-direction: column; gap: 12px; height: auto; }
    .pg-template .hp-cat-grid__side { gap: 12px; }
    .pg-template .hp-cat-grid__sub-row { gap: 12px; }
    .pg-template .hp-cat-grid__main { min-height: 260px; }
    .pg-template .hp-drag-scroll { gap: 14px; }
    .pg-template .hp-prod-card { width: 200px; }
    .pg-template .hp-hiw { padding: 64px 24px; }
    .pg-template .hp-hiw__steps { gap: 4px; }
    .pg-template .hp-hiw__step-circle { width: 48px; height: 48px; }
    .pg-template .hp-hiw__step-label { display: none; }
    .pg-template .hp-hiw__card { padding: 24px; }
    .pg-template .hp-hiw__card-title { font-size: 26px; }
    .pg-template .hp-review-card { width: 300px; }
    .pg-template .hp-stats { padding: 40px 24px; }
    .pg-template .hp-referral__title { font-size: 26px; }
    .pg-template .hp-cta { padding: 72px 24px; }
}

/* ==========================================================================
   HOME PAGE — h- prefix (view'dan taşınan)
   ========================================================================== */

.pg-template .hs {
  width: 100%;
  isolation: isolate;
  position: relative;
  --home-section-y: 32px;
  --home-section-head-gap: 20px;
  --home-section-intro-gap: 36px;
  padding-block: var(--home-section-y);
}
.pg-template .hs__inner { max-width: var(--container-max); margin: 0 auto; padding: 0 24px; }
.pg-template .hs__head { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px; margin-bottom: var(--home-section-head-gap); text-align: center; }
.pg-template .hs__label { display: block; margin-bottom: 8px; }
.pg-template .hs__title { font-size: clamp(1.375rem, 2.2vw, 1.75rem); font-weight: 500; letter-spacing: -0.02em; line-height: 1.3; margin: 0; color: var(--color-text); }
.pg-template .hs__link { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; letter-spacing: .04em; color: var(--color-text); text-decoration: none; border: 1.5px solid var(--color-brand); border-radius: 999px; padding: 8px 20px; transition: background .2s, color .2s; flex-shrink: 0; color: var(--color-brand); }
.pg-template .hs__link:hover { background: var(--color-brand); color: var(--color-text-on-brand); }
.pg-template .hs__link svg { transition: transform .2s; }
.pg-template .hs__link:hover svg { transform: translateX(3px); }

.pg-template .h-hero { position: relative; min-height: 90vh; display: flex; align-items: center; background: var(--color-bg); overflow: hidden; user-select: none; }
.pg-template .h-hero__bg { position: absolute; inset: 0; background: radial-gradient(circle at 75% 50%, rgba(200,160,90,.14) 0%, transparent 55%); pointer-events: none; }
.pg-template .h-hero__inner { max-width: var(--container-max); margin: 0 auto; padding: 80px 24px; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.pg-template .h-hero__tag { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: var(--color-brand); margin-bottom: 20px; }
.pg-template .h-hero__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-brand); display: inline-block; }
.pg-template .h-hero__title { font-family: var(--font-sans); font-size: clamp(38px, 5vw, 64px); font-weight: 400; line-height: 1.1; color: var(--color-text); margin: 0 0 20px; }
.pg-template .h-hero__sub { font-size: 16px; color: var(--color-muted); line-height: 1.65; margin: 0 0 32px; max-width: 440px; }
.pg-template .h-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.pg-template .h-hero__btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 12px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all .2s; }
.pg-template .h-hero__btn--primary { background: var(--color-brand-bg); color: var(--color-text-on-brand); }
.pg-template .h-hero__btn--primary:hover { background: var(--color-brand-hover); }
.pg-template .h-hero__btn--ghost { background: transparent; color: var(--color-text); border: 1px solid var(--color-border); }
.pg-template .h-hero__btn--ghost:hover { border-color: var(--color-brand); color: var(--color-brand); }
.pg-template .hp-hero__slide {
    display: none;
}

.pg-template .h-hero__img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--color-muted); }
.pg-template .h-hero__progress { display: flex; align-items: center; gap: 8px; margin-top: 20px; }
.pg-template .h-hero__prog-btn { flex: 1; height: 3px; background: var(--color-border); border: none; border-radius: 2px; cursor: pointer; padding: 0; overflow: hidden; }
.pg-template .h-hero__prog-fill { height: 100%; background: var(--color-brand-bg); width: 0%; border-radius: 2px; }
.pg-template .h-hero__prog-count { font-size: 11px; color: var(--color-muted); white-space: nowrap; }

.pg-template .h-cats { background: var(--color-bg); }
.pg-template .h-cats__head { margin-bottom: 12px; }
.pg-template .h-cats__actions {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 var(--home-section-head-gap);
}
.pg-template .h-cats__grid { display: grid; gap: 16px; }
.pg-template .h-cats__card {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    background: var(--color-surface);
}
.pg-template .h-cat-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
}
.pg-template .h-cat-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform .6s ease;
    flex-shrink: 0;
}
.pg-template .h-cat-card:hover img { transform: scale(1.04); }
.pg-template .h-cat-card__ph {
    aspect-ratio: 1 / 1;
    background: linear-gradient(145deg, #c8a96e, #7d5c2e);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pg-template .h-cat-card__mono { font-family: var(--font-sans); font-size: 64px; color: rgba(255,255,255,.3); line-height: 1; }
.pg-template .h-cat-card__overlay { display: none; }
.pg-template .h-cat-card__body {
    position: static;
    padding: 14px 16px 16px;
    background: var(--color-surface);
    border-top: 1px solid var(--color-border);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 4px;
}
.pg-template .h-cat-card__name {
    display: block;
    font-family: var(--font-sans);
    font-size: 17px;
    font-weight: 600;
    color: var(--color-text);
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    line-height: 1.25;
}
.pg-template .h-cats__main .h-cat-card__name { font-size: 19px; }
.pg-template .h-cat-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: var(--color-brand);
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    letter-spacing: .03em;
    transition: gap .2s;
}
.pg-template .h-cat-card:hover .h-cat-card__cta { gap: 8px; }

/* ── Vitrin Scroll Showcase ────────────────────────────────────────────────── */
.pg-template .h-vit-scroll { position: relative; background: var(--color-surface); }
.pg-template .h-vit-scroll__sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; align-items: center; }
.pg-template .h-vit-scroll__inner { width: 100%; max-width: var(--container-max); margin: 0 auto; padding: 0 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.pg-template .h-vit-scroll__frame { position: relative; aspect-ratio: 3/4; border-radius: 4px; overflow: hidden; background: var(--color-surface-2); box-shadow: 0 32px 80px rgba(0,0,0,.18); }
.pg-template .h-vit-scroll__slide { position: absolute; inset: 0; opacity: 0; transition: opacity .7s cubic-bezier(.4,0,.2,1); }
.pg-template .h-vit-scroll__slide.is-active { opacity: 1; }
.pg-template .h-vit-scroll__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pg-template .h-vit-scroll__info { display: flex; flex-direction: column; }
.pg-template .h-vit-scroll__eyebrow { font-size: .7rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--color-brand); margin: 0 0 14px; }
.pg-template .h-vit-scroll__title { font-size: clamp(2.25rem,4vw,3.5rem); font-weight: 300; letter-spacing: -.03em; line-height: 1.08; color: var(--color-text); margin: 0 0 44px; }
.pg-template .h-vit-scroll__prod { position: relative; min-height: 170px; }
.pg-template .h-vit-scroll__pdata { position: absolute; top: 0; left: 0; right: 0; opacity: 0; transform: translateY(10px); transition: opacity .45s ease, transform .45s ease; pointer-events: none; }
.pg-template .h-vit-scroll__pdata.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; position: relative; }
.pg-template .h-vit-scroll__cat { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--color-muted); margin-bottom: 10px; }
.pg-template .h-vit-scroll__pname { font-size: 1.375rem; font-weight: 500; color: var(--color-text); margin: 0 0 14px; line-height: 1.35; }
.pg-template .h-vit-scroll__price { font-size: 1.125rem; font-weight: 700; color: var(--color-text); margin: 0 0 28px; }
.pg-template .h-vit-scroll__price small { font-weight: 400; font-size: .875rem; color: var(--color-muted); margin-left: 4px; }
.pg-template .h-vit-scroll__cta { display: inline-flex; align-items: center; gap: 8px; padding: 13px 32px; background: var(--color-text); color: var(--color-surface); text-decoration: none; font-size: .875rem; font-weight: 600; letter-spacing: .04em; border-radius: 4px; transition: background .2s; }
.pg-template .h-vit-scroll__cta:hover { background: var(--color-brand); }
.pg-template .h-vit-scroll__dots { display: flex; gap: 8px; margin-top: 36px; }
.pg-template .h-vit-scroll__dot { width: 24px; height: 3px; border: none; border-radius: 2px; background: var(--color-border); cursor: pointer; transition: background .3s, width .3s; padding: 0; }
.pg-template .h-vit-scroll__dot.is-active { background: var(--color-brand); width: 40px; }
.pg-template .h-vit-scroll__bar { margin-top: 14px; height: 1px; background: var(--color-border); border-radius: 1px; overflow: hidden; }
.pg-template .h-vit-scroll__bar-fill { height: 100%; background: var(--color-brand); width: 0%; transition: width .1s linear; }
@media (max-width: 900px) {
    .pg-template .h-vit-scroll__inner { grid-template-columns: 1fr; gap: 32px; padding: 0 24px; }
    .pg-template .h-vit-scroll__sticky { height: auto; position: relative; padding: 56px 0; }
    .pg-template .h-vit-scroll__trigger { display: none; }
    .pg-template .h-vit-scroll__pdata { position: relative; opacity: 1; transform: none; }
    .pg-template .h-vit-scroll__pdata:not(.is-active) { display: none; }
    .pg-template .h-vit-scroll__frame { max-width: 320px; margin: 0 auto; }
}

/* ── Spotlight Rail ────────────────────────────────────────────────────────── */
.pg-template .h-spot .h-spot__rail {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    overflow-x: auto;
    /* scale için dikey pay — clip'i önler */
    padding: 48px calc(50% - 130px) 52px;
    scrollbar-width: none;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    user-select: none;
    scroll-snap-type: x mandatory;
}
.pg-template .h-spot__rail::-webkit-scrollbar { display: none; }
.pg-template .h-spot__rail.is-dragging { cursor: grabbing; }

/* ── Spotlight kart stilleri ─────────────────────────────────────────────── */

/* Shimmer animasyonu — aktif kart görselinde kayar */
@keyframes pg-spotShimmer {
    0%   { transform: translateX(-120%) skewX(-20deg); }
    100% { transform: translateX(220%)  skewX(-20deg); }
}
/* Aktif kart pulse glow */
@keyframes pg-spotGlow {
    0%, 100% { box-shadow: 0 0 0 2px var(--color-brand), 0 16px 48px rgba(201,162,77,.2); }
    50%       { box-shadow: 0 0 0 2.5px var(--color-brand), 0 24px 64px rgba(201,162,77,.38); }
}

/* Kart wrapper — scale yok, kırpma olmaz */
.pg-template .h-spot__item {
    flex: none;
    width: 260px;
    scroll-snap-align: center;
    transition: opacity .4s ease;
    opacity: .72;
}
.pg-template .h-spot__rail .product-card { width: 100%; }

/* Komşu */
.pg-template .h-spot__item.is-near { opacity: .88; }

/* Aktif — tam görünür + premium çerçeve */
.pg-template .h-spot__item.is-center {
    opacity: 1;
}
.pg-template .h-spot__item.is-center .product-card {
    border-radius: 18px;
    animation: pg-spotGlow 2.4s ease-in-out infinite;
}

/* Shimmer — sadece image üzerine, image container clip'i yönetiyor */
.pg-template .h-spot__item .product-card__media { position: relative; overflow: hidden; }
.pg-template .h-spot__item.is-center .product-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 30%,
        rgba(255,255,255,.22) 50%,
        transparent 70%
    );
    animation: pg-spotShimmer 3s ease-in-out infinite;
    pointer-events: none;
}

/* Aktif kartta görsel hafif zoom — kendi container'ı içinde güvenli */
.pg-template .h-spot__item.is-center .product-card__img,
.pg-template .h-spot__item.is-center .product-card__media img {
    transform: scale(1.05);
    transition: transform .6s ease;
}
.pg-template .h-spot__item:not(.is-center) .product-card__img,
.pg-template .h-spot__item:not(.is-center) .product-card__media img {
    transform: scale(1);
    transition: transform .6s ease;
}

/* Alttaki "Tümünü Gör" — masaüstünde gizli */
.pg-template .h-new__bottom-cta { display: none; }

/* ── Mobil: "Bu Sezon" + "Satılık" → 2 sütun grid ─────────────────────────── */
@media (max-width: 768px) {
    /* Bu Sezon Eklenenler */
    .pg-template .h-new .h-new__scroll {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        overflow-x: visible;
        padding: 4px 16px 8px;
        scroll-snap-type: none;
        cursor: default;
        touch-action: auto;
    }
    .pg-template .h-new .h-new__scroll .product-card { width: 100%; }
    /* Spacer ve end divlerini gizle */
    .pg-template .h-new .h-new__scroll .h-feat__spacer,
    .pg-template .h-new .h-new__scroll .h-feat__end { display: none; }
    /* Altta "Tümünü Gör" */
    .pg-template .h-new__bottom-cta {
        display: flex;
        justify-content: center;
        padding: 20px 16px 4px;
    }
    .pg-template .h-new__bottom-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: .8rem;
        font-weight: 600;
        letter-spacing: .04em;
        color: var(--color-brand);
        text-decoration: none;
        border: 1.5px solid var(--color-brand);
        border-radius: 999px;
        padding: 9px 22px;
        transition: background .2s, color .2s;
    }
    .pg-template .h-new__bottom-link:hover { background: var(--color-brand); color: var(--color-text-on-brand); }

    /* Satın Alabileceğiniz Parçalar */
    .pg-template .h-sale .h-sale__scroll {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        overflow-x: visible;
        padding: 4px 16px 8px;
        scroll-snap-type: none;
        cursor: default;
        touch-action: auto;
    }
    .pg-template .h-sale .h-sale__scroll .product-card { width: 100%; }
    .pg-template .h-sale .h-sale__scroll .h-feat__spacer,
    .pg-template .h-sale .h-sale__scroll .h-feat__end { display: none; }
}

/* ── (eski h-feat--vitrin stiller — artık kullanılmıyor) ── */
/* Giriş animasyonu */
.pg-template .h-feat--vitrin .h-feat__vitrin-card {
    opacity: 0;
    transform: translateY(24px) scale(.96);
    transition: opacity .5s cubic-bezier(.22,.61,.36,1),
                transform .5s cubic-bezier(.22,.61,.36,1);
    transition-delay: calc(var(--stagger, 0) * 60ms);
}
.pg-template .h-feat--vitrin .h-feat__scroll.is-visible .h-feat__vitrin-card {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Default: hafif küçük ve soluk */
.pg-template .h-feat--vitrin .h-feat__scroll.is-visible .h-feat__vitrin-card .product-card {
    transform: scale(.92);
    opacity: .72;
    filter: brightness(.94);
    transition: transform .45s cubic-bezier(.25,.46,.45,.94),
                opacity .45s ease,
                filter .45s ease,
                box-shadow .45s ease;
}

/* Merkezdeki kart */
.pg-template .h-feat--vitrin .h-feat__scroll.is-visible .h-feat__vitrin-card.is-center .product-card {
    transform: scale(1);
    opacity: 1;
    filter: brightness(1);
    box-shadow: 0 20px 60px rgba(0,0,0,.16), 0 0 0 1.5px rgba(201,162,77,.35);
}

/* Merkeze komşu kartlar (1 uzaklık) — ara geçiş */
.pg-template .h-feat--vitrin .h-feat__scroll.is-visible .h-feat__vitrin-card.is-near .product-card {
    transform: scale(.96);
    opacity: .86;
    filter: brightness(.97);
}

/* Merkezdeki hover ayrıca çalışmasın — spotlight zaten en büyük */
.pg-template .h-feat--vitrin .h-feat__vitrin-card.is-center:hover .product-card {
    transform: scale(1.02) !important;
}

/* Premium hover — alttan yukarı kayan altın şerit */
.pg-template .h-feat--vitrin .h-feat__vitrin-card .product-card__media {
    position: relative;
    overflow: hidden;
}
.pg-template .h-feat--vitrin .h-feat__vitrin-card .product-card__media::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-brand), var(--color-brand-hover), var(--color-brand));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.25,.46,.45,.94);
}
.pg-template .h-feat--vitrin .h-feat__vitrin-card:hover .product-card__media::after {
    transform: scaleX(1);
}
.pg-template .h-feat--vitrin .h-feat__vitrin-card:hover {
    box-shadow: 0 16px 48px rgba(0,0,0,.13);
    transform: translateY(-5px);
}
.pg-template .h-feat--vitrin .h-feat__vitrin-card {
    transition: box-shadow .35s, transform .35s;
}

/* ── Editorial Vitrin ──────────────────────────────────────────────────────── */
.pg-template .h-ed {
    background: var(--color-surface);
    padding: 72px 0 80px;
    overflow: hidden;
}

/* Başlık — sola yaslanmış */
.pg-template .h-ed__head {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 24px 48px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}
.pg-template .h-ed__eyebrow {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--color-brand);
    margin: 0 0 14px;
}
.pg-template .h-ed__title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 300;         /* ince — editorial his */
    letter-spacing: -.03em;
    line-height: 1.1;
    color: var(--color-text);
    margin: 0;
}
.pg-template .h-ed__title em { font-style: normal; font-weight: 600; }
.pg-template .h-ed__all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-text);
    text-decoration: none;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: .04em;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
    white-space: nowrap;
    transition: color .2s, border-color .2s;
    margin-bottom: 6px;   /* alt baseline hizası */
}
.pg-template .h-ed__all:hover { color: var(--color-brand); }

/* Rail */
.pg-template .h-ed__rail {
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;             /* minimal boşluk — editorial şerit hissi */
    overflow-x: auto;
    padding: 0 0 4px;
    scrollbar-width: none;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    user-select: none;
}
.pg-template .h-ed__rail::-webkit-scrollbar { display: none; }
.pg-template .h-ed__rail.is-dragging { cursor: grabbing; }
.pg-template .h-ed__spacer { flex: none; width: max(24px, calc((100vw - var(--container-max)) / 2 + 24px)); }

/* Kart — köşesiz, minimal */
.pg-template .h-ed__card {
    flex: none;
    width: 280px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

/* Fotoğraf — köşesiz, tam dolu */
.pg-template .h-ed__img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: var(--color-surface-2);
}
.pg-template .h-ed__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(.25,.46,.45,.94);
}
.pg-template .h-ed__card:hover .h-ed__img-wrap img { transform: scale(1.04); }

/* Altın çizgi — hover'da üstten iner */
.pg-template .h-ed__hover-bar {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-brand) 0%, var(--color-brand-hover) 50%, var(--color-brand) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s cubic-bezier(.25,.46,.45,.94);
}
.pg-template .h-ed__card:hover .h-ed__hover-bar { transform: scaleX(1); }

/* Metin alanı */
.pg-template .h-ed__meta {
    padding: 16px 4px 24px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-bottom: 1px solid var(--color-border);
    transition: border-color .2s;
}
.pg-template .h-ed__card:hover .h-ed__meta { border-color: var(--color-brand); }

.pg-template .h-ed__cat {
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--color-muted);
}
.pg-template .h-ed__name {
    font-size: .9375rem;
    font-weight: 400;
    color: var(--color-text);
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pg-template .h-ed__price {
    font-size: .875rem;
    font-weight: 600;
    color: var(--color-text);
    margin-top: 2px;
}
.pg-template .h-ed__price small {
    font-weight: 400;
    font-size: .75rem;
    color: var(--color-muted);
    margin-left: 3px;
}

@media (max-width: 768px) {
    .pg-template .h-ed { padding: 56px 0 64px; }
    .pg-template .h-ed__card { width: 230px; }
    .pg-template .h-ed__head { flex-direction: column; align-items: flex-start; padding-bottom: 32px; }
}
@media (max-width: 480px) {
    .pg-template .h-ed__card { width: 190px; }
    .pg-template .h-ed__spacer { width: 16px; }
}

/* ── (eski h-vit stili — artık kullanılmıyor, temizlenecek) ── */
.pg-template .h-vit { background: var(--color-surface); }

/* Rail — aynı yatay scroll sistemi */
.pg-template .h-vit__rail {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end; /* stagger için alt hizala */
    gap: 14px;
    overflow-x: auto;
    padding: 8px 0 28px;
    scrollbar-width: none;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    user-select: none;
}
.pg-template .h-vit__rail::-webkit-scrollbar { display: none; }
.pg-template .h-vit__rail.is-dragging { cursor: grabbing; }
.pg-template .h-vit__spacer { flex: none; width: max(24px, calc((100vw - var(--container-max)) / 2 + 24px)); }

/* Kart */
.pg-template .h-vit__card {
    flex: none;
    width: 260px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border-radius: 16px;
    overflow: hidden;
    background: var(--color-surface);
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    transition: box-shadow .3s, transform .3s;
    border: 1px solid var(--color-border);
}
.pg-template .h-vit__card:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
    transform: translateY(-4px);
}
/* Stagger — 2. kart daha uzun */
.pg-template .h-vit__card--tall .h-vit__frame { aspect-ratio: 3 / 4.6; }

/* Fotoğraf çerçevesi */
.pg-template .h-vit__frame {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    margin: 0;
    background: var(--color-surface-2);
}
.pg-template .h-vit__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s cubic-bezier(.25,.46,.45,.94);
}
.pg-template .h-vit__card:hover .h-vit__frame img { transform: scale(1.05); }

/* Kategori pill — üst sol köşe */
.pg-template .h-vit__pill {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(8px);
    color: var(--color-text);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: .22rem .6rem;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.06);
}

/* Altın çizgi — hover'da belirir */
.pg-template .h-vit__card::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-brand), var(--color-brand-hover));
    border-radius: 16px 16px 0 0;
    opacity: 0;
    transition: opacity .25s;
}
.pg-template .h-vit__card:hover::after { opacity: 1; }

/* Bilgi alanı */
.pg-template .h-vit__info {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.pg-template .h-vit__name {
    font-size: .875rem;
    font-weight: 600;
    color: var(--color-text);
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pg-template .h-vit__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
}
.pg-template .h-vit__price {
    font-size: .9375rem;
    font-weight: 700;
    color: var(--color-text);
}
.pg-template .h-vit__den {
    font-size: .75rem;
    font-weight: 400;
    color: var(--color-muted);
    margin-left: 2px;
}
.pg-template .h-vit__ask {
    font-size: .8125rem;
    color: var(--color-muted);
    font-style: italic;
}
.pg-template .h-vit__arrow {
    font-size: .75rem;
    font-weight: 600;
    color: var(--color-brand);
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity .2s, transform .2s;
    white-space: nowrap;
}
.pg-template .h-vit__card:hover .h-vit__arrow { opacity: 1; transform: translateX(0); }

@media (max-width: 768px) { .pg-template .h-vit__card { width: 220px; } }
@media (max-width: 480px) { .pg-template .h-vit__card { width: 190px; } .pg-template .h-vit__spacer { width: 16px; } }

.pg-template .h-feat { background: var(--color-bg); }
.pg-template .h-feat__scroll { overflow-x: auto; display: flex; flex-wrap: nowrap; gap: 20px; padding: 4px 0 20px; scrollbar-width: none; -webkit-overflow-scrolling: touch; touch-action: auto; user-select: none; -webkit-user-select: none; }
.pg-template .h-feat__scroll::-webkit-scrollbar { display: none; }
.pg-template .h-feat__scroll.is-dragging,
.pg-template .h-new__scroll.is-dragging,
.pg-template .h-sale__scroll.is-dragging,
.pg-template .h-rev__scroll.is-dragging {
    cursor: grabbing;
    user-select: none;
    -webkit-user-select: none;
}
.pg-template .h-feat__scroll.is-dragging *,
.pg-template .h-new__scroll.is-dragging *,
.pg-template .h-sale__scroll.is-dragging *,
.pg-template .h-rev__scroll.is-dragging * {
    user-select: none;
    -webkit-user-select: none;
}
.pg-template .h-feat__scroll.is-dragging a,
.pg-template .h-new__scroll.is-dragging a,
.pg-template .h-sale__scroll.is-dragging a,
.pg-template .h-rev__scroll.is-dragging a,
.pg-template .h-feat__scroll.is-dragging img,
.pg-template .h-new__scroll.is-dragging img,
.pg-template .h-sale__scroll.is-dragging img,
.pg-template .h-rev__scroll.is-dragging img {
    pointer-events: none;
}
.pg-template .h-feat__spacer { flex: none; width: max(24px, calc((100vw - var(--container-max)) / 2 + 24px)); }
.pg-template .h-feat__end   { flex: none; width: max(24px, calc((100vw - var(--container-max)) / 2 + 24px)); }
.pg-template .h-prod { flex: none; width: 260px; border-radius: 16px; overflow: hidden; background: var(--color-bg); text-decoration: none; color: inherit; display: block; transition: box-shadow .25s, transform .25s; }
.pg-template .h-prod:hover { box-shadow: 0 12px 40px rgba(0,0,0,.1); transform: translateY(-3px); }
.pg-template .h-prod__img { aspect-ratio: 3/4; overflow: hidden; background: var(--color-surface-2); position: relative; }
.pg-template .h-prod__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.pg-template .h-prod:hover .h-prod__img img { transform: scale(1.04); }
.pg-template .h-prod__badge { position: absolute; top: 10px; left: 10px; background: var(--color-brand-bg); color: var(--color-text-on-brand); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 8px; border-radius: 6px; }
.pg-template .h-prod__body { padding: 14px 16px 16px; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
    .pg-template .hp-hero__inner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 48px 24px 40px;
    }
    .pg-template #hpHeroText { width: min(100%, 100%); }
    .pg-template .hp-hero__visual { display: flex; }
    .pg-template .hp-hero__media-shell { width: min(100%, 620px); }
    .pg-template .hp-section { padding: 64px 24px; }
    .pg-template .hp-cat-header {
        margin-bottom: 16px;
    }
    .pg-template .hp-cat-header__cta {
        width: 100%;
        justify-content: center;
    }
    .pg-template .hp-cat-grid { display: flex; flex-direction: column; gap: 12px; height: auto; }
    .pg-template .hp-cat-grid__side { gap: 12px; }
    .pg-template .hp-cat-grid__sub-row { gap: 12px; }
    .pg-template .hp-cat-grid__main { min-height: 260px; }
    .pg-template .hp-drag-scroll { gap: 14px; }
    .pg-template .hp-prod-card { width: 200px; }
    .pg-template .hp-hiw { padding: 64px 24px; }
    .pg-template .hp-hiw__steps { gap: 4px; }
    .pg-template .hp-hiw__step-circle { width: 48px; height: 48px; }
    .pg-template .hp-hiw__step-label { display: none; }
    .pg-template .hp-hiw__card { padding: 24px; }
    .pg-template .hp-hiw__card-title { font-size: 26px; }
    .pg-template .hp-review-card { width: 300px; }
    .pg-template .hp-stats { padding: 40px 24px; }
    .pg-template .hp-referral__title { font-size: 26px; }
    .pg-template .hp-cta { padding: 72px 24px; }
}

/* ==========================================================================
   HOME PAGE — h- prefix (view'dan taşınan)
   ========================================================================== */

.pg-template .hs {
  width: 100%;
  isolation: isolate;
  position: relative;
  --home-section-y: 32px;
  --home-section-head-gap: 20px;
  --home-section-intro-gap: 36px;
  padding-block: var(--home-section-y);
}
.pg-template .hs__inner { max-width: var(--container-max); margin: 0 auto; padding: 0 24px; }
.pg-template .hs__head { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px; margin-bottom: var(--home-section-head-gap); text-align: center; }
.pg-template .hs__label { display: block; margin-bottom: 8px; }
.pg-template .hs__title { font-size: clamp(1.375rem, 2.2vw, 1.75rem); font-weight: 500; letter-spacing: -0.02em; line-height: 1.3; margin: 0; color: var(--color-text); }
.pg-template .hs__link { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; letter-spacing: .04em; color: var(--color-text); text-decoration: none; border: 1.5px solid var(--color-brand); border-radius: 999px; padding: 8px 20px; transition: background .2s, color .2s; flex-shrink: 0; color: var(--color-brand); }
.pg-template .hs__link:hover { background: var(--color-brand); color: var(--color-text-on-brand); }
.pg-template .hs__link svg { transition: transform .2s; }
.pg-template .hs__link:hover svg { transform: translateX(3px); }

.pg-template .h-hero { position: relative; min-height: 90vh; display: flex; align-items: center; background: var(--color-bg); overflow: hidden; user-select: none; }
.pg-template .h-hero__bg { position: absolute; inset: 0; background: radial-gradient(circle at 75% 50%, rgba(200,160,90,.14) 0%, transparent 55%); pointer-events: none; }
.pg-template .h-hero__inner { max-width: var(--container-max); margin: 0 auto; padding: 80px 24px; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.pg-template .h-hero__tag { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: var(--color-brand); margin-bottom: 20px; }
.pg-template .h-hero__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-brand); display: inline-block; }
.pg-template .h-hero__title { font-family: var(--font-sans); font-size: clamp(38px, 5vw, 64px); font-weight: 400; line-height: 1.1; color: var(--color-text); margin: 0 0 20px; }
.pg-template .h-hero__sub { font-size: 16px; color: var(--color-muted); line-height: 1.65; margin: 0 0 32px; max-width: 440px; }
.pg-template .h-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.pg-template .h-hero__btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 12px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all .2s; }
.pg-template .h-hero__btn--primary { background: var(--color-brand-bg); color: var(--color-text-on-brand); }
.pg-template .h-hero__btn--primary:hover { background: var(--color-brand-hover); }
.pg-template .h-hero__btn--ghost { background: transparent; color: var(--color-text); border: 1px solid var(--color-border); }
.pg-template .h-hero__btn--ghost:hover { border-color: var(--color-brand); color: var(--color-brand); }
.pg-template .hp-hero__slide {
    display: none;
}

.pg-template .h-hero__img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--color-muted); }
.pg-template .h-hero__progress { display: flex; align-items: center; gap: 8px; margin-top: 20px; }
.pg-template .h-hero__prog-btn { flex: 1; height: 3px; background: var(--color-border); border: none; border-radius: 2px; cursor: pointer; padding: 0; overflow: hidden; }
.pg-template .h-hero__prog-fill { height: 100%; background: var(--color-brand-bg); width: 0%; border-radius: 2px; }
.pg-template .h-hero__prog-count { font-size: 11px; color: var(--color-muted); white-space: nowrap; }

.pg-template .h-cats { background: var(--color-bg); }
.pg-template .h-cats__head { margin-bottom: 12px; }
.pg-template .h-cats__actions {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 var(--home-section-head-gap);
}
.pg-template .h-cats__grid { display: grid; gap: 16px; }
.pg-template .h-cats__card {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    background: var(--color-surface);
}
.pg-template .h-cat-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
}
.pg-template .h-cat-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform .6s ease;
    flex-shrink: 0;
}
.pg-template .h-cat-card:hover img { transform: scale(1.04); }
.pg-template .h-cat-card__ph {
    aspect-ratio: 1 / 1;
    background: linear-gradient(145deg, #c8a96e, #7d5c2e);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pg-template .h-cat-card__mono { font-family: var(--font-sans); font-size: 64px; color: rgba(255,255,255,.3); line-height: 1; }
.pg-template .h-cat-card__overlay { display: none; }
.pg-template .h-cat-card__body {
    position: static;
    padding: 14px 16px 16px;
    background: var(--color-surface);
    border-top: 1px solid var(--color-border);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 4px;
}
.pg-template .h-cat-card__name {
    display: block;
    font-family: var(--font-sans);
    font-size: 17px;
    font-weight: 600;
    color: var(--color-text);
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    line-height: 1.25;
}
.pg-template .h-cats__main .h-cat-card__name { font-size: 19px; }
.pg-template .h-cat-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: var(--color-brand);
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    letter-spacing: .03em;
    transition: gap .2s;
}
.pg-template .h-cat-card:hover .h-cat-card__cta { gap: 8px; }

.pg-template .h-feat { background: var(--color-bg); }
.pg-template .h-feat__scroll { overflow-x: auto; display: flex; flex-wrap: nowrap; gap: 20px; padding: 4px 0 20px; scrollbar-width: none; -webkit-overflow-scrolling: touch; touch-action: auto; user-select: none; -webkit-user-select: none; }
.pg-template .h-feat__scroll::-webkit-scrollbar { display: none; }
.pg-template .h-feat__spacer { flex: none; width: max(24px, calc((100vw - var(--container-max)) / 2 + 24px)); }
.pg-template .h-feat__end   { flex: none; width: max(24px, calc((100vw - var(--container-max)) / 2 + 24px)); }
.pg-template .h-prod { flex: none; width: 260px; border-radius: 16px; overflow: hidden; background: var(--color-bg); text-decoration: none; color: inherit; display: block; transition: box-shadow .25s, transform .25s; }
.pg-template .h-prod:hover { box-shadow: 0 12px 40px rgba(0,0,0,.1); transform: translateY(-3px); }
.pg-template .h-prod__img { aspect-ratio: 3/4; overflow: hidden; background: var(--color-surface-2); position: relative; }
.pg-template .h-prod__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.pg-template .h-prod:hover .h-prod__img img { transform: scale(1.04); }
.pg-template .h-prod__badge { position: absolute; top: 10px; left: 10px; background: var(--color-brand-bg); color: var(--color-text-on-brand); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 8px; border-radius: 6px; }
.pg-template .h-prod__body { padding: 14px 16px 16px; }
.pg-template .h-prod__cat { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--color-brand); font-weight: 600; margin: 0 0 3px; }
.pg-template .h-prod__name { font-family: var(--font-sans); font-size: 15px; font-weight: 400; margin: 0 0 8px; color: var(--color-text); line-height: 1.3; }
.pg-template .h-prod__price { display: flex; align-items: baseline; gap: 4px; }
.pg-template .h-prod__amount { font-size: 15px; font-weight: 700; color: var(--color-text); }
.pg-template .h-prod__unit { font-size: 11px; color: var(--color-muted); }
.pg-template .h-prod--ghost { opacity: .35; pointer-events: none; }

.pg-template .h-hiw { background: var(--color-bg); overflow: hidden; position: relative; }
.pg-template .h-hiw::before { content: ''; position: absolute; top: -20%; left: -10%; width: 50%; height: 50%; background: radial-gradient(circle, rgba(201, 162, 77, 0.05) 0%, transparent 70%); pointer-events: none; z-index: 0; }
.pg-template .h-hiw__inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
.pg-template .h-hiw__head { text-align: center; margin-bottom: var(--home-section-intro-gap); }
.pg-template .h-hiw__desc { font-size: 16px; color: var(--color-muted); margin: 16px auto 0; max-width: 540px; line-height: 1.7; }
.pg-template .h-hiw__timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; position: relative; }
.pg-template .h-hiw__timeline::before { content: ''; position: absolute; top: 60px; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, rgba(201, 162, 77, 0.4), transparent); box-shadow: 0 0 10px rgba(201, 162, 77, 0.3); z-index: 0; border: none; }
.pg-template .h-hiw__card { background: linear-gradient(160deg, var(--color-surface) 0%, var(--color-surface-2) 100%); border: 1px solid rgba(201, 162, 77, 0.12); border-radius: 24px; padding: 48px 32px 40px; text-align: center; position: relative; z-index: 2; overflow: hidden; transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease; }
.pg-template .h-hiw__card:hover { transform: translateY(-12px); box-shadow: 0 24px 48px rgba(201, 162, 77, 0.08); border-color: rgba(201, 162, 77, 0.35); }
.pg-template .h-hiw__bg-num { position: absolute; top: -16px; right: -12px; font-size: 140px; font-family: var(--font-sans); color: rgba(201, 162, 77, 0.04); line-height: 1; z-index: 0; pointer-events: none; transition: all 0.5s ease; }
.pg-template .h-hiw__card:hover .h-hiw__bg-num { color: rgba(201, 162, 77, 0.08); transform: scale(1.08) translateX(-10px); }
.pg-template .h-hiw__icon-wrap { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, rgba(201, 162, 77, 0.1), rgba(201, 162, 77, 0.02)); margin: 0 auto 32px; display: flex; align-items: center; justify-content: center; color: var(--color-brand); position: relative; z-index: 1; border: 1px solid rgba(201, 162, 77, 0.2); box-shadow: inset 0 0 20px rgba(255,255,255,0.5); transition: all 0.4s ease; }
.pg-template .h-hiw__card:hover .h-hiw__icon-wrap { background: var(--color-brand); color: var(--color-text-on-brand); border-color: var(--color-brand); box-shadow: 0 10px 20px rgba(201, 162, 77, 0.2); transform: scale(1.1); }
.pg-template .h-hiw__card-title { font-size: 22px; font-weight: 500; color: var(--color-text); margin: 0 0 16px; font-family: var(--font-sans); position: relative; z-index: 1; }
.pg-template .h-hiw__card-desc { font-size: 14.5px; color: var(--color-muted); line-height: 1.65; margin: 0; position: relative; z-index: 1; }

/* --- Neden Kiralama --- */
.pg-template .h-why { background: var(--color-bg); overflow: hidden; position: relative; }
.pg-template .h-why__inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.pg-template .h-why__head { text-align: center; margin-bottom: var(--home-section-intro-gap); }
.pg-template .h-why__head .hs__label { margin-bottom: 12px; display: block; }
.pg-template .h-why__head .hs__title { margin: 0; font-family: var(--font-sans); font-size: clamp(1.375rem, 2.2vw, 1.75rem); font-weight: 500; }

/* Sol büyük görsel + Sağ 2×2 kare küçük resimler */
.pg-template .h-why-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

/* ---- Sol büyük panel ---- */
.pg-template .h-why-main {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    aspect-ratio: 1 / 1;
}

.pg-template .h-why-main__slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.65s ease;
    pointer-events: none;
}
.pg-template .h-why-main__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.pg-template .h-why-main__img-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--color-bg);
}

.pg-template .h-why-main__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.0);
    transition: transform 8s ease;
}
.pg-template .h-why-main__slide.is-active .h-why-main__img { transform: scale(1.03); }

.pg-template .h-why-main__img-ph {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    background: var(--color-surface-2);
}

.pg-template .h-why-main__body {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    padding: 24px 32px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    z-index: 2;
}

.pg-template .h-why-main__num {
    display: block;
    font-size: 11px;
    font-weight: 800;
    font-family: var(--font-mono);
    color: var(--color-brand);
    letter-spacing: 0.06em;
    margin-bottom: 7px;
}

.pg-template .h-why-main__title {
    font-size: 20px;
    font-family: var(--font-sans);
    font-weight: 600;
    color: var(--color-brand);
    margin: 0 0 7px;
    line-height: 1.3;
}

.pg-template .h-why-main__desc {
    font-size: 13.5px;
    line-height: 1.65;
    color: var(--color-muted);
    margin: 0;
}

/* Progress bar — sol panelin alt kenarında */
.pg-template .h-why-main__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: var(--color-brand);
    border-radius: 0 2px 0 0;
    transition: width linear;
    z-index: 3;
}

/* ---- Sağ 2×2 kare küçük resimler ---- */
.pg-template .h-why-thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
}

.pg-template .h-why-thumb {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    background: var(--color-surface-2);
    border: 2.5px solid transparent;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}
.pg-template .h-why-thumb:hover:not(.is-active) { transform: translateY(-2px); }
.pg-template .h-why-thumb.is-active {
    border-color: var(--color-brand);
    box-shadow: 0 4px 20px rgba(184,147,90,0.25);
    cursor: default;
}

.pg-template .h-why-thumb__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.4s ease;
}
.pg-template .h-why-thumb:hover:not(.is-active) .h-why-thumb__img { transform: scale(1.05); }

/* Aktif olmayan thumb karanlık overlay */
.pg-template .h-why-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15,8,2,0.38);
    opacity: 1;
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.pg-template .h-why-thumb.is-active::after { opacity: 0; }

.pg-template .h-why-thumb__num {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--color-brand);
    color: var(--color-text-on-brand);
    font-size: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    letter-spacing: 0.02em;
    z-index: 2;
}

.pg-template .h-why-thumb__ph {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
}

.pg-template .h-why__foot { text-align: center; margin-top: var(--home-section-intro-gap); }
.pg-template .h-why__cta { display: inline-flex; align-items: center; gap: 8px; padding: 16px 32px; border-radius: 999px; font-size: 14px; font-weight: 600; text-decoration: none; background: transparent; color: var(--color-text); border: 1px solid var(--color-border); transition: all .3s ease; }
.pg-template .h-why__cta:hover { background: var(--color-brand); color: var(--color-text-on-brand); border-color: var(--color-brand); }

.pg-template .h-rev { background: var(--color-bg); }
/* İki puan kutusu yan yana */
.pg-template .h-rev__score-row { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 36px; }
.pg-template .h-rev__score-box { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 24px 32px; border: 1px solid var(--color-border); border-radius: 18px; background: var(--color-bg); min-width: 200px; flex: 1; max-width: 280px; text-align: center; }
.pg-template .h-rev__score-box--google { border-color: rgba(66,133,244,.2); background: linear-gradient(135deg, rgba(66,133,244,.04) 0%, rgba(52,168,83,.04) 100%); }
.pg-template .h-rev__score-box--site { border-color: rgba(201,151,58,.25); background: linear-gradient(135deg, rgba(201,151,58,.05) 0%, rgba(201,151,58,.02) 100%); }
.pg-template .h-rev__score-box-logo { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: var(--color-muted); }
.pg-template .h-rev__score { font-family: var(--font-sans); font-size: 44px; font-weight: 400; color: var(--color-text); line-height: 1; }
.pg-template .h-rev__score-stars { display: flex; gap: 2px; }
.pg-template .h-rev__score-stars--empty svg { fill: var(--color-border-hover) !important; }
.pg-template .h-rev__score-meta { display: flex; align-items: baseline; gap: 5px; }
.pg-template .h-rev__count { font-size: 18px; font-weight: 700; color: var(--color-text); }
.pg-template .h-rev__count-lbl { font-size: 12px; color: var(--color-muted); }
.pg-template .h-rev__score-cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; padding: 8px 16px; border-radius: 999px; border: 1px solid var(--color-border); font-size: 12.5px; font-weight: 500; text-decoration: none; transition: all .2s; white-space: nowrap; }
.pg-template .h-rev__score-cta--google { color: #4285F4; border-color: rgba(66,133,244,.3); }
.pg-template .h-rev__score-cta--google:hover { background: rgba(66,133,244,.06); border-color: #4285F4; }
.pg-template .h-rev__score-cta--site { color: var(--color-brand); border-color: rgba(201,151,58,.3); }
.pg-template .h-rev__score-cta--site:hover { background: rgba(201,151,58,.07); border-color: var(--color-brand); }
.pg-template .h-rev__score-updated { font-size: 10.5px; color: var(--color-muted); margin-top: 2px; }
/* Sekmeler */
.pg-template .h-rev__tabs { max-width: var(--container-max); margin: 0 auto; padding: 0 24px 24px; display: flex; gap: 10px; }
.pg-template .h-rev__tab { display: inline-flex; align-items: center; gap: 7px; padding: 9px 18px; border-radius: 999px; border: 1px solid var(--color-border); background: var(--color-bg); font-size: 13px; font-weight: 500; color: var(--color-muted); cursor: pointer; transition: all .2s; }
.pg-template .h-rev__tab.is-active { background: var(--color-text); border-color: var(--color-text); color: var(--color-surface); }
.pg-template .h-rev__tab svg { flex-shrink: 0; }
.pg-template .h-rev__tab-count { display: inline-flex; align-items: center; justify-content: center; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px; background: rgba(255,255,255,.18); font-size: 11px; font-weight: 700; line-height: 1; }
.pg-template .h-rev__tab:not(.is-active) .h-rev__tab-count { background: var(--color-border); color: var(--color-muted); }
.pg-template .h-rev__tab-logo { height: 18px; max-width: 72px; object-fit: contain; vertical-align: middle; flex-shrink: 0; }
.pg-template .h-rev__tab:not(.is-active) .h-rev__tab-logo { filter: brightness(0); opacity: .55; }
.pg-template .h-rev__tab.is-active .h-rev__tab-logo { filter: brightness(0) invert(1); opacity: .95; }
@media (max-width: 480px) {
    .pg-template .h-rev__tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        display: grid;
        gap: 8px;
        padding: 0 16px 20px;
    }
    .pg-template .h-rev__tab {
        min-width: 0;
        justify-content: center;
        padding: 9px 10px;
        overflow: hidden;
    }
    .pg-template .h-rev__tab-logo {
        max-width: 54px;
    }
}
/* Scroll + kartlar */
.pg-template .h-rev__scroll-wrap { max-width: var(--container-max); margin: 0 auto; padding: 0 24px; overflow: hidden; }
.pg-template .h-rev__scroll { overflow-x: auto; display: flex; flex-wrap: nowrap; gap: 20px; padding: 4px 0 24px; scrollbar-width: none; touch-action: auto; user-select: none; -webkit-user-select: none; }
.pg-template .h-rev__scroll::-webkit-scrollbar { display: none; }
.pg-template .h-rev__panel { display: none; width: 100%; }
.pg-template .h-rev__panel.is-active { display: block; width: 100%; }
.pg-template .h-rev__empty { padding: 48px 24px; color: var(--color-muted); font-size: 14px; text-align: center; }
.pg-template .h-rev-card { flex: none; width: calc(25% - 15px); min-width: 240px; background: var(--color-bg); border: 1px solid var(--color-border); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.pg-template .h-rev-card__top { display: flex; align-items: center; justify-content: space-between; }
.pg-template .h-rev-card__stars { display: flex; gap: 2px; }
.pg-template .h-rev-card__product { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 600; color: var(--color-brand); text-decoration: none; border: 1px solid rgba(201,151,58,.2); border-radius: 6px; padding: 3px 9px; background: rgba(201,151,58,.06); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.pg-template .h-rev-card__product:hover { background: rgba(201,151,58,.12); border-color: rgba(201,151,58,.4); }
.pg-template .h-rev-card__sku-tag { display: inline-block; padding: 1px 6px; border-radius: 4px; background: rgba(201,151,58,.15); font-size: 10.5px; font-weight: 700; color: var(--color-brand); line-height: 1.5; }
.pg-template .h-rev-card__sku-tag--color { background: rgba(100,100,120,.08); color: var(--color-muted); }
.pg-template .h-rev-card__color-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; border: 1px solid rgba(0,0,0,.12); margin-right: 3px; vertical-align: middle; flex-shrink: 0; }
.pg-template .h-rev-card__img-badge { display: inline-flex; align-items: center; gap: 3px; padding: 2px 7px; border-radius: 6px; background: rgba(201,151,58,.1); border: 1px solid rgba(201,151,58,.22); font-size: 11px; font-weight: 600; color: var(--color-brand); margin-right: 4px; }
.pg-template .h-rev-card__site-logo { height: 20px; max-width: 64px; object-fit: contain; flex-shrink: 0; filter: brightness(0); opacity: .4; }
.pg-template .h-rev-card__text { font-size: 14px; color: var(--color-text); line-height: 1.65; flex: 1; font-style: italic; }
.pg-template .h-rev-card__author { display: flex; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid var(--color-border); }
.pg-template .h-rev-card__av { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--color-text-on-brand); flex-shrink: 0; }
.pg-template .h-rev-card__name { font-size: 13px; font-weight: 600; color: var(--color-text); }
.pg-template .h-rev-card__verified { font-size: 10.5px; font-weight: 500; color: var(--color-success); background: rgba(22,163,74,.08); border-radius: 4px; padding: 1px 5px; margin-left: 4px; }
.pg-template .h-rev-card__date { font-size: 11px; color: var(--color-muted); }
/* Site panel altı CTA */
.pg-template .h-rev__site-cta-wrap { max-width: var(--container-max); margin: 0 auto; padding: 8px 24px 32px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.pg-template .h-rev__site-cta-text { margin: 0; font-size: 14px; color: var(--color-muted); }
.pg-template .h-rev__site-cta-btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 24px; border-radius: 12px; background: linear-gradient(135deg, var(--color-brand) 0%, var(--color-brand-bg) 100%); color: var(--color-text-on-brand); font-size: 14px; font-weight: 600; text-decoration: none; transition: opacity .2s, box-shadow .2s; box-shadow: 0 2px 12px rgba(201,151,58,.25); }
.pg-template .h-rev__site-cta-btn:hover { opacity: .9; box-shadow: 0 4px 20px rgba(201,151,58,.35); }

.pg-template .h-stats { background: var(--color-brand-bg); padding-inline: 24px; }
.pg-template .h-stats__inner { max-width: var(--container-max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; text-align: center; }
.pg-template .h-stats__item { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 12px 24px; border-right: 1px solid rgba(255,255,255,.15); }
.pg-template .h-stats__item:last-child { border-right: 0; }
.pg-template .h-stats__icon { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.9); flex-shrink: 0; }
.pg-template .h-stats__num { font-family: var(--font-sans); font-size: clamp(28px, 3.5vw, 44px); font-weight: 400; color: var(--color-text-on-brand); margin: 0; line-height: 1; }
.pg-template .h-stats__lbl { font-size: 12px; color: rgba(255,255,255,.7); letter-spacing: .06em; text-transform: uppercase; }

.pg-template .h-ref { background: var(--color-bg); }
.pg-template .h-ref__inner { max-width: var(--container-max); margin: 0 auto; padding: 0 24px; }
.pg-template .h-ref__card { background: linear-gradient(135deg, var(--color-brand-bg) 0%, var(--color-brand-hover) 100%); border-radius: 24px; padding: 48px 56px; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; position: relative; overflow: hidden; }
.pg-template .h-ref__card::before { content: ''; position: absolute; width: 320px; height: 320px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); top: -80px; right: -80px; pointer-events: none; }
.pg-template .h-ref__card::after { content: ''; position: absolute; width: 200px; height: 200px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); top: -20px; right: -20px; pointer-events: none; }
.pg-template .h-ref__content { flex: 1; min-width: 0; position: relative; z-index: 1; }
.pg-template .h-ref__badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.18); color: var(--color-text-on-brand); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.28); margin-bottom: 16px; }
.pg-template .h-ref__title { font-family: var(--font-sans); font-size: 34px; font-weight: 500; letter-spacing: -.04em; line-height: 1.08; color: var(--color-text-on-brand); margin: 0 0 10px; }
.pg-template .h-ref__sub { font-size: 14px; color: rgba(255,255,255,.78); line-height: 1.65; max-width: 500px; margin: 0 0 18px; }
.pg-template .h-ref__steps {
  margin: 0 0 22px;
  padding: 0 0 0 18px;
  color: rgba(255,255,255,.88);
  font-size: 13px;
  line-height: 1.7;
}
.pg-template .h-ref__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 8px;
  background: #fff;
  color: var(--color-brand-bg);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
}
.pg-template .h-ref__cta:hover { opacity: .92; color: var(--color-brand-bg); }
.pg-template .h-ref__aside { flex-shrink: 0; position: relative; z-index: 1; }
.pg-template .h-ref__aside-card { background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.22); border-radius: 18px; padding: 28px 32px; text-align: center; min-width: 200px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.pg-template .h-ref__aside-icon { width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; color: var(--color-text-on-brand); margin: 0 auto 12px; }
.pg-template .h-ref__aside-title { font-weight: 700; color: var(--color-text-on-brand); font-size: 15px; margin: 0 0 6px; }
.pg-template .h-ref__aside-desc { font-size: 12.5px; color: rgba(255,255,255,.7); line-height: 1.5; margin: 0; }

/* ── Partners Marquee ───────────────────────────────────────────── */
.pg-template .h-partners {
  background: var(--color-bg);
  overflow: hidden;
}

.pg-template .h-partners__head {
  text-align: center;
  padding: 0 24px;
  margin-bottom: var(--home-section-head-gap);
}

.pg-template .h-partners__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--color-brand);
  margin-bottom: 12px;
}

.pg-template .h-partners__eyebrow::before,
.pg-template .h-partners__eyebrow::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--color-brand);
  opacity: .4;
}

.pg-template .h-partners__title {
  font-family: var(--font-sans);
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 600;
  color: var(--color-text);
  margin: 0;
  line-height: 1.2;
}

/* Marquee */
.pg-template .h-partners__track-wrap {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  padding: 8px 0;
}

.pg-template .h-partners__track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: pg-hPartnersScroll 36s linear infinite;
  will-change: transform;
}

.pg-template .h-partners__track:hover { animation-play-state: paused; }

/* Az sayıda ortak: kayan şerit yerine sabit, ortalı grid */
.pg-template .h-partners__track--static {
  width: 100%;
  animation: none;
  justify-content: center;
  flex-wrap: wrap;
}

.pg-template .h-partners__track--static .h-partners__group {
  flex-wrap: wrap;
  justify-content: center;
  padding-right: 0;
}

.pg-template .h-partners__group {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
  padding-right: 14px;
}

@keyframes pg-hPartnersScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Kart — dikey, altın */
.pg-template .h-partner-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  padding: 22px 18px 18px;
  width: 168px;
  flex-shrink: 0;
  background: var(--color-surface);
  border: 1px solid rgba(184,139,57,.32);
  border-radius: 16px;
  cursor: default;
  transition: border-color .22s, transform .22s, box-shadow .22s;
}

.pg-template .h-partner-card:hover {
  border-color: rgba(184,139,57,.65);
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(184,139,57,.12);
}

/* Logo kutusu */
.pg-template .h-partner-card__logo {
  width: 62px;
  height: 62px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  background: rgba(184,139,57,.12);
  border: 1px solid rgba(184,139,57,.22);
}

.pg-template .h-partner-card.has-logo .h-partner-card__logo {
  background: var(--color-surface);
  border-color: rgba(184,139,57,.18);
  box-shadow: 0 1px 6px rgba(0,0,0,.08);
}

.pg-template .h-partner-card__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 9px;
}

.pg-template .h-partner-card__initials {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-brand);
  letter-spacing: .04em;
  line-height: 1;
}

/* Metin */
.pg-template .h-partner-card__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-align: center;
  width: 100%;
}

.pg-template .h-partner-card__name {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text);
  line-height: 1.3;
}

.pg-template .h-partner-card__tagline {
  font-size: 11px;
  color: var(--color-muted);
  line-height: 1.3;
}

/* Ziyaret Et butonu */
.pg-template .h-partner-card__visit {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 600;
  color: var(--color-brand);
  border: 1px solid rgba(184,139,57,.38);
  border-radius: 20px;
  text-decoration: none;
  transition: background .18s, border-color .18s, color .18s;
  white-space: nowrap;
}

.pg-template .h-partner-card__visit:hover {
  background: rgba(184,139,57,.12);
  border-color: rgba(184,139,57,.6);
  color: var(--color-brand-hover);
}

/* ── CTA Keyframes ─────────────────────────────────────────────── */
@keyframes pg-ctaGlowDrift {
  0%   { transform: translate(0, 0) scale(1); }
  33%  { transform: translate(6%, -8%) scale(1.08); }
  66%  { transform: translate(-5%, 6%) scale(.94); }
  100% { transform: translate(0, 0) scale(1); }
}
@keyframes pg-ctaGlowDrift2 {
  0%   { transform: translate(0, 0) scale(1); }
  40%  { transform: translate(-8%, 10%) scale(1.1); }
  75%  { transform: translate(7%, -5%) scale(.92); }
  100% { transform: translate(0, 0) scale(1); }
}
@keyframes pg-ctaTitleShimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}
@keyframes pg-ctaSparkleRise {
  0%   { opacity: 0; transform: translateY(0) scale(.4); }
  15%  { opacity: 1; }
  80%  { opacity: .6; }
  100% { opacity: 0; transform: translateY(-80px) scale(1); }
}
@keyframes pg-ctaSparkleFloat {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(8px); }
  100% { transform: translateX(0); }
}

/* ── CTA Section ───────────────────────────────────────────────── */
.pg-template .h-cta {
  padding-inline: 24px;
  text-align: center;
  background: linear-gradient(135deg, #1a1510 0%, #2c2218 100%);
  position: relative;
  overflow: hidden;
}

/* Birinci glow — sıcak altın, yavaş sürüklenme */
.pg-template .h-cta::before {
  content: '';
  position: absolute;
  inset: -20%;
  background: radial-gradient(ellipse 70% 55% at 50% 60%, rgba(184,139,57,.28) 0%, transparent 70%);
  pointer-events: none;
  animation: pg-ctaGlowDrift 14s ease-in-out infinite;
}

/* İkinci glow — daha serin, zıt yönde */
.pg-template .h-cta::after {
  content: '';
  position: absolute;
  inset: -20%;
  background: radial-gradient(ellipse 50% 40% at 30% 35%, rgba(220,170,80,.12) 0%, transparent 65%);
  pointer-events: none;
  animation: pg-ctaGlowDrift2 18s ease-in-out infinite;
}

.pg-template .h-cta__inner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.pg-template .h-cta__label {
  display: block;
  color: var(--color-brand-bg);
  margin-bottom: 16px;
}

/* Shimmer başlık */
.pg-template .h-cta__title {
  font-size: clamp(34px, 4.5vw, 52px);
  margin: 0 0 16px;
  background: linear-gradient(
    105deg,
    #fff 0%,
    #fff 35%,
    rgba(220,170,80,.95) 48%,
    rgba(255,215,100,1) 52%,
    #fff 65%,
    #fff 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: pg-ctaTitleShimmer 4.5s linear infinite;
}

.pg-template .h-cta__sub {
  font-size: 16px;
  color: rgba(255,255,255,.65);
  line-height: 1.65;
  margin: 0 0 36px;
}

.pg-template .h-cta__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.pg-template .h-cta__btn-w {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: var(--color-surface);
  color: var(--color-text);
  transition: background .2s, box-shadow .2s;
}
.pg-template .h-cta__btn-w:hover {
  background: var(--color-surface-2);
  box-shadow: 0 0 24px rgba(220,170,80,.25);
}

.pg-template .h-cta__btn-o {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.3);
  color: rgba(255,255,255,.85);
  transition: border-color .2s, box-shadow .2s;
}
.pg-template .h-cta__btn-o:hover {
  border-color: rgba(220,170,80,.7);
  box-shadow: 0 0 20px rgba(220,170,80,.15);
}

/* Canvas — tam section'ı kaplar */
.pg-template .h-cta__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* ── Çalışma Saatleri ──────────────────────────────────────────── */
.pg-template .h-hours { background: var(--color-surface-2); }
.pg-template .h-hours .hs__head { text-align: center; margin-bottom: 32px; }

.pg-template .h-hours__card {
    max-width: 560px;
    margin: 0 auto;
    background: var(--color-surface);
    border-radius: 16px;
    box-shadow: 0 2px 20px rgba(0,0,0,.06);
    overflow: hidden;
}

.pg-template .h-hours__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 28px;
    border-bottom: 1px solid var(--color-border);
    gap: 16px;
    transition: background .15s;
}
.pg-template .h-hours__row:last-child { border-bottom: none; }
.pg-template .h-hours__row:hover { background: var(--color-surface-2); }

.pg-template .h-hours__day {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-text);
    min-width: 110px;
}

.pg-template .h-hours__time {
    font-size: 15px;
    color: var(--color-muted);
    font-variant-numeric: tabular-nums;
    letter-spacing: .01em;
}

.pg-template .h-hours__closed {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-muted);
    text-transform: uppercase;
    letter-spacing: .08em;
}

.pg-template .h-hours__row--closed .h-hours__day {
    color: var(--color-muted);
}

/* Çalışma Saatleri - premium kart */
.pg-template .h-hours {
    padding-inline: 24px;
    background: var(--color-surface);
}

.pg-template .h-hours__inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(34px, 5vw, 76px);
    align-items: center;
}

.pg-template .h-hours__intro {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}

.pg-template .h-hours__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: var(--color-brand-hover);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.pg-template .h-hours__card {
    width: min(760px, 100%);
    margin: 0 auto;
}

.pg-template .h-hours__eyebrow::before {
    content: "";
    width: 42px;
    height: 1px;
    background: linear-gradient(90deg, var(--color-brand), transparent);
}

.pg-template .h-hours__title {
    margin: 0 0 16px;
    color: var(--color-text);
    font-size: clamp(34px, 3.4vw, 48px);
}

.pg-template .h-hours__desc {
    margin: 0;
    color: var(--color-muted);
    font-size: 15px;
    line-height: 1.8;
}

.pg-template .h-hours__card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(180px, .72fr) minmax(280px, 1fr);
    gap: 0;
    max-width: none;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(201, 162, 77, .22);
    border-radius: 28px;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--color-surface) 92%, transparent), color-mix(in srgb, var(--color-surface) 70%, transparent)),
        radial-gradient(circle at 0% 0%, rgba(201, 162, 77, .12), transparent 36%);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.pg-template .h-hours__card::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid color-mix(in srgb, var(--color-border) 76%, transparent);
    border-radius: 22px;
    pointer-events: none;
}

.pg-template .h-hours__today {
    position: relative;
    z-index: 1;
    padding: 34px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(201, 162, 77, .18);
    background: rgba(255, 248, 237, .56);
}

.pg-template .h-hours__today-label {
    color: var(--color-brand-hover);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.pg-template .h-hours__today strong {
    margin-top: 14px;
    color: var(--color-text);
    font-family: var(--font-sans);
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
}

.pg-template .h-hours__today-time {
    margin-top: 18px;
    color: var(--color-text);
    font-size: 18px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.pg-template .h-hours__today em {
    width: fit-content;
    margin-top: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--color-success-subtle);
    color: var(--color-success-text);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.pg-template .h-hours__today em.is-closed {
    background: var(--color-surface-active);
    color: var(--color-muted);
}

.pg-template .h-hours__week {
    position: relative;
    z-index: 1;
    padding: 24px 26px;
}

.pg-template .h-hours__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 48px;
    padding: 0 14px;
    border: 0;
    border-radius: 14px;
    color: var(--color-text);
}

.pg-template .h-hours__row + .h-hours__row {
    margin-top: 4px;
}

.pg-template .h-hours__row:hover {
    background: rgba(201, 162, 77, .06);
}

.pg-template .h-hours__row--today {
    background: rgba(201, 162, 77, .11);
    box-shadow: inset 0 0 0 1px rgba(201, 162, 77, .22);
}

.pg-template .h-hours__day {
    min-width: 0;
    font-size: 14px;
    font-weight: 800;
}

.pg-template .h-hours__time {
    color: var(--color-muted);
    font-size: 14px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.pg-template .h-hours__closed {
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pg-template .h-hours__row--closed .h-hours__day {
    color: var(--color-muted);
}

@media (max-width: 1024px) {
    .pg-template .h-hero__inner { grid-template-columns: 1fr; }
    .pg-template .h-hero__visual { display: none; }
    .pg-template .h-why-layout { grid-template-columns: 1fr; gap: 24px; }
    .pg-template .h-why-main { min-height: 400px; aspect-ratio: auto; }
    .pg-template .h-hiw__timeline { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .pg-template .h-hiw__timeline::before { display: none; }
    .pg-template .h-hours__inner { grid-template-columns: 1fr; }
    .pg-template .h-hours__intro { max-width: 620px; text-align: center; margin: 0 auto; }
    .pg-template .h-hours__eyebrow { justify-content: center; }
}
@media (max-width: 768px) {
    .pg-template .hs {
        --home-section-y: 24px;
        --home-section-head-gap: 16px;
        --home-section-intro-gap: 28px;
    }
    .pg-template .h-why-layout { grid-template-columns: 1fr; gap: 16px; }
    .pg-template .h-why-main { min-height: auto; aspect-ratio: auto; border-radius: 16px; border: none; background: transparent; }
    .pg-template .h-why-main__slide { position: absolute; }
    .pg-template .h-why-main__slide.is-active { position: relative; display: flex; flex-direction: column; gap: 16px; }
    .pg-template .h-why-main__img-wrap { position: relative; inset: auto; height: auto; aspect-ratio: 1 / 1; flex: none; border-radius: 16px; border: 1px solid var(--color-border); }
    .pg-template .h-why-main__body { position: relative; bottom: auto; left: auto; right: auto; margin: 0; z-index: 2; padding: 20px; border-radius: 16px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.45) 100%); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255, 255, 255, 1); box-shadow: 0 8px 32px rgba(130, 110, 80, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.6); }
    .pg-template .h-why-main__title { font-size: 18px; margin-bottom: 6px; }
    .pg-template .h-why-main__desc { font-size: 14px; }
    .pg-template .h-why-thumbs { grid-template-columns: repeat(4, 1fr); gap: 8px; }
    .pg-template .h-why-thumb { padding: 8px; border-radius: 12px; }
    .pg-template .h-why-thumb__num { width: 22px; height: 22px; font-size: 9px; bottom: 6px; left: 6px; }
    .pg-template .h-cats__actions { justify-content: center; }
    .pg-template .h-cats__grid { grid-template-columns: 1fr 1fr !important; }
    .pg-template .h-cats__card { aspect-ratio: auto; }
    .pg-template .h-stats__inner { grid-template-columns: repeat(2, 1fr); }
    .pg-template .h-stats__item:nth-child(2n) { border-right: 0; }
    .pg-template .h-stats__item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); padding-bottom: 24px; }
    /* HIW — eski accordion, sadece daha kompakt/şık */
    .pg-template .h-hiw__timeline { grid-template-columns: 1fr; gap: 10px; }
    .pg-template .h-hiw__timeline::before { display: none; }
    .pg-template .h-hiw__card { padding: 16px 18px; text-align: left; display: grid; grid-template-columns: 44px 1fr; grid-template-rows: auto auto; gap: 0 14px; align-items: center; cursor: pointer; transition: border-color 0.3s, box-shadow 0.3s; border-radius: 14px; }
    .pg-template .h-hiw__bg-num { display: none; }
    .pg-template .h-hiw__icon-wrap { grid-column: 1; grid-row: 1; width: 44px; height: 44px; margin: 0; }
    .pg-template .h-hiw__icon-wrap svg { width: 22px; height: 22px; }
    .pg-template .h-hiw__card-title { grid-column: 2; grid-row: 1; margin: 0; font-size: 15px; font-weight: 600; line-height: 1.3; position: relative; z-index: 1; }
    .pg-template .h-hiw__card-desc { grid-column: 1 / -1; grid-row: 2; max-height: 0; opacity: 0; overflow: hidden; margin: 0; font-size: 13px; line-height: 1.55; transition: max-height 0.35s ease, opacity 0.3s ease, margin-top 0.35s ease; position: relative; z-index: 1; }
    .pg-template .h-hiw__card.is-active .h-hiw__card-desc { max-height: 100px; opacity: 1; margin-top: 10px; }
    .pg-template .h-hiw__card.is-active { border-color: var(--color-brand); box-shadow: 0 8px 24px rgba(201,162,77,.1); }
    /* Başlık yazısını küçült */
    .pg-template .h-hiw__head .hs__title { font-size: 1.625rem; }
    /* Açıklama paragrafı mobilde gizle */
    .pg-template .h-hiw__desc { display: none; }
    .pg-template .h-feat__spacer { width: 24px; }
    .pg-template .h-hours { padding-inline: 18px; }
    .pg-template .h-hours__card { grid-template-columns: 1fr; }
    .pg-template .h-hours__today { border-right: 0; border-bottom: 1px solid rgba(201, 162, 77, .18); }
}
@media (max-width: 480px) {
    .pg-template .h-feat__spacer { width: 16px; }
    .pg-template .h-feat__end { width: 16px; }
    .pg-template .hs__inner { padding: 0 16px; }
    .pg-template .h-hero__inner { padding: 60px 16px; }
    .pg-template .h-hiw__inner { padding: 0 16px; }
    .pg-template .h-stats { padding-inline: 16px; }
    .pg-template .h-ref__inner { padding: 0 16px; }
    .pg-template .h-ref__card { padding: 32px 20px; flex-direction: column; text-align: center; border-radius: 20px; }
    .pg-template .h-ref__title { font-size: 28px; }
    .pg-template .h-ref__sub { font-size: 13.5px; }
    .pg-template .h-ref__aside { width: 100%; }
    .pg-template .h-ref__aside-card { width: 100%; min-width: 0; padding: 24px 20px; }
    .pg-template .h-cta { padding-inline: 16px; }
    .pg-template .h-hours { padding-inline: 14px; }
    .pg-template .h-hours__title { font-size: 36px; }
    .pg-template .h-hours__card { border-radius: 22px; }
    .pg-template .h-hours__today { padding: 28px 22px; }
    .pg-template .h-hours__today strong { font-size: 30px; }
    .pg-template .h-hours__week { padding: 18px 16px; }
    .pg-template .h-hours__row { padding: 0 10px; }
}

.pg-template .h-feat__scroll .product-card {
    flex: none;
    width: 260px;
}

@media (max-width: 1024px) {
    .pg-template .h-feat__scroll .product-card {
        width: 200px;
    }
}

/* ---- Yatay ürün şeritleri ---- */
.pg-template .h-feat__scroll,
.pg-template .h-new__scroll,
.pg-template .h-sale__scroll,
.pg-template .h-rev__scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 4px 0 20px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    overscroll-behavior-x: contain;
    user-select: none;
    -webkit-user-select: none;
    cursor: grab;
}
.pg-template .h-feat__scroll::-webkit-scrollbar,
.pg-template .h-new__scroll::-webkit-scrollbar,
.pg-template .h-sale__scroll::-webkit-scrollbar,
.pg-template .h-rev__scroll::-webkit-scrollbar { display: none; }
.pg-template .h-feat__scroll.is-dragging,
.pg-template .h-new__scroll.is-dragging,
.pg-template .h-sale__scroll.is-dragging,
.pg-template .h-rev__scroll.is-dragging,
.pg-template .h-feat__scroll:active,
.pg-template .h-new__scroll:active,
.pg-template .h-sale__scroll:active,
.pg-template .h-rev__scroll:active { cursor: grabbing; }

.pg-template .h-rail-section { position: relative; }
.pg-template .h-rail-section.is-rail-scrollable::before,
.pg-template .h-rail-section.is-rail-scrollable::after {
    content: "";
    position: absolute;
    top: 58%;
    bottom: 8px;
    width: 56px;
    pointer-events: none;
    z-index: 2;
}
.pg-template .h-rail-section.is-rail-scrollable::before {
    left: 0;
    background: linear-gradient(to right, var(--rail-fade) 15%, transparent);
    opacity: 0;
    transition: opacity .2s ease;
}
.pg-template .h-rail-section.is-rail-scrollable:not(.is-rail-at-start)::before { opacity: 1; }
.pg-template .h-rail-section.is-rail-scrollable::after {
    right: 0;
    background: linear-gradient(to left, var(--rail-fade) 15%, transparent);
    opacity: 1;
    transition: opacity .2s ease;
}
.pg-template .h-rail-section.is-rail-scrollable.is-rail-at-end::after { opacity: 0; }

.pg-template .h-rail__nav {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    color: var(--color-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    cursor: pointer;
    transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}
.pg-template .h-rail__nav:hover:not(:disabled) {
    transform: translateY(-50%) scale(1.04);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16);
}
.pg-template .h-rail__nav:disabled {
    opacity: 0;
    pointer-events: none;
}
.pg-template .h-rail__nav--prev { left: 12px; }
.pg-template .h-rail__nav--next { right: 12px; }

.pg-template .h-feat { --rail-fade: var(--color-bg); }
.pg-template .h-new { --rail-fade: var(--color-surface); }
.pg-template .h-sale { --rail-fade: var(--color-surface); }

/* ---- Yeni Gelenler ---- */
.pg-template .h-new { background: var(--color-surface); }
.pg-template .h-new__scroll .product-card { flex: none; width: 260px; }
@media (max-width: 1024px) {
    .pg-template .h-new__scroll .product-card { width: 200px; }
}

/* ---- Satılık & İkinci El ---- */
.pg-template .h-sale { background: var(--color-surface); }
.pg-template .h-sale__scroll .product-card { flex: none; width: 260px; }
@media (max-width: 1024px) {
    .pg-template .h-sale__scroll .product-card { width: 200px; }
    .pg-template .h-rail__nav--prev { left: 6px; }
    .pg-template .h-rail__nav--next { right: 6px; }
}

.pg-template .h-feat__scroll a,
.pg-template .h-new__scroll a,
.pg-template .h-sale__scroll a,
.pg-template .h-rev__scroll a,
.pg-template .h-feat__scroll img,
.pg-template .h-new__scroll img,
.pg-template .h-sale__scroll img,
.pg-template .h-rev__scroll img {
    -webkit-user-drag: none;
    user-drag: none;
}

/* ============================================================
   PARTNERS — ORBIT SECTION
   ============================================================ */
.pg-template .h-orbit-section {
    position: relative;
    padding: 80px 0 100px;
    background: #0a0a0a;
    overflow: hidden;
    color: #fff;
}

.pg-template .h-orbit-head {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: var(--home-section-intro-gap, 36px);
}
.pg-template .h-orbit-head .hs__label { color: rgba(212,175,55,0.85); }
.pg-template .h-orbit-head .hs__title { color: #fff; }

/* System Container */
.pg-template .h-orbit-system {
    position: relative;
    width: 540px;
    height: 540px;
    margin: 0 auto;
}

/* Orbit Paths */
.pg-template .h-orbit-path {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(212,175,55,0.12);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}
.pg-template .h-orbit-path.path-1 { width: 200px; height: 200px; }
.pg-template .h-orbit-path.path-2 { width: 340px; height: 340px; }
.pg-template .h-orbit-path.path-3 { width: 480px; height: 480px; }

/* Center Circle */
.pg-template .h-orbit-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 104px;
    height: 104px;
    border-radius: 50%;
    z-index: 5;
}
.pg-template .h-orbit-center::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(
        from 0deg,
        rgba(212,175,55,1)    0deg,
        rgba(212,175,55,0.25) 90deg,
        rgba(212,175,55,0.05) 180deg,
        rgba(212,175,55,0.25) 270deg,
        rgba(212,175,55,1)    360deg
    );
    animation: pg-goldSpin 5s linear infinite;
    z-index: 0;
}
.pg-template .h-orbit-center-glow {
    position: absolute;
    inset: -24px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,175,55,0.18) 0%, transparent 65%);
    pointer-events: none;
    z-index: -1;
}
.pg-template .h-orbit-center-inner {
    position: absolute;
    inset: 3px;
    width: auto;
    height: auto;
    border-radius: 50%;
    background: var(--color-surface);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}
.pg-template .h-orbit-center-logo {
    width: 72%;
    height: 72%;
    object-fit: contain;
}

/* Items (partners) */
.pg-template .ring-1 { --radius: 100px; }
.pg-template .ring-2 { --radius: 170px; }
.pg-template .ring-3 { --radius: 240px; }

.pg-template .h-orbit-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    z-index: 10;
}
.pg-template .h-orbit-item.ring-1 {
    animation: pg-orbitCW 25s linear infinite;
    animation-delay: var(--orbit-delay, 0s);
}
.pg-template .h-orbit-item.ring-2 {
    animation: pg-orbitCW 35s linear infinite;
    animation-delay: var(--orbit-delay, 0s);
}
.pg-template .h-orbit-item.ring-3 {
    animation: pg-orbitCW 45s linear infinite;
    animation-delay: var(--orbit-delay, 0s);
}
.pg-template .h-orbit-item-inner {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.pg-template .h-orbit-item-inner::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: conic-gradient(
        from 0deg,
        rgba(212,175,55,1)    0deg,
        rgba(212,175,55,0.7)  90deg,
        rgba(212,175,55,0.3)  180deg,
        rgba(212,175,55,0.7)  270deg,
        rgba(212,175,55,1)    360deg
    );
    animation: pg-goldSpin 3.5s linear infinite;
    z-index: 0;
}
.pg-template .h-orbit-item:hover .h-orbit-item-inner::before {
    background: conic-gradient(
        from 0deg,
        rgba(212,175,55,1)    0deg,
        rgba(212,175,55,0.65) 60deg,
        rgba(212,175,55,0.08) 120deg,
        rgba(212,175,55,0.08) 240deg,
        rgba(212,175,55,0.65) 300deg,
        rgba(212,175,55,1)    360deg
    );
    animation-duration: 1.5s;
}
.pg-template .h-orbit-item:hover .h-orbit-item-inner { transform: scale(1.15); }

/* Front face */
.pg-template .h-orbit-front {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--color-surface);
    z-index: 10;
}
.pg-template .h-orbit-item:hover .h-orbit-item-inner { transform: scale(1.08); }

.pg-template .h-orbit-logo     { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.pg-template .h-orbit-initials { font-size: 18px; font-weight: 700; color: var(--color-text); line-height: 1; }

/* Hover Tooltip */
.pg-template .h-orbit-tooltip {
    position: absolute;
    bottom: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(10,10,10,0.96);
    border: 1px solid rgba(212,175,55,0.4);
    border-radius: 10px;
    padding: 10px 14px;
    min-width: 150px;
    max-width: 200px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
    transform: translateX(-50%) translateY(6px);
    z-index: 20;
    white-space: nowrap;
}
.pg-template .h-orbit-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: rgba(212,175,55,0.4);
}
.pg-template .h-orbit-item:hover .h-orbit-tooltip {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}
.pg-template .h-orbit-tip-name    { display: block; font-size: 12px; font-weight: 700; color: #fff; line-height: 1.3; }
.pg-template .h-orbit-tip-tag     { display: block; font-size: 10px; color: rgba(255,255,255,0.55); margin-top: 3px; line-height: 1.3; }
.pg-template .h-orbit-tip-link    { display: inline-flex; align-items: center; gap: 4px; margin-top: 7px; font-size: 10px; color: rgba(212,175,55,0.9); text-decoration: none; }
.pg-template .h-orbit-tip-link:hover { color: rgba(212,175,55,1); }

/* Animations */
@keyframes pg-goldSpin        { to { transform: rotate(360deg);  } }
@keyframes pg-goldSpinReverse { to { transform: rotate(-360deg); } }
@keyframes pg-orbitCW {
    from { transform: rotate(0deg)   translateX(var(--radius)) rotate(0deg);    }
    to   { transform: rotate(360deg) translateX(var(--radius)) rotate(-360deg); }
}

/* Responsive */
@media (max-width: 640px) {
    .pg-template .h-orbit-system { width: 360px; height: 360px; }
    .pg-template .ring-1 { --radius: 66px; }
    .pg-template .ring-2 { --radius: 110px; }
    .pg-template .ring-3 { --radius: 155px; }
    .pg-template .h-orbit-path.path-1 { width: 132px; height: 132px; }
    .pg-template .h-orbit-path.path-2 { width: 220px; height: 220px; }
    .pg-template .h-orbit-path.path-3 { width: 310px; height: 310px; }
    .pg-template .h-orbit-center { width: 72px; height: 72px; }
    .pg-template .h-orbit-item { width: 46px; height: 46px; margin: -23px 0 0 -23px; }
    .pg-template .h-orbit-item-inner { width: 46px; height: 46px; }
    .pg-template .h-orbit-initials { font-size: 13px; }
}

/* ============================================================
   CONTAINED PRODUCT RAILS
   Yeni gelenler ve satılık ürünler içerik konteynerinden taşmaz.
   ============================================================ */
.pg-template .h-new .h-rail__heading,
.pg-template .h-sale .h-rail__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: end;
    gap: 20px;
    margin-bottom: 22px;
}

.pg-template .h-new .h-rail__heading .hs__head,
.pg-template .h-sale .h-rail__heading .hs__head {
    grid-column: 2;
    margin: 0;
}

.pg-template .h-new .h-rail__heading .h-cats__actions,
.pg-template .h-sale .h-rail__heading .h-cats__actions {
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-self: end;
    gap: 10px;
    margin: 0;
}

.pg-template .h-rail__controls {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pg-template .h-new:not(.is-rail-scrollable) .h-rail__controls,
.pg-template .h-sale:not(.is-rail-scrollable) .h-rail__controls {
    display: none;
}

.pg-template .h-rail__controls .h-rail__nav {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    width: 36px;
    height: 36px;
    border-color: color-mix(in srgb, var(--color-border) 82%, var(--color-brand));
    box-shadow: 0 2px 8px rgba(42, 38, 35, 0.07);
    transform: none;
}

.pg-template .h-rail__controls .h-rail__nav:hover:not(:disabled) {
    border-color: var(--color-brand);
    box-shadow: 0 6px 16px rgba(42, 38, 35, 0.11);
    color: var(--color-brand);
    transform: translateY(-1px);
}

.pg-template .h-rail__controls .h-rail__nav:disabled {
    opacity: .3;
    pointer-events: none;
}

.pg-template .h-new.h-rail-section.is-rail-scrollable::before,
.pg-template .h-new.h-rail-section.is-rail-scrollable::after,
.pg-template .h-sale.h-rail-section.is-rail-scrollable::before,
.pg-template .h-sale.h-rail-section.is-rail-scrollable::after {
    display: none;
}

.pg-template .h-new .h-new__scroll,
.pg-template .h-sale .h-sale__scroll {
    width: calc(100% + 24px);
    max-width: none;
    margin: -10px -12px 0;
    padding: 10px 12px 30px;
    gap: 20px;
    scroll-behavior: smooth;
    scroll-padding-inline: 12px;
    scroll-snap-type: x mandatory;
}

.pg-template .h-new .h-new__scroll .h-feat__spacer,
.pg-template .h-new .h-new__scroll .h-feat__end,
.pg-template .h-sale .h-sale__scroll .h-feat__spacer,
.pg-template .h-sale .h-sale__scroll .h-feat__end {
    display: none;
}

.pg-template .h-new .h-new__scroll .product-card,
.pg-template .h-sale .h-sale__scroll .product-card {
    flex: 0 0 calc((100% - 80px) / 5);
    width: auto;
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

@media (max-width: 1199px) {
    .pg-template .h-new .h-new__scroll,
    .pg-template .h-sale .h-sale__scroll { gap: 18px; }

    .pg-template .h-new .h-new__scroll .product-card,
    .pg-template .h-sale .h-sale__scroll .product-card {
        flex-basis: calc((100% - 54px) / 4);
    }
}

@media (max-width: 900px) and (min-width: 769px) {
    .pg-template .h-new .h-new__scroll,
    .pg-template .h-sale .h-sale__scroll { gap: 16px; }

    .pg-template .h-new .h-new__scroll .product-card,
    .pg-template .h-sale .h-sale__scroll .product-card {
        flex-basis: calc((100% - 32px) / 3);
    }
}

@media (max-width: 768px) {
    .pg-template .h-new .h-rail__heading,
    .pg-template .h-sale .h-rail__heading {
        display: block;
        margin-bottom: 16px;
    }

    .pg-template .h-new .h-rail__heading .h-cats__actions,
    .pg-template .h-sale .h-rail__heading .h-cats__actions {
        display: none;
    }

    .pg-template .h-new .h-new__scroll,
    .pg-template .h-sale .h-sale__scroll {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 4px 0 8px;
        gap: 12px;
        overflow-x: visible;
        scroll-snap-type: none;
    }

    .pg-template .h-new .h-new__scroll .product-card,
    .pg-template .h-sale .h-sale__scroll .product-card {
        width: 100%;
        min-width: 0;
        flex: none;
    }

    .pg-template .h-new__bottom-cta { padding-inline: 0; }
}

/* Öne çıkanlar vitrin davranışını korur; ray yalnız içerik sınırında kalır. */
.pg-template .h-spot--contained .h-rail__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: end;
    gap: 20px;
    margin-bottom: 22px;
}

.pg-template .h-spot--contained .h-rail__heading .hs__head {
    grid-column: 2;
    margin: 0;
}

.pg-template .h-spot--contained .h-rail__heading .h-cats__actions {
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-self: end;
    gap: 10px;
    margin: 0;
}

.pg-template .h-spot--contained:not(.is-rail-scrollable) .h-rail__controls {
    display: none;
}

.pg-template .h-spot--contained.h-rail-section.is-rail-scrollable::before,
.pg-template .h-spot--contained.h-rail-section.is-rail-scrollable::after {
    display: none;
}

.pg-template .h-spot--contained .h-spot__rail {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px calc(50% - 130px) 52px;
    gap: 16px;
    align-items: center;
    scroll-behavior: smooth;
    scroll-padding-inline: calc(50% - 130px);
    scroll-snap-type: x mandatory;
}

.pg-template .h-spot--contained .h-spot__item {
    flex: none;
    width: 260px;
    min-width: 260px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
}

@media (max-width: 768px) {
    .pg-template .h-spot--contained .h-rail__heading {
        display: block;
        margin-bottom: 16px;
    }

    .pg-template .h-spot--contained .h-rail__heading .h-cats__actions { display: none; }

    .pg-template .h-spot--contained .h-spot__rail {
        display: flex;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 32px calc(50% - 110px) 36px;
        gap: 12px;
        overflow-x: auto;
        cursor: grab;
        scroll-padding-inline: calc(50% - 110px);
        scroll-snap-type: x mandatory;
        touch-action: pan-x pan-y;
    }

    .pg-template .h-spot--contained .h-spot__item {
        width: 220px;
        min-width: 220px;
        flex: none;
        scroll-snap-align: center;
    }
}

/* Yeni gelenler: masaüstünde 5 × 2 ürünlük sayfalar birlikte kayar. */
.pg-template .h-new .h-new__scroll {
    align-items: stretch;
}

.pg-template .h-new__page {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 24px;
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.pg-template .h-new .h-new__page .product-card,
.pg-template .h-new .h-new__page .h-prod {
    width: 100%;
    min-width: 0;
    height: 100%;
    flex: none;
    scroll-snap-align: none;
}

@media (max-width: 1023px) {
    .pg-template .h-new .h-new__scroll {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 4px 0 8px;
        gap: 16px;
        overflow-x: visible;
        cursor: default;
        scroll-snap-type: none;
        touch-action: auto;
    }

    .pg-template .h-new__page { display: contents; }
}

@media (max-width: 768px) {
    .pg-template .h-new .h-new__scroll {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

/* ============================================================
   EDITORIAL SPOTLIGHT
   Yalnız ana sayfadaki öne çıkanlar vitrininin sunum katmanıdır.
   Ortak ürün kartı bileşenini değiştirmez.
   ============================================================ */
.pg-template .h-spot--editorial {
    --spot-motion: 520ms cubic-bezier(.22, .61, .36, 1);
}

.pg-template .h-spot--editorial .h-spot__rail {
    position: relative;
    padding-top: 58px;
    padding-bottom: 38px;
    background:
        radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--color-brand) 9%, transparent) 0, transparent 29%),
        linear-gradient(90deg, transparent, color-mix(in srgb, var(--color-surface-2) 46%, transparent) 50%, transparent);
}

.pg-template .h-spot--editorial .h-spot__item {
    position: relative;
    z-index: 1;
    opacity: 1;
    transform: scale(.965);
    transform-origin: center;
    transition: transform var(--spot-motion);
}

.pg-template .h-spot--editorial .h-spot__item.is-near {
    z-index: 2;
    opacity: 1;
    transform: scale(.985);
}

.pg-template .h-spot--editorial .h-spot__item.is-center {
    z-index: 3;
    opacity: 1;
    transform: scale(1.04);
}

.pg-template .h-spot--editorial .h-spot__item.is-center::before {
    position: absolute;
    z-index: 8;
    top: 14px;
    left: 14px;
    min-height: 26px;
    padding: 7px 10px 6px;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 999px;
    background: rgba(35, 30, 26, .86);
    box-shadow: 0 8px 20px rgba(28, 23, 19, .14);
    color: #fff;
    content: "Öne Çıkan";
    font-family: var(--font-sans);
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    pointer-events: none;
}

.pg-template .h-spot--editorial .h-spot__item.is-center .product-card {
    border-color: color-mix(in srgb, var(--color-brand) 68%, var(--color-border));
    border-radius: 14px;
    animation: none;
    box-shadow:
        0 24px 58px rgba(42, 38, 35, .15),
        0 5px 16px rgba(184, 139, 57, .09),
        0 0 0 1px color-mix(in srgb, var(--color-brand) 24%, transparent);
}

.pg-template .h-spot--editorial .h-spot__item.is-center .product-card__media::after {
    content: none;
    animation: none;
}

.pg-template .h-spot--editorial .h-spot__item.is-center .product-card__img,
.pg-template .h-spot--editorial .h-spot__item.is-center .product-card__media img {
    filter: saturate(1.02) contrast(1.01);
    transform: scale(1.018);
    transition: transform 620ms var(--ease-out), filter 260ms var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
    .pg-template .h-spot--editorial .h-spot__item.is-center .product-card:hover .product-card__img,
    .pg-template .h-spot--editorial .h-spot__item.is-center .product-card:hover .product-card__media img {
        filter: saturate(1.045) contrast(1.018);
        transform: scale(1.035);
    }
}

.pg-template .h-spot--editorial .h-spot__item.is-center .product-card__body {
    background: linear-gradient(180deg, var(--color-surface), color-mix(in srgb, var(--color-brand) 3%, var(--color-surface)));
}

.pg-template .h-spot--editorial .h-spot__item.is-center .product-card__category,
.pg-template .h-spot--editorial .h-spot__item.is-center .product-card__price-amount {
    color: var(--color-brand);
}

.pg-template .h-spot--editorial .h-spot__item.is-center .product-card__price-amount {
    font-size: 15.5px;
    font-variant-numeric: tabular-nums;
}

.pg-template .h-spot__status {
    display: flex;
    width: min(240px, 58%);
    align-items: center;
    gap: 14px;
    margin: -4px auto 0;
}

.pg-template .h-spot__counter {
    display: inline-flex;
    min-width: 52px;
    align-items: baseline;
    gap: 5px;
    color: var(--color-muted);
    font-size: 10px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .08em;
}

.pg-template .h-spot__counter strong {
    color: var(--color-text);
    font-size: 12px;
    font-weight: 700;
}

.pg-template .h-spot__progress {
    position: relative;
    flex: 1;
    height: 1px;
    overflow: hidden;
    background: color-mix(in srgb, var(--color-border) 82%, transparent);
}

.pg-template .h-spot__progress span {
    display: block;
    width: 0;
    height: 100%;
    background: var(--color-brand);
    transform-origin: left center;
    transition: width var(--spot-motion);
}

.pg-template .h-spot--editorial .h-spot__rail:focus-visible {
    outline: 1px solid color-mix(in srgb, var(--color-brand) 62%, var(--color-border));
    outline-offset: 5px;
    box-shadow: none;
}

@media (max-width: 768px) {
    .pg-template .h-spot--editorial .h-spot__rail {
        padding-top: 38px;
        padding-bottom: 30px;
    }

    .pg-template .h-spot--editorial .h-spot__item {
        transform: scale(.98);
    }

    .pg-template .h-spot--editorial .h-spot__item.is-near {
        transform: scale(.99);
    }

    .pg-template .h-spot--editorial .h-spot__item.is-center {
        transform: scale(1.02);
    }

    .pg-template .h-spot--editorial .h-spot__item.is-center::before {
        top: 10px;
        left: 10px;
        min-height: 24px;
        padding: 6px 9px 5px;
        font-size: 8px;
    }

    .pg-template .h-spot__status {
        width: min(210px, 72%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pg-template .h-spot--editorial .h-spot__item,
    .pg-template .h-spot__progress span {
        transition-duration: .01ms !important;
    }
}

/* ============================================================
   SHOWCASE MOTION PASS
   Vitrinin sahne, geçiş ve süre animasyonları.
   ============================================================ */
@keyframes pg-spotAuraBreath {
    0%, 100% { opacity: .42; transform: translateX(-50%) scale(.92); }
    50% { opacity: .88; transform: translateX(-50%) scale(1.08); }
}

@keyframes pg-spotFrameSweep {
    0%, 12% { background-position: 180% 0; opacity: .24; }
    42%, 64% { opacity: .92; }
    88%, 100% { background-position: -70% 0; opacity: .28; }
}

@keyframes pg-spotCardArrive {
    0% { opacity: .62; transform: translateY(18px) scale(.975); }
    58% { opacity: 1; transform: translateY(-3px) scale(1.008); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes pg-spotImageArrive {
    0% { filter: saturate(.88) contrast(.96); transform: scale(1.105); }
    100% { filter: saturate(1.035) contrast(1.012); transform: scale(1.03); }
}

@keyframes pg-spotCopyArrive {
    0% { opacity: 0; transform: translateY(12px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes pg-spotBadgeArrive {
    0% { opacity: 0; transform: translateY(-8px) scale(.9); }
    65% { opacity: 1; transform: translateY(2px) scale(1.03); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes pg-spotTimerFill {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

@keyframes pg-spotCounterChange {
    0% { opacity: .25; transform: translateY(5px); }
    100% { opacity: 1; transform: translateY(0); }
}

.pg-template .h-spot--editorial .hs__inner {
    position: relative;
    isolation: isolate;
}

.pg-template .h-spot--editorial .hs__inner::before {
    position: absolute;
    z-index: 0;
    top: 126px;
    left: 50%;
    width: min(680px, 58vw);
    height: 520px;
    border-radius: 50%;
    background:
        radial-gradient(circle, color-mix(in srgb, var(--color-brand) 14%, transparent) 0, color-mix(in srgb, var(--color-brand) 5%, transparent) 38%, transparent 70%);
    content: "";
    filter: blur(20px);
    animation: pg-spotAuraBreath 6500ms ease-in-out infinite;
    pointer-events: none;
    transform: translateX(-50%);
}

.pg-template .h-spot--editorial .hs__inner > * {
    position: relative;
    z-index: 1;
}

.pg-template .h-spot--editorial .h-spot__rail {
    padding-top: 76px;
    padding-bottom: 60px;
    background:
        linear-gradient(90deg, transparent 2%, color-mix(in srgb, var(--color-surface-2) 56%, transparent) 50%, transparent 98%);
}

.pg-template .h-spot--editorial .h-spot__item {
    transform: scale(.935);
    transition: transform 920ms cubic-bezier(.16, 1, .3, 1);
}

.pg-template .h-spot--editorial .h-spot__item.is-near {
    transform: scale(.98);
}

.pg-template .h-spot--editorial .h-spot__item.is-center {
    transform: translateY(-10px) scale(1.075);
}

.pg-template .h-spot--editorial .h-spot__item.is-center::before {
    top: 16px;
    left: 16px;
    padding: 8px 12px 7px;
    border-color: rgba(255, 255, 255, .55);
    background: linear-gradient(135deg, color-mix(in srgb, var(--color-brand) 92%, #fff), color-mix(in srgb, var(--color-brand) 72%, #4b3217));
    box-shadow: 0 10px 26px rgba(117, 76, 28, .22);
    animation: pg-spotBadgeArrive 720ms cubic-bezier(.16, 1, .3, 1) both;
}

.pg-template .h-spot--editorial .h-spot__item.is-center::after {
    position: absolute;
    z-index: 7;
    inset: -5px;
    padding: 2px;
    border-radius: 19px;
    background: linear-gradient(112deg, transparent 18%, color-mix(in srgb, var(--color-brand) 38%, #fff) 38%, #fff4cf 50%, var(--color-brand) 60%, transparent 82%);
    background-size: 260% 100%;
    content: "";
    opacity: .5;
    animation: pg-spotFrameSweep 5200ms ease-in-out infinite;
    pointer-events: none;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.pg-template .h-spot--editorial .h-spot__item.is-center .product-card {
    border-color: color-mix(in srgb, var(--color-brand) 76%, var(--color-border));
    box-shadow:
        0 34px 82px rgba(42, 38, 35, .2),
        0 9px 24px rgba(184, 139, 57, .14),
        0 0 0 1px color-mix(in srgb, var(--color-brand) 34%, transparent);
}

.pg-template .h-spot--editorial .h-spot__item.is-center.is-arriving .product-card {
    animation: pg-spotCardArrive 980ms cubic-bezier(.16, 1, .3, 1) both;
}

.pg-template .h-spot--editorial .h-spot__item.is-center .product-card__img,
.pg-template .h-spot--editorial .h-spot__item.is-center .product-card__media img {
    filter: saturate(1.035) contrast(1.012);
    transform: scale(1.03);
}

.pg-template .h-spot--editorial .h-spot__item.is-center.is-arriving .product-card__img,
.pg-template .h-spot--editorial .h-spot__item.is-center.is-arriving .product-card__media img {
    animation: pg-spotImageArrive 1150ms cubic-bezier(.16, 1, .3, 1) both;
}

.pg-template .h-spot--editorial .h-spot__item.is-center.is-arriving .product-card__cat-row {
    animation: pg-spotCopyArrive 680ms 150ms cubic-bezier(.16, 1, .3, 1) both;
}

.pg-template .h-spot--editorial .h-spot__item.is-center.is-arriving .product-card__link {
    animation: pg-spotCopyArrive 760ms 250ms cubic-bezier(.16, 1, .3, 1) both;
}

.pg-template .h-spot__status {
    width: min(300px, 64%);
    gap: 18px;
    margin-top: 2px;
}

.pg-template .h-spot__counter strong {
    color: var(--color-brand);
    font-size: 13px;
}

.pg-template .h-spot__status.is-changing .h-spot__counter strong {
    animation: pg-spotCounterChange 520ms cubic-bezier(.16, 1, .3, 1) both;
}

.pg-template .h-spot__progress {
    height: 2px;
    overflow: hidden;
    background: color-mix(in srgb, var(--color-border) 86%, transparent);
}

.pg-template .h-spot__progress::before,
.pg-template .h-spot__progress::after {
    position: absolute;
    right: 0;
    left: 0;
    content: "";
    transform-origin: left center;
}

.pg-template .h-spot__progress::before {
    display: none;
}

.pg-template .h-spot__progress::after {
    top: 0;
    bottom: auto;
    height: 2px;
    background: linear-gradient(90deg, color-mix(in srgb, var(--color-brand) 35%, transparent), var(--color-brand));
    box-shadow: 0 0 10px color-mix(in srgb, var(--color-brand) 32%, transparent);
    transform: scaleX(0);
}

.pg-template .h-spot__status.is-counting .h-spot__progress::after {
    animation: pg-spotTimerFill 5000ms linear forwards;
}

.pg-template .h-spot__progress span {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .pg-template .h-spot--editorial .h-spot__item.is-center .product-card:hover .product-card__img,
    .pg-template .h-spot--editorial .h-spot__item.is-center .product-card:hover .product-card__media img {
        filter: saturate(1.07) contrast(1.025);
        transform: scale(1.055);
    }
}

@media (max-width: 768px) {
    .pg-template .h-spot--editorial .hs__inner::before {
        top: 110px;
        width: 92vw;
        height: 430px;
    }

    .pg-template .h-spot--editorial .h-spot__rail {
        padding-top: 52px;
        padding-bottom: 42px;
    }

    .pg-template .h-spot--editorial .h-spot__item {
        transform: scale(.96);
    }

    .pg-template .h-spot--editorial .h-spot__item.is-near {
        transform: scale(.985);
    }

    .pg-template .h-spot--editorial .h-spot__item.is-center {
        transform: translateY(-5px) scale(1.045);
    }

    .pg-template .h-spot--editorial .h-spot__item.is-center::after {
        inset: -3px;
        padding: 1px;
    }

    .pg-template .h-spot__status {
        width: min(240px, 78%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pg-template .h-spot--editorial .hs__inner::before,
    .pg-template .h-spot--editorial .h-spot__item.is-center::before,
    .pg-template .h-spot--editorial .h-spot__item.is-center::after,
    .pg-template .h-spot--editorial .h-spot__item.is-center.is-arriving .product-card,
    .pg-template .h-spot--editorial .h-spot__item.is-center.is-arriving .product-card__img,
    .pg-template .h-spot--editorial .h-spot__item.is-center.is-arriving .product-card__media img,
    .pg-template .h-spot--editorial .h-spot__item.is-center.is-arriving .product-card__cat-row,
    .pg-template .h-spot--editorial .h-spot__item.is-center.is-arriving .product-card__link,
    .pg-template .h-spot__status.is-changing .h-spot__counter strong,
    .pg-template .h-spot__status.is-counting .h-spot__progress::after {
        animation: none !important;
    }
}

/* Ana sayfa bölüm bağlantıları: hap form yerine daha net köşeli form. */
.pg-template .hs__link,
.pg-template .h-new__bottom-link {
    border-radius: 6px;
}

/* Mobil kategori vitrini: eşit kartlı, yatay kaydırılan editorial rail. */
@media (max-width: 768px) {
    .pg-template .h-cats .hs__inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .pg-template .h-cats__head {
        justify-content: center;
        margin: 0;
        text-align: center;
    }

    .pg-template .h-cats__head .hs__label {
        margin-bottom: 4px;
    }

    .pg-template .h-cats > .hs__inner > .h-cats__head {
        grid-column: 1 / -1;
        order: 1;
    }

    .pg-template .h-cats > .hs__inner > .h-cats__actions {
        grid-column: 1 / -1;
        order: 3;
        justify-content: center;
        margin: 18px 0 0;
    }

    .pg-template .h-cats__actions .hs__link {
        min-height: 40px;
        padding: 0 18px;
        border: 1px solid color-mix(in srgb, var(--color-brand) 72%, transparent);
        border-radius: 6px;
        background: var(--color-surface);
        box-shadow: 0 4px 14px color-mix(in srgb, var(--color-brand) 10%, transparent);
        font-size: 12px;
        white-space: nowrap;
    }

    .pg-template .h-cats__grid {
        display: flex;
        grid-column: 1 / -1;
        order: 2;
        gap: 12px;
        margin-top: 18px;
        padding-bottom: 8px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .pg-template .h-cats__grid::-webkit-scrollbar {
        display: none;
    }

    .pg-template .h-cats__card {
        flex: 0 0 clamp(160px, 46vw, 192px);
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        scroll-snap-align: start;
    }

    .pg-template .h-cat-card img,
    .pg-template .h-cat-card__ph {
        border: 1px solid color-mix(in srgb, var(--color-border) 82%, transparent);
        border-radius: 6px;
        background-color: var(--color-surface);
    }

    .pg-template .h-cat-card__body {
        align-items: center;
        padding: 11px 4px 0;
        border: 0;
        background: transparent;
        text-align: center;
    }

    .pg-template .h-cat-card__name {
        font-size: 15px;
        line-height: 1.3;
    }

    .pg-template .h-cat-card__cta {
        display: none;
    }

    .pg-template .h-new__bottom-cta {
        padding: 20px 0 4px;
    }

    .pg-template .h-new__bottom-link {
        min-height: 40px;
        padding: 0 18px;
        border-width: 1px;
        border-radius: 6px;
        background: var(--color-surface);
        box-shadow: 0 4px 14px color-mix(in srgb, var(--color-brand) 10%, transparent);
    }

    .pg-template .h-new__bottom-link::after {
        content: "\2192";
        margin-left: 6px;
        transition: transform .2s ease;
    }

    .pg-template .h-new__bottom-link:hover::after {
        transform: translateX(3px);
    }
}
