.page-header {
    background-image: url('/assets/images/slider/2025062583_aoujf.png');
    position: relative;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(255 255 255 / 0%) 80%);
    height: 500px;
}

.page-header::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 60% at 50% 30%, rgba(0, 0, 0, .25), rgb(0 0 0 / 32%));
    pointer-events: none;
}

.dl-page {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: -23rem;
    position: relative;
    z-index: 1;
}

.dl-hero {
    position: relative;
    padding: 10px 0;
    z-index: 1;
}

.dl-hero__inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.dl-hero__title {
    font-size: 32px;
    margin: 0 0 6px;
}

.dl-hero__subtitle {
    opacity: .75;
}

.dl-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.dl-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
}

@media (max-width: 980px) {
    .dl-grid {
        grid-template-columns: 1fr;
    }
}

.dl-panel {
    background: #2a303c;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .25);
}

.dl-panel+.dl-panel {
    margin-top: 16px;
}

.dl-panel__title {
    font-size: 18px;
    margin: 0 0 12px;
}

.dl-downloads {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media (max-width: 780px) {
    .dl-downloads {
        grid-template-columns: 1fr;
    }
}

.dl-card {
    background: linear-gradient(45deg, #181b22, #354159);
    border: 1px solid rgb(73 85 108);
    box-shadow: 0 4px 11px #00000070;
    border-radius: 12px;
    overflow: hidden;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dl-card__head {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

.dl-card__title {
    margin: 0;
    font-size: 16px;
}

.dl-card__desc {
    opacity: .85;
    margin: 0;
}

.dl-badge {
    background: rgba(255, 255, 255, .08);
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
}

.dl-badge--soft {
    background: rgba(141, 97, 255, .18);
}

.dl-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    font-size: 13px;
}

.dl-meta li {
    display: flex;
    flex-direction: column;
    gap: 2px;
    opacity: .9;
}

.dl-meta b {
    font-size: 14px;
    opacity: 1;
}

.dl-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.dl-btn {
    appearance: none;
    border: 1px solid transparent;
    background: #1b2230;
    padding: 10px 14px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.dl-btn--primary {
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    color: #fff;
}

.dl-btn--secondary {
    background: #243044;
    color: #fff;
}

.dl-btn--ghost {
    background: transparent;
    border-color: rgba(255, 255, 255, .12);
    color: #fff;
}

.dl-btn--block {
    width: 100%;
}

.dl-hash {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    align-items: center;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.dl-hash__code {
    font-size: 12px;
    opacity: .8;
    overflow: auto;
    white-space: nowrap;
}

.dl-hash__copy {
    border: 1px solid rgba(255, 255, 255, .12);
    background: transparent;
    color: #fff;
    padding: 8px 10px;
    border-radius: 10px;
    cursor: pointer;
}

.dl-steps {
    margin: 0;
    padding-left: 20px;
    display: grid;
    gap: 8px;
}

.dl-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media (max-width: 780px) {
    .dl-specs {
        grid-template-columns: 1fr;
    }
}

.dl-specs__title {
    margin: 0 0 8px;
}

.dl-list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 6px;
}

.dl-qa {
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 10px 12px;
}

.dl-qa+.dl-qa {
    margin-top: 8px;
}

.dl-qa__q {
    cursor: pointer;
    font-weight: 600;
}

.dl-qa__a {
    margin-top: 8px;
    opacity: .9;
}

.dl-changelog {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.dl-changelog__item {
    display: flex;
    gap: 10px;
}

.dl-changelog__date {
    opacity: .7;
    min-width: 90px;
}

.dl-col--side .dl-sidepanel {
    background: linear-gradient(45deg, #181b22d1, #354159);
    border: 1px solid rgb(73 85 108);
    box-shadow: 0 4px 11px #00000070;
    border-radius: 14px;
    padding: 14px;
}

.dl-col--side .dl-sidepanel+.dl-sidepanel {
    margin-top: 16px;
}

.dl-sidepanel__title {
    margin: 0 0 10px;
}

.dl-sidefacts {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    display: grid;
    gap: 8px;
}

.dl-sidefacts li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.dl-dot {
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
}

.dl-dot.is-online {
    background: rgba(34, 197, 94, .18);
}

.dl-dot.is-offline {
    background: rgba(239, 68, 68, .18);
}

.dl-sticky {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 16px;
}

/* THEME TOKENS */
:root {
    --dl-glass: rgba(61, 69, 87, .6);
    --dl-stroke: rgba(255, 255, 255, .12);
    --dl-grad-1: #3b82f6;
    --dl-grad-2: #7c3aed;
    --dl-ok: rgba(34, 197, 94, .18);
    --dl-warn: rgba(234, 179, 8, .18);
    --dl-danger: rgba(239, 68, 68, .18);
}

/* panel başlıklarına ufak ikon alanı */
.dl-title-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    box-shadow: inset 0 0 0 1px var(--dl-stroke);
}

/* STEP TIMELINE */
.dl-steps--timeline {
    list-style: none;
    padding-left: 0;
    gap: 14px;
}

.dl-step {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 12px;
    position: relative;
    padding-left: 2px;
}

.dl-step::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 36px;
    bottom: -8px;
    width: 2px;
    background: linear-gradient(180deg, rgba(124, 58, 237, .35), rgba(59, 130, 246, .2));
}

.dl-step:last-child::before {
    display: none;
}

.dl-step__bullet {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    background: linear-gradient(135deg, var(--dl-grad-1), var(--dl-grad-2));
    color: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
}

.dl-step__content h4 {
    margin: 0 0 4px;
    font-size: 14px;
    letter-spacing: .2px;
}

.dl-step__content p {
    margin: 0;
    opacity: .9;
}

/* HASH STRIP */
.dl-hash {
    grid-template-columns: auto 1fr auto;
    background: rgba(0, 0, 0, .25);
    border: 1px solid var(--dl-stroke);
    border-radius: 12px;
    padding: 8px 10px;
    margin-top: 8px;
}

.dl-hash__label {
    font-size: 12px;
    opacity: .85;
    padding-right: 8px;
}

.dl-hash__code {
    font-size: 12px;
    opacity: .9;
    overflow: auto;
    white-space: nowrap;
}

.dl-hash__copy {
    border-color: var(--dl-stroke);
    transition: transform .12s ease;
}

.dl-hash__copy:active {
    transform: scale(.98);
}

/* FAQ CARDS */
.dl-qa--card {
    background: linear-gradient(45deg, #161a22e6, #2b3446e6);
    border: 1px solid rgb(73 85 108 / 65%);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
    padding: 0;
    overflow: hidden;
}

.dl-qa--card+.dl-qa--card {
    margin-top: 10px;
}

.dl-qa--card summary {
    list-style: none;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 14px;
    position: relative;
}

.dl-qa--card summary::-webkit-details-marker {
    display: none;
}

.dl-qa__q {
    font-weight: 700;
    font-size: 14px;
}

.dl-qa__chev {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    position: relative;
    flex: 0 0 18px;
}

.dl-qa__chev::before,
.dl-qa__chev::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 10px;
    height: 2px;
    background: #fff;
    transform-origin: center;
    transition: transform .25s ease, opacity .25s ease;
}

.dl-qa__chev::before {
    transform: rotate(45deg);
}

.dl-qa__chev::after {
    transform: rotate(-45deg);
}

.dl-qa--card[open] .dl-qa__chev::after {
    opacity: 0;
    transform: rotate(45deg);
}

.dl-qa--card .dl-qa__a {
    padding: 0 14px 14px 14px;
    animation: dl-accordion .28s ease;
}

@keyframes dl-accordion {
    from {
        opacity: .4;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* Callout & Tip */
.dl-callout {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: var(--dl-warn);
    border: 1px dashed rgba(234, 179, 8, .6);
    border-radius: 12px;
    padding: 10px 12px;
    margin-top: 8px;
}

.dl-callout__icon {
    font-size: 18px;
    line-height: 1;
}

.dl-callout__content b {
    display: block;
    margin-bottom: 2px;
}

.dl-tip {
    margin-top: 8px;
    background: rgba(59, 130, 246, .12);
    border: 1px dashed rgba(59, 130, 246, .5);
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 13px;
}

/* Link list (faq içi) */
.dl-linklist {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 6px;
}

/* Side facts çizgileri */
.dl-sidefacts li {
    border-bottom: 1px dashed var(--dl-stroke);
    padding-bottom: 6px;
}

.dl-sidefacts li:last-child {
    border: 0;
}

/* Kart hover mikro etkileşimleri */
.dl-card,
.dl-col--side .dl-sidepanel,
.dl-panel {
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dl-card:hover,
.dl-col--side .dl-sidepanel:hover,
.dl-panel:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, .45);
    border-color: rgba(255, 255, 255, .22);
}

/* Buton hoverları */
.dl-btn:hover {
    filter: brightness(1.06);
}

@media only screen and (max-width: 992px) {
    .dl-hero__subtitle
    {
        display: none;
    }
    .page-header h1
    {
        padding-top: 1rem;
    }
    .dl-content
    {
        padding: 0;
    }
}