/* Ürün detay — farklı showcase düzeni (turuncu + bento) */
.sv-page--sw-urun {
    --sw-urun-accent: #ff8c00;
    --sw-urun-accent-2: #22d3ee;
    --sw-urun-ink: #f8fafc;
    --sw-urun-muted: rgba(203, 213, 225, 0.82);
}

.sw-urun-page {
    padding-bottom: 5rem;
    overflow-x: clip;
}

.sw-urun-shell {
    position: relative;
    background:
        linear-gradient(105deg, transparent 48%, rgba(255, 140, 0, 0.04) 48%, rgba(255, 140, 0, 0.04) 52%, transparent 52%),
        radial-gradient(circle at 0% 0%, rgba(34, 211, 238, 0.08), transparent 42%),
        radial-gradient(circle at 100% 20%, rgba(255, 140, 0, 0.1), transparent 38%);
}

/* Üst şerit */
.sw-urun-head {
    padding-top: 0.65rem;
    padding-bottom: 0.35rem;
}
.sw-urun-head__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem 1rem;
}
.sw-urun-back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 12px;
    font-weight: 700;
    color: var(--sw-urun-muted);
    text-decoration: none;
    transform: scaleX(-1);
}
.sw-urun-back .icon { transform: scaleX(-1); }
.sw-urun-back:hover { color: var(--sw-urun-accent); }
.sw-urun-crumb {
    font-size: 11px;
    color: rgba(148, 163, 184, 0.9);
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

/* Hero — asimetrik */
.sw-urun-hero {
    padding-top: 0.5rem;
    padding-bottom: 2rem;
}
.sw-urun-hero__layout {
    display: grid;
    gap: 1.75rem;
    align-items: center;
}
@media (min-width: 1024px) {
    .sw-urun-hero__layout {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: 2.5rem;
    }
}

.sw-urun-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 0.65rem;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sw-urun-accent);
}
.sw-urun-hero__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--sw-urun-accent);
    box-shadow: 0 0 12px var(--sw-urun-accent);
    animation: swUrunPulse 2s ease infinite;
}
@keyframes swUrunPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.55; transform: scale(0.85); }
}

.sw-urun-hero__title {
    margin: 0;
    font-family: Poppins, Inter, sans-serif;
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--sw-urun-ink);
    max-width: 18ch;
}
.sw-urun-hero__lead {
    margin: 0.75rem 0 0;
    max-width: 42ch;
    font-size: 13px;
    line-height: 1.6;
    color: var(--sw-urun-muted);
}

.sw-urun-hero__metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.25rem;
    margin: 1.1rem 0 0.85rem;
}
.sw-urun-hero__metrics div { min-width: 4.5rem; }
.sw-urun-hero__metrics dt {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.15rem;
}
.sw-urun-hero__metrics dd {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: #e2e8f0;
}
.sw-urun-hero__tech { margin-bottom: 0; }

/* Satın alma — düz şerit, kutu içinde kutu yok */
.sw-urun-buy {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    margin-top: 1.5rem;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 26rem;
}
@media (min-width: 520px) {
    .sw-urun-buy {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1.25rem;
    }
}
.sw-urun-buy__price {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.sw-urun-buy__label {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    letter-spacing: 0.02em;
}
.sw-urun-buy__amount {
    font-family: Poppins, Inter, sans-serif;
    font-size: clamp(2rem, 5vw, 2.5rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--sw-urun-accent);
}
.sw-urun-buy__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    flex-shrink: 0;
    padding: 0.75rem 1.35rem;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    color: #0f172a;
    background: var(--sw-urun-accent);
    transition: filter 0.15s, transform 0.15s;
}
.sw-urun-buy__cta:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}
@media (min-width: 520px) {
    .sw-urun-buy__cta { min-width: 11rem; }
}
.sw-urun-buy__note {
    margin: 0.5rem 0 0;
    max-width: 26rem;
    font-size: 11px;
    color: rgba(148, 163, 184, 0.85);
    line-height: 1.5;
}

/* Cihaz mockup */
.sw-urun-hero__visual {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.65rem;
    align-items: stretch;
}
@media (max-width: 560px) {
    .sw-urun-hero__visual { grid-template-columns: 1fr; }
    .sw-urun-rail {
        flex-direction: row !important;
        overflow-x: auto;
    }
}

.sw-urun-device {
    position: relative;
    min-width: 0;
}
.sw-urun-device__bezel {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    padding: 0.65rem;
    background: linear-gradient(145deg, #1e293b, #0f172a);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transform: rotate(-1.5deg);
}
.sw-urun-device__cam {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #334155;
    margin: 0 auto 0.45rem;
}
.sw-urun-device__screen {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #020617;
}
.sw-urun-device__screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sw-urun-device__glow {
    position: absolute;
    inset: 10% -8% -12% -8%;
    background: radial-gradient(ellipse at 50% 80%, rgba(255, 140, 0, 0.35), transparent 65%);
    z-index: 0;
    pointer-events: none;
}

.sw-urun-rail {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.sw-urun-rail__btn {
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    width: 72px;
    height: 50px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0.65;
    transition: opacity 0.15s, border-color 0.15s, transform 0.15s;
}
.sw-urun-rail__btn:hover { opacity: 0.9; transform: scale(1.03); }
.sw-urun-rail__btn.is-active {
    opacity: 1;
    border-color: var(--sw-urun-accent);
}
.sw-urun-rail__btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Demo — CTA butonları */
.sw-urun-demo {
    padding-bottom: 1rem;
}

.sw-urun-demo__label {
    margin: 0 0 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 12px;
    font-weight: 900;
    color: var(--sw-urun-ink);
}
.sw-urun-demo__pulse {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
    animation: swDemoLive 2s ease infinite;
}
@keyframes swDemoLive {
    0%, 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4); }
    50% { box-shadow: 0 0 0 4px rgba(34, 197, 94, 0); }
}

.sw-urun-demo__actions {
    display: grid;
    gap: 0.5rem;
}
@media (min-width: 560px) {
    .sw-urun-demo__actions {
        grid-template-columns: 1fr 1fr;
        gap: 0.55rem;
    }
}

.sw-urun-demo__btn {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    min-height: 2.75rem;
    padding: 0.5rem 0.55rem 0.5rem 0.6rem;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.sw-urun-demo__btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.06);
}
.sw-urun-demo__btn:active {
    transform: translateY(0);
}

.sw-urun-demo__btn--site {
    color: #0f172a;
    background: linear-gradient(135deg, #7dd3fc 0%, #22d3ee 45%, #06b6d4 100%);
    box-shadow:
        0 4px 18px rgba(34, 211, 238, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.sw-urun-demo__btn--site:hover {
    box-shadow:
        0 8px 24px rgba(34, 211, 238, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.sw-urun-demo__btn--admin {
    color: #0f172a;
    background: linear-gradient(135deg, #fdba74 0%, #ff8c00 50%, #ea580c 100%);
    box-shadow:
        0 4px 18px rgba(255, 140, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.sw-urun-demo__btn--admin:hover {
    box-shadow:
        0 8px 24px rgba(255, 140, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.sw-urun-demo__btn-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.12);
}
.sw-urun-demo__btn-icon .icon {
    width: 1.1rem;
    height: 1.1rem;
}

.sw-urun-demo__btn-text {
    flex: 1;
    min-width: 0;
    text-align: left;
}
.sw-urun-demo__btn-text strong {
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.01em;
}
.sw-urun-demo__btn-text small {
    display: block;
    margin-top: 0.05rem;
    font-size: 9px;
    font-weight: 600;
    font-family: ui-monospace, Consolas, monospace;
    opacity: 0.65;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sw-urun-demo__btn-arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.14);
    transition: transform 0.15s ease, background 0.15s ease;
}
.sw-urun-demo__btn:hover .sw-urun-demo__btn-arrow {
    transform: translateX(2px);
    background: rgba(15, 23, 42, 0.22);
}

.sw-urun-demo__keys {
    margin-top: 0.55rem;
    padding: 0.55rem 0.6rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 140, 0, 0.35);
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(255, 140, 0, 0.03));
    box-shadow: 0 4px 16px rgba(255, 140, 0, 0.08);
}

.sw-urun-demo__keys-head {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.45rem;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--sw-urun-accent);
}
.sw-urun-demo__keys-head .icon {
    opacity: 0.9;
}

.sw-urun-demo__keys-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.sw-urun-demo__keys-row {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    align-items: center;
    gap: 0.45rem 0.55rem;
    padding: 0.45rem 0.5rem;
    border-radius: 8px;
    background: rgba(8, 12, 22, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 520px) {
    .sw-urun-demo__keys-row {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }
    .sw-urun-demo__keys-role {
        grid-column: 1 / -1;
    }
}

.sw-urun-demo__keys-role {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0f172a;
    background: var(--sw-urun-accent);
    padding: 0.25rem 0.45rem;
    border-radius: 5px;
    white-space: nowrap;
}

.sw-urun-demo__keys-field {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}
.sw-urun-demo__keys-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}
.sw-urun-demo__keys-field code {
    font-family: ui-monospace, Consolas, monospace;
    font-size: 12px;
    font-weight: 600;
    color: #f1f5f9;
    padding: 0.2rem 0.35rem;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Sekmeli ürün bilgileri */
.sw-urun-tabs-section__head {
    display: flex;
    align-items: baseline;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
}
.sw-urun-tabs-section__idx {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    color: rgba(255, 140, 0, 0.22);
    font-family: Poppins, sans-serif;
}
.sw-urun-tabs-section__head h2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--sw-urun-ink);
}

.sw-urun-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.35rem;
    margin-bottom: 0;
    border-radius: 12px 12px 0 0;
    background: rgba(8, 12, 22, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: none;
}
.sw-urun-tabs__btn {
    flex: 1 1 auto;
    min-width: 5.25rem;
    padding: 0.6rem 0.9rem;
    border: none;
    border-radius: 8px;
    background: transparent;
    font-size: 12px;
    font-weight: 800;
    color: #94a3b8;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}
.sw-urun-tabs__btn:hover {
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.04);
}
.sw-urun-tabs__btn.is-active {
    color: #0f172a;
    background: linear-gradient(135deg, #ff8c00, #f59e0b);
    box-shadow: 0 4px 14px rgba(255, 140, 0, 0.35);
}

.sw-urun-tab-panels {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 0 14px 14px;
    background: rgba(17, 24, 39, 0.82);
}
.sw-urun-tab-panel {
    display: none;
    padding: 1.25rem 1.35rem 1.35rem;
    animation: swUrunTabIn 0.22s ease;
}
.sw-urun-tab-panel.is-active {
    display: block;
}
@keyframes swUrunTabIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}
.sw-urun-tab-panel__title {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    font-weight: 900;
    color: var(--sw-urun-ink);
}
.sw-urun-tab-panel__subtitle {
    margin: 1rem 0 0.45rem;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
}
.sw-urun-tab-panel__lead {
    margin: 0 0 0.85rem;
    font-size: 12px;
    line-height: 1.55;
    color: var(--sw-urun-muted);
}

.sw-urun-prose p {
    margin: 0 0 0.75rem;
    font-size: 13px;
    line-height: 1.7;
    color: var(--sw-urun-muted);
}
.sw-urun-prose p:last-child {
    margin-bottom: 0;
}

.sw-urun-checklist {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: grid;
    gap: 0.35rem;
}
@media (min-width: 640px) {
    .sw-urun-checklist { grid-template-columns: 1fr 1fr; gap: 0.4rem 0.75rem; }
}
.sw-urun-checklist li {
    position: relative;
    padding-left: 1.1rem;
    font-size: 12px;
    line-height: 1.5;
    color: #e2e8f0;
}
.sw-urun-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sw-urun-accent);
    box-shadow: 0 0 8px rgba(255, 140, 0, 0.5);
}

.sw-urun-feature-groups {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sw-urun-feature-group__title {
    margin: 0 0 0.5rem;
    padding-bottom: 0.35rem;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sw-urun-accent);
    border-bottom: 1px solid rgba(255, 140, 0, 0.25);
}

.sw-urun-feature-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}
@media (min-width: 640px) {
    .sw-urun-feature-grid { grid-template-columns: 1fr 1fr; }
}
.sw-urun-feature-card {
    padding: 0.65rem 0.7rem;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-left: 3px solid rgba(255, 140, 0, 0.45);
}
.sw-urun-feature-card strong {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: #f1f5f9;
    margin-bottom: 0.25rem;
}
.sw-urun-feature-card p {
    margin: 0;
    font-size: 11px;
    line-height: 1.55;
    color: var(--sw-urun-muted);
}

.sw-urun-install {
    list-style: none;
    margin: 0 0 1.1rem;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}
.sw-urun-install li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.6rem;
    align-items: start;
    padding: 0.55rem 0.6rem;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.18);
}
.sw-urun-install__n {
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 10px;
    font-weight: 900;
    color: #0f172a;
    background: linear-gradient(135deg, #ff8c00, #f59e0b);
    flex-shrink: 0;
}
.sw-urun-install li strong {
    display: block;
    font-size: 12px;
    color: #f1f5f9;
    margin-bottom: 0.15rem;
}
.sw-urun-install li p {
    margin: 0;
    font-size: 11px;
    line-height: 1.55;
    color: var(--sw-urun-muted);
}
.sw-urun-tab-panel__cols {
    display: grid;
    gap: 1.25rem;
}
@media (min-width: 640px) {
    .sw-urun-tab-panel__cols { grid-template-columns: 1fr 1fr; }
}
.sw-urun-tab-panel__cols h4 {
    margin: 0 0 0.45rem;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
}

.sw-urun-meta-grid {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
}
@media (min-width: 560px) {
    .sw-urun-meta-grid { grid-template-columns: repeat(3, 1fr); }
}
.sw-urun-meta-grid li {
    padding: 0.55rem 0.65rem;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    border-left: 3px solid var(--sw-urun-accent);
}
.sw-urun-meta-grid span {
    display: block;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.2rem;
}
.sw-urun-meta-grid strong {
    font-size: 13px;
    color: #e2e8f0;
}

.sw-urun-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
}
.sw-urun-steps li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.55rem;
    align-items: start;
    font-size: 12px;
    color: rgba(226, 232, 240, 0.92);
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.sw-urun-steps__n {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 6px;
    display: grid;
    place-items: center;
    font-size: 10px;
    font-weight: 900;
    color: #0f172a;
    background: var(--sw-urun-accent);
}

.sw-urun-lines {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.35rem;
    font-size: 12px;
    color: var(--sw-urun-muted);
}
.sw-urun-lines li::before {
    content: "›";
    color: var(--sw-urun-accent);
    margin-right: 0.35rem;
    font-weight: 900;
}
.sw-urun-lines--req li::before { color: var(--sw-urun-accent-2); }

.sw-urun-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    width: 100%;
}
@media (min-width: 768px) {
    .sw-urun-faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sw-urun-faq-grid .sw-urun-faq:last-child:nth-child(odd) { grid-column: 1 / -1; }
}
.sw-urun-faq {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 0;
}
.sw-urun-faq summary {
    cursor: pointer;
    padding: 0.6rem 0.75rem;
    font-size: 12px;
    font-weight: 700;
    color: #e2e8f0;
}
.sw-urun-faq p {
    margin: 0;
    padding: 0 0.75rem 0.75rem;
    font-size: 12px;
    line-height: 1.6;
    color: var(--sw-urun-muted);
}

/* CTA */
.sw-urun-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.7rem 1.1rem;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: filter 0.15s, transform 0.15s;
}
.sw-urun-cta--buy {
    color: #0f172a;
    background: linear-gradient(135deg, #ff8c00, #f59e0b);
    box-shadow: 0 8px 24px rgba(255, 140, 0, 0.35);
}
.sw-urun-cta--buy:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

/* Mobil dock */
.sw-urun-dock {
    position: fixed;
    left: 50%;
    bottom: 0.85rem;
    transform: translateX(-50%);
    z-index: 45;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: rgba(8, 12, 22, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
}
@media (min-width: 1024px) {
    .sw-urun-dock { display: none; }
}
.sw-urun-dock a {
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}
.sw-urun-dock__demo {
    color: #67e8f9;
    border: 1px solid rgba(34, 211, 238, 0.35);
}
.sw-urun-dock__admin {
    color: #fdba74;
    border: 1px solid rgba(255, 140, 0, 0.35);
}
.sw-urun-dock__buy {
    color: #0f172a;
    background: var(--sw-urun-accent);
}

.sw-urun-related__title {
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 900;
    color: #e2e8f0;
}

.sw-urun-missing__box {
    max-width: 28rem;
    margin: 0 auto;
    text-align: center;
    padding: 2rem;
    border-radius: 14px;
    background: rgba(17, 24, 39, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.sw-urun-missing__box h1 { margin: 0 0 0.5rem; color: #fff; }
.sw-urun-missing__box p { margin: 0 0 1rem; color: var(--sw-urun-muted); }

/* Yazılım nav — turuncu vurgu bu sayfada */
.sv-page--sw-urun .sv-nav a.is-active {
    color: #ff8c00;
    border-color: rgba(255, 140, 0, 0.3);
}
