.page-content.page-content-indirmeler {
    width: 100%;
    max-width: none;
    margin: calc(var(--header-height, 86px) * -1) 0 0;
    padding: 0;
    background: #000000;
    --ind-fade-line: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.22) 10%,
        rgba(255, 255, 255, 0.58) 50%,
        rgba(255, 255, 255, 0.22) 90%,
        rgba(255, 255, 255, 0) 100%
    );
}

.ind-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    min-height: var(--app-height, 100vh);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 clamp(1.5rem, 4vw, 4rem) 4rem;
    overflow: hidden;
    background: #000 url("../images/indirmeler.webp") center/cover no-repeat;
}

.ind-hero-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.ind-hero-grid-vignette {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.2) 65%, rgba(0,0,0,0.85) 100%);
    pointer-events: none;
}

.ind-hero-title {
    position: relative;
    z-index: 1;
    font-family: "area-variable", sans-serif;
    font-size: clamp(3.5rem, 11vw, 10rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--text-strong);
    margin: 0;
    padding-top: 0.12em;
    overflow: visible;
}

.ind-hero-title .ind-hero-char {
    display: inline-block;
}

.ind-hero-sub {
    position: relative;
    z-index: 1;
    font-family: "Cardo", serif;
    font-style: italic;
    font-size: clamp(0.95rem, 1.6vw, 1.35rem);
    color: var(--muted);
    margin: 1.15rem 0 0;
    letter-spacing: 0.01em;
}
html.js-indirmeler .ind-hero-sub {
    opacity: 0;
    transform: translateY(20px);
    will-change: opacity, transform;
}

.ind-hero-rule {
    position: relative;
    z-index: 1;
    border: none;
    height: 1px;
    background: var(--ind-fade-line);
    margin: 1rem 0 0;
    transform-origin: left center;
}

.ind-hero .page-hero-scroll {
    bottom: clamp(1.2rem, 3vh, 2rem);
}

.ind-hero .page-hero-scroll-line {
    height: clamp(46px, 6.4vh, 62px);
    background: rgba(255, 255, 255, 0.38);
}

@media (min-width: 641px) and (max-width: 1080px) {
    .ind-hero {
        min-height: var(--app-height, 100vh);
        padding:
            calc(var(--header-height, 86px) + clamp(1.5rem, 3vh, 2.2rem))
            clamp(2rem, 4vw, 3rem)
            clamp(7rem, 10vh, 8.5rem);
        background-position: center center;
    }

    .ind-hero-title {
        font-size: clamp(4.2rem, 9vw, 7rem);
        line-height: 0.96;
    }

    .ind-hero-rule {
        margin-top: 1.2rem;
    }

    .ind-hero-sub {
        margin-top: 1.25rem;
        max-width: min(100%, 40ch);
        font-size: clamp(1rem, 1.85vw, 1.24rem);
        line-height: 1.45;
    }

    .ind-hero .page-hero-scroll {
        bottom: clamp(2rem, 4.3vh, 3rem);
    }
}
html.js-indirmeler .ind-hero-rule {
    transform: scaleX(0);
    will-change: transform;
}

.ind-body {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 0;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 4vw, 4rem);
}

.ind-sidebar {
    position: sticky;
    top: calc(var(--header-height, 86px) + 2rem);
    align-self: start;
    padding: 2rem 0;
    border-right: none;
}

.ind-sidebar::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.22) 10%,
        rgba(255, 255, 255, 0.52) 50%,
        rgba(255, 255, 255, 0.22) 90%,
        rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
}

.ind-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ind-sidebar-link {
    display: block;
    padding: 0.7rem 1.4rem 0.7rem 1rem;
    font-family: "Montserrat", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--muted);
    text-decoration: none;
    border-left: 2px solid transparent;
    transition: color var(--transition-fast), border-color var(--transition-fast);
}

.ind-sidebar-link:hover {
    color: var(--text-strong);
}

.ind-sidebar-link.is-active {
    color: var(--red);
    border-left-color: var(--red);
}

.ind-sidebar-num {
    margin-right: 0.6em;
    font-variant-numeric: tabular-nums;
}

.ind-content {
    padding: 0 0 6rem clamp(2rem, 4vw, 4rem);
}

.ind-section {
    position: relative;
    padding: 5rem 0 3rem;
    border-bottom: none;
}

.ind-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--ind-fade-line);
}

.ind-section:last-child::after {
    display: none;
}

.ind-section-header {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.5rem;
    overflow: visible;
    padding-top: 0.2rem;
}

.ind-section-num {
    font-family: "area-variable", sans-serif;
    font-size: clamp(4rem, 7vw, 6rem);
    font-weight: 700;
    line-height: 1;
    color: rgba(255, 255, 255, 0.16);
    position: absolute;
    top: -0.08em;
    left: -0.05em;
    pointer-events: none;
    user-select: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.18);
}

.ind-section-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    font-weight: 600;
    color: var(--text-strong);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0;
    position: relative;
    z-index: 1;
    padding-top: 0.8rem;
}

.ind-section-rule {
    border: none;
    width: 100%;
    height: 1px;
    background: var(--ind-fade-line);
    margin: 1.2rem 0 0;
    transform-origin: left center;
}
html.js-indirmeler .ind-section-header.ind-reveal .ind-section-num {
    opacity: 0;
    transform: translateY(40px);
    will-change: opacity, transform;
}
html.js-indirmeler .ind-section-header.ind-reveal .ind-section-title {
    opacity: 0;
    transform: translateX(30px);
    will-change: opacity, transform;
}
html.js-indirmeler .ind-section-header.ind-reveal .ind-section-rule {
    transform: scaleX(0);
    will-change: transform;
}

.ind-section-header--banner {
    display: block;
    width: 100%;
    margin-bottom: 2.2rem;
    padding-top: 0;
}

.ind-section-header--banner .ind-section-banner {
    position: relative;
    width: 100%;
    min-height: clamp(130px, 15vw, 185px);
    border-radius: 14px;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 30px 60px -40px rgba(0, 0, 0, 0.85),
        0 1px 0 rgba(255, 255, 255, 0.04) inset;
    background: #0a0a0a;
}

.ind-section-banner-bg {
    position: absolute;
    inset: 0;
    background-image: var(--ind-banner-img);
    background-size: cover;
    background-position: center;
    filter: saturate(0.92) contrast(1.04);
    transform: scale(1.03);
    transition: transform 1.2s ease;
    z-index: 0;
}

.ind-section-header--banner:hover .ind-section-banner-bg {
    transform: scale(1.06);
}

.ind-section-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(6, 6, 6, 0.92) 0%,
            rgba(6, 6, 6, 0.7) 40%,
            rgba(6, 6, 6, 0.45) 75%,
            rgba(6, 6, 6, 0.55) 100%),
        radial-gradient(120% 80% at 0% 50%, rgba(0, 0, 0, 0.55) 0%, transparent 70%);
    z-index: 1;
}

.ind-section-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.35) 100%);
    z-index: 1;
    pointer-events: none;
}

.ind-section-banner-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: clamp(1.1rem, 2.6vw, 2rem);
    height: 100%;
    min-height: inherit;
    padding: clamp(1.4rem, 2.8vw, 2.2rem) clamp(1.6rem, 3.4vw, 2.6rem);
}

.ind-section-header--banner .ind-section-num {
    position: static;
    font-family: "area-variable", sans-serif;
    font-size: clamp(3.2rem, 6.2vw, 5.2rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
    padding: 0;
    top: auto;
    left: auto;
}

.ind-section-divider {
    display: block;
    width: 1px;
    height: clamp(2.4rem, 4.5vw, 3.4rem);
    background: linear-gradient(180deg,
        transparent 0%,
        rgba(255, 255, 255, 0.45) 50%,
        transparent 100%);
    flex-shrink: 0;
}

.ind-section-header--banner .ind-section-title {
    padding-top: 0;
    margin: 0;
    color: #fff;
    font-size: clamp(1.4rem, 2.6vw, 2.2rem);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

.ind-section-header--banner .ind-section-rule {
    margin-top: 1.1rem;
}

@media (max-width: 720px) {
    .ind-section-header--banner .ind-section-banner {
        min-height: clamp(110px, 28vw, 150px);
        border-radius: 10px;
    }
    .ind-section-banner-inner {
        gap: 0.9rem;
        padding: 1.1rem 1.1rem;
    }
    .ind-section-header--banner .ind-section-num {
        font-size: clamp(2.6rem, 11vw, 3.6rem);
    }
    .ind-section-divider {
        height: 2rem;
    }
    .ind-section-header--banner .ind-section-title {
        font-size: clamp(1.1rem, 4.8vw, 1.5rem);
    }
}

.ind-subsection {
    margin-top: 2.5rem;
}

.ind-subsection:first-child {
    margin-top: 0;
}

.ind-subsection-title {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted);
    padding: 0 0 0.95rem;
    margin: 0 0 0.55rem;
}

.ind-subsection-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--ind-fade-line);
}
html.js-indirmeler .ind-subsection-title.ind-reveal {
    opacity: 0;
    transform: translateY(15px);
    will-change: opacity, transform;
}

.ind-dl-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 0;
    gap: 1rem;
}
html.js-indirmeler .ind-dl-row {
    opacity: 0;
    transform: translateX(-25px);
    will-change: opacity, transform;
}

.ind-dl-row::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.08) 12%,
        rgba(255, 255, 255, 0.18) 50%,
        rgba(255, 255, 255, 0.08) 88%,
        rgba(255, 255, 255, 0) 100%
    );
}

.ind-dl-row:last-child::after {
    display: none;
}

.ind-dl-model {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    color: var(--text-strong);
    white-space: nowrap;
}

.ind-dl-meta {
    font-family: "Montserrat", sans-serif;
    font-size: 0.7rem;
    color: var(--muted);
    letter-spacing: 0.03em;
    margin-left: 0.5rem;
}

.ind-dl-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 1.1rem;
    background: transparent;
    border: 1px solid var(--line);
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);
}

.ind-dl-link:hover {
    background: var(--red);
    border-color: var(--red);
    color: #ffffff;
}

.ind-dl-link.is-pending {
    opacity: 0.68;
    cursor: default;
}

.ind-dl-link.is-pending:hover {
    background: transparent;
    border-color: var(--line);
    color: var(--text);
}

.ind-dl-link svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.ind-dl-link--primary {
    background: var(--red);
    border-color: var(--red);
    color: #ffffff;
    padding: 0.65rem 1.8rem;
    font-size: 0.75rem;
}

.ind-dl-link--primary:hover {
    background: #b81414;
    border-color: #b81414;
}

.ind-dl-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 0 2.5rem;
}
@media (max-width: 1080px) {
    .ind-body {
        grid-template-columns: 1fr;
    }

    .ind-sidebar {
        position: sticky;
        top: var(--header-height, 86px);
        z-index: 100;
        display: flex;
        border-right: none;
        border-bottom: none;
        background: rgba(0, 0, 0, 0.92);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        scrollbar-width: none;
    }

    .ind-sidebar::-webkit-scrollbar {
        display: none;
    }

    .ind-sidebar::after {
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: 1px;
        background: var(--ind-fade-line);
    }

    .ind-sidebar-list {
        flex-direction: row;
    }

    .ind-sidebar-link {
        border-left: none;
        border-bottom: 2px solid transparent;
        white-space: nowrap;
        padding: 0.85rem 1.2rem;
        font-size: 0.65rem;
    }

    .ind-sidebar-link.is-active {
        border-left-color: transparent;
        border-bottom-color: var(--red);
    }

    .ind-content {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .ind-hero {
        padding-bottom: 3rem;
    }

    .ind-hero-title {
        font-size: clamp(2.5rem, 13vw, 4.5rem);
    }

    .ind-dl-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.6rem;
        padding: 1rem 0;
    }

    .ind-dl-link {
        width: 100%;
        justify-content: center;
        padding: 0.6rem 1rem;
    }

    .ind-dl-link--primary {
        width: 100%;
        justify-content: center;
    }

    .ind-dl-grid {
        grid-template-columns: 1fr;
    }

    .ind-section {
        padding: 3rem 0 2rem;
    }

    .ind-section-num {
        font-size: clamp(3rem, 12vw, 5rem);
        top: -0.04em;
    }
}

@media (max-width: 480px) {
    .ind-sidebar-link {
        font-size: 0.58rem;
        padding: 0.75rem 0.8rem;
    }
}
