/* Rksfabrika.com — RKS Motor inspired theme */

:root {
    --brand: #E10600;
    --brand-dark: #B80500;
    --brand-glow: rgba(225, 6, 0, 0.18);
    --ink: #0A0A0A;
    --ink-soft: #1A1A1A;
}

body {
    background: #F4F4F4;
}

/* Logo */
.rks-logo {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    min-width: 0;
}
.rks-logo-mark {
    background: var(--brand);
    padding: 0.35rem 0.5rem;
    line-height: 1;
}
.rks-logo-r {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    color: #fff;
    letter-spacing: 0.06em;
}
.rks-logo-brand {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: 0.12em;
    display: block;
    line-height: 1.1;
}
.rks-logo-domain {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--brand);
    letter-spacing: 0.2em;
}
.rks-logo-tag {
    display: block;
    font-size: 0.6rem;
    color: rgba(255,255,255,0.45);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 2px;
}

/* Top bar & header — RKS orijinal */
.rks-top--overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.rks-top-bar {
    display: none;
    background: #000;
    color: rgba(255,255,255,0.7);
    font-size: 0.72rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
@media (min-width: 768px) {
    .rks-top-bar {
        display: block;
    }
    .rks-page-home .rks-top-bar {
        display: none;
    }
}
.rks-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.45rem 0;
    gap: 1rem;
}
.rks-top-link {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    margin-right: 1rem;
}
.rks-top-link:hover { color: #fff; }
.rks-top-center { text-transform: uppercase; letter-spacing: 0.08em; }
.rks-top-right { color: var(--brand); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }

.rks-header--origin {
    background: transparent;
    position: relative;
    z-index: 101;
    border-bottom: none;
}
.rks-top:not(.rks-top--overlay) .rks-header--origin {
    background: #0d0d0d;
    position: sticky;
    top: 0;
    border-bottom: 2px solid var(--brand);
}
.site-top.rks-top {
    position: relative;
    z-index: 200;
}
.rks-header-origin-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
    padding: 1.1rem 0;
    min-height: 80px;
}
.rks-logo-rks {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}
.rks-logo-rks-img {
    height: 42px;
    width: auto;
    display: block;
}
.rks-logo-rks-img--dark { display: none; }
.rks-top:not(.rks-top--overlay) .rks-logo-rks-img--light { display: none; }
.rks-top:not(.rks-top--overlay) .rks-logo-rks-img--dark { display: block; }

.rks-origin-nav {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    flex-wrap: wrap;
}
@media (min-width: 1024px) {
    .rks-origin-nav {
        display: flex;
    }
}
.rks-origin-link {
    font-family: 'Rajdhani', 'Barlow Condensed', sans-serif;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 0.55rem 0.9rem;
    transition: color 0.2s;
    white-space: nowrap;
}
.rks-top:not(.rks-top--overlay) .rks-origin-link {
    color: rgba(255, 255, 255, 0.78);
}
.rks-origin-link:hover,
.rks-origin-link.active {
    color: #fff;
}
.rks-origin-link--btn {
    background: none;
    border: none;
    cursor: pointer;
    font: inherit;
}
.rks-top:not(.rks-top--overlay) .rks-origin-link--btn {
    color: rgba(255, 255, 255, 0.78);
}

/* Modeller mega panel */
.rks-models-panel {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--rks-header-height, 80px);
    height: min(85vh, calc(100vh - var(--rks-header-height, 80px)));
    background: #fff;
    z-index: 1200;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}
.rks-models-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
body.rks-models-open {
    overflow: hidden;
}
.rks-models-panel-loading,
.mobile-drawer-models-loading {
    padding: 2rem 1.5rem;
    color: #666;
    font-size: 0.9rem;
}
.rks-models-panel-shell {
    display: grid;
    grid-template-columns: minmax(180px, 20%) 1fr;
    height: 100%;
    max-width: 100%;
}
.rks-models-panel-side {
    border-right: 1px solid #ececec;
    padding: 1.25rem 1rem;
}
.rks-models-panel-side-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #111;
    margin: 0;
}
.rks-models-panel-main {
    overflow-y: auto;
    padding: 1.25rem 1.5rem 2rem;
    height: 100%;
}
.rks-models-panel-group + .rks-models-panel-group {
    margin-top: 2rem;
}
.rks-models-panel-group-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #111;
    margin: 0 0 1rem;
}
.rks-models-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
}
@media (min-width: 640px) {
    .rks-models-panel-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 900px) {
    .rks-models-panel-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .rks-models-panel-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
.rks-models-panel-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s;
}
.rks-models-panel-item:hover {
    transform: translateY(-3px);
}
.rks-models-panel-item-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 110px;
    padding: 0.5rem;
}
.rks-models-panel-item-media img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.rks-models-panel-item-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
    color: #111;
    margin-top: 0.35rem;
    transition: color 0.2s;
}
.rks-models-panel-item:hover .rks-models-panel-item-name {
    color: #ed1d24;
}

/* RKS model sayfası */
.rks-model-page {
    background: #fff;
}
.rks-model-hero {
    padding: 2rem 0 3rem;
    overflow: hidden;
}
.rks-model-hero-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 900px) {
    .rks-model-hero-inner {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 2rem 3rem;
    }
}
.rks-model-hero-visual {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
.rks-model-hero-watermark {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(3rem, 12vw, 8rem);
    font-weight: 800;
    color: rgba(0, 0, 0, 0.04);
    text-transform: uppercase;
    pointer-events: none;
}
.rks-model-hero-img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: min(70vh, 560px);
    object-fit: contain;
}
.rks-model-hero-category {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #ed1d24;
    margin: 0 0 0.75rem;
}
.rks-model-hero-headline {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    color: #111;
    margin: 0 0 1.25rem;
}
.rks-model-hero-desc {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin: 0 0 1.75rem;
    max-width: 560px;
}
.rks-model-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.rks-model-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.25rem;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #111;
    color: #111;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.rks-model-btn:hover {
    border-color: #ed1d24;
    color: #ed1d24;
}
.rks-model-btn--primary {
    background: #ed1d24;
    border-color: #ed1d24;
    color: #fff;
}
.rks-model-btn--primary:hover {
    background: #c91920;
    border-color: #c91920;
    color: #fff;
}
.rks-model-highlights {
    padding: 2rem 0 3rem;
    background: #fafafa;
}
.rks-model-highlights-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}
@media (min-width: 768px) {
    .rks-model-highlights-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem 2rem;
    }
}
.rks-model-highlight {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.rks-model-highlight-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #ccc;
    line-height: 1;
}
.rks-model-highlight-text {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ed1d24;
    margin: 0;
    line-height: 1.35;
}
.rks-model-highlights-center {
    margin-top: 2rem;
    text-align: center;
}
.rks-model-highlights-img {
    max-width: min(100%, 720px);
    height: auto;
}
.rks-model-features {
    padding: 3rem 0;
}
.rks-model-section-head {
    margin-bottom: 2rem;
}
.rks-model-section-head--center {
    text-align: center;
}
.rks-model-section-label {
    display: block;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #ed1d24;
    margin-bottom: 0.65rem;
}
.rks-model-section-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    margin: 0;
    line-height: 1.05;
}
.rks-model-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .rks-model-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.rks-model-feature-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 1rem;
}
.rks-model-feature-img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem;
}
.rks-model-feature-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
    color: #111;
}
.rks-model-feature-text {
    font-size: 0.92rem;
    line-height: 1.7;
    color: #555;
    margin: 0;
}
.rks-model-specs {
    padding: 3rem 0 4rem;
    background: #111;
    color: rgba(255, 255, 255, 0.75);
}
.rks-model-specs .rks-model-section-title {
    color: #fff;
}
.rks-model-specs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem 2rem;
    max-width: 900px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .rks-model-specs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.rks-model-specs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rks-model-specs-list li {
    font-size: 0.92rem;
    line-height: 1.85;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.35rem 0;
}
.rks-model-specs-list strong {
    color: #fff;
    font-weight: 600;
}
.rks-model-specs-note {
    max-width: 900px;
    margin: 2rem auto 0;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
}

.mobile-drawer-models {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1rem;
}
.mobile-drawer-model-group {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    overflow: hidden;
}
.mobile-drawer-model-group summary {
    cursor: pointer;
    padding: 0.65rem 0.85rem;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    list-style: none;
}
.mobile-drawer-model-group summary::-webkit-details-marker {
    display: none;
}
.mobile-drawer-model-links {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0 0.85rem 0.75rem;
}
.mobile-drawer-model-link {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    font-size: 0.82rem;
    padding: 0.25rem 0;
}
.mobile-drawer-model-link:hover {
    color: #ed1d24;
}
.rks-drawer-link--btn {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    font: inherit;
}

.rks-header-origin-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-self: end;
}
.rks-header-buy-btn {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.9rem;
    background: var(--brand);
    color: #fff !important;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    line-height: 1.15;
    transition: background 0.2s;
    min-width: 5.5rem;
}
.rks-header-buy-btn:hover {
    background: #fff;
    color: #111 !important;
}
.rks-header-buy-btn__main {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.rks-header-buy-btn__sub {
    font-size: 0.65rem;
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 0.02em;
}
@media (min-width: 768px) {
    .rks-header-buy-btn {
        display: inline-flex;
    }
}
.rks-origin-cart {
    display: none;
    font-family: 'Rajdhani', sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(255,255,255,0.35);
    align-items: center;
    gap: 0.35rem;
}
@media (min-width: 1024px) {
    .rks-origin-cart {
        display: inline-flex;
    }
}
.rks-origin-cart:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.08);
}
.rks-origin-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    line-height: 0;
}
.rks-origin-menu-btn svg {
    width: 1.75rem;
    height: 1.75rem;
}
@media (min-width: 1024px) {
    .rks-origin-menu-btn {
        display: none;
    }
}
.rks-drawer-link {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.rks-drawer-contact {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

/* Legacy header helpers */
.rks-header {
    background: #0D0D0D;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 2px solid var(--brand);
}
.rks-search-input {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
    padding: 0.55rem 1rem;
    font-size: 0.85rem;
    border-radius: 0;
}
.rks-search-input::placeholder { color: rgba(255,255,255,0.35); }
.rks-search-input:focus {
    outline: none;
    border-color: var(--brand);
    background: rgba(255,255,255,0.12);
}
.rks-icon-btn {
    color: rgba(255,255,255,0.8);
    background: none;
    border: none;
    padding: 0.4rem;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.rks-cart-btn {
    background: var(--brand);
    color: #fff;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.55rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
.rks-cart-badge {
    background: #fff;
    color: var(--brand);
    font-size: 0.65rem;
    min-width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.rks-subnav {
    background: #141414;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.rks-subnav-row {
    display: flex;
    gap: 0;
    overflow-x: auto;
    padding: 0.35rem 0;
}
.rks-subnav-item {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.4rem 0.85rem;
    white-space: nowrap;
    border-right: 1px solid rgba(255,255,255,0.06);
}
.rks-subnav-item:hover { color: #fff; }
.rks-subnav-item--accent { color: var(--brand); }

/* Hero — RKS video slider */
.rks-hero { position: relative; background: #000; }
.rks-hero--video .rks-hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 480px;
    max-height: 960px;
    overflow: hidden;
}
.rks-hero-track {
    position: relative;
    width: 100%;
    height: 100%;
}
.rks-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 0;
}
.rks-hero-slide.active { opacity: 1; z-index: 1; }

.rks-hero-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #000;
    pointer-events: none;
}
.rks-hero-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transform: scale(1.05);
}
.rks-hero-media iframe,
.rks-hero-media .rks-hero-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100vh;
    transform: translate(-50%, -52%) scale(1.55);
    border: 0;
    object-fit: cover;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.7s ease;
}
.rks-hero-media.is-ready iframe {
    opacity: 1;
}
.rks-hero-media-cover {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: auto;
    cursor: default;
    background: #000;
    opacity: 1;
    transition: opacity 0.5s ease;
}
.rks-hero-media.is-ready .rks-hero-media-cover {
    opacity: 0;
}

/* Hero geri sayım */
.rks-hero-countdown {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.rks-hero-countdown.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.rks-hero-slider.is-countdown .rks-hero-slide-caption {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.rks-hero-countdown-inner {
    position: relative;
    width: clamp(100px, 22vw, 140px);
    height: clamp(100px, 22vw, 140px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.rks-hero-countdown-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.rks-hero-countdown-track {
    fill: none;
    stroke: rgba(255, 255, 255, 0.12);
    stroke-width: 4;
}
.rks-hero-countdown-progress {
    fill: none;
    stroke: #ed1d24;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 326.73;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.95s linear;
    filter: drop-shadow(0 0 8px rgba(237, 29, 36, 0.65));
}
.rks-hero-countdown-num {
    font-family: 'Rajdhani', 'Barlow Condensed', sans-serif;
    font-size: clamp(3rem, 10vw, 4.5rem);
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-shadow: 0 0 30px rgba(237, 29, 36, 0.5);
    transform: scale(1);
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.rks-hero-countdown-num.is-pulse {
    transform: scale(1.18);
    color: #ed1d24;
}
.rks-hero-countdown-tag {
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(0.7rem, 2vw, 0.85rem);
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
}

.rks-hero-slide-caption {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

.rks-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 7;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 2.5rem;
    line-height: 1;
    padding: 0.35rem 1.1rem;
    cursor: pointer;
    transition: background 0.2s;
}
.rks-slider-btn:hover { background: rgba(225, 6, 0, 0.85); }
.rks-slider-btn--prev { left: 20px; }
.rks-slider-btn--next { right: 20px; }

.rks-slide-title {
    font-family: 'Rajdhani', 'Barlow Condensed', sans-serif;
    position: absolute;
    z-index: 4;
    left: 0.15em;
    bottom: 0.35em;
    font-size: clamp(4rem, 12vw, 10rem);
    font-weight: 700;
    line-height: 0.9;
    color: rgba(0, 0, 0, 0.28);
    text-transform: uppercase;
    user-select: none;
    pointer-events: none;
}

.rks-slide-slogan {
    display: block;
    font-family: 'Rajdhani', 'Barlow Condensed', sans-serif;
    position: absolute;
    z-index: 4;
    right: 0.2em;
    bottom: 0.55em;
    font-size: clamp(1.35rem, 3.5vw, 3.5rem);
    font-weight: 700;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.35);
    text-align: right;
    padding: 12px;
    background: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    user-select: none;
    pointer-events: none;
}

.rks-hero-strip {
    background: #ed1d24;
    color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.rks-hero-strip-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.7rem 0;
    font-family: 'Rajdhani', 'Barlow Condensed', sans-serif;
    font-size: clamp(0.75rem, 1.6vw, 1rem);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    flex-wrap: wrap;
}
.rks-hero-strip-brand { font-weight: 700; letter-spacing: 0.18em; }
.rks-hero-strip-divider {
    width: 1px;
    height: 1em;
    background: rgba(255, 255, 255, 0.45);
    flex-shrink: 0;
}

/* Ana sayfa: header hero üzerinde */
body.rks-page-home .rks-top--overlay {
    position: absolute;
}
body.rks-page-home .rks-header--origin {
    background: transparent;
}
body.rks-page-price .rks-price-spacer {
    margin-top: 0;
}

/* Legacy hero helpers (CTA blocks elsewhere) */
.rks-hero-cta {
    display: inline-block;
    background: var(--brand);
    color: #fff;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 0.85rem 2rem;
    border: 2px solid var(--brand);
    transition: all 0.25s;
}
.rks-hero-cta:hover {
    background: transparent;
    color: #fff;
}
.rks-hero-cta--outline {
    background: transparent;
    border-color: rgba(255,255,255,0.4);
}
.rks-hero-cta--outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.08);
}

/* Section heads */
.rks-section-head { margin-bottom: 2rem; }
.rks-section-head--dark .rks-heading { color: #fff; }
.rks-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--brand);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0.35rem;
}
.rks-label--light { color: rgba(255,255,255,0.6); }
.rks-heading {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ink);
    margin: 0;
    line-height: 1.1;
}
.rks-section-desc {
    color: #666;
    margin-top: 0.5rem;
    font-size: 0.95rem;
}

/* Model nav */
.rks-models-nav {
    background: #0D0D0D;
    padding: 3rem 0;
    color: #fff;
}
.rks-model-tabs {
    display: flex;
    gap: 0;
    overflow-x: auto;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 1.5rem;
}
.rks-model-tab {
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}
.rks-model-tab.active, .rks-model-tab:hover {
    color: #fff;
    border-bottom-color: var(--brand);
}
.rks-model-panel { display: none; }
.rks-model-panel.active { display: block; }
.rks-model-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}
@media (min-width: 640px) { .rks-model-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .rks-model-grid { grid-template-columns: repeat(5, 1fr); } }
.rks-model-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    transition: all 0.2s;
}
.rks-model-link:hover {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}
.rks-model-arrow { opacity: 0; transition: opacity 0.2s; }
.rks-model-link:hover .rks-model-arrow { opacity: 1; }

/* Featured cards */
.rks-featured-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
@media (min-width: 768px) { .rks-featured-grid { grid-template-columns: repeat(4, 1fr); } }
.rks-featured-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 1.5rem;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.25s, transform 0.25s;
    min-height: 160px;
    display: flex;
    flex-direction: column;
}
.rks-featured-card:hover {
    border-color: var(--brand);
    transform: translateY(-4px);
}
.rks-featured-card-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.rks-featured-tag {
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--brand);
}
.rks-featured-cc {
    font-size: 0.72rem;
    color: #888;
    font-weight: 600;
}
.rks-featured-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 auto;
    letter-spacing: 0.04em;
}
.rks-featured-cta {
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--brand);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-top: 1rem;
}

/* Manifesto — kırmızı bant (rksmotor.com.tr) */
.rks-manifesto-block {
    background: #ed1d24;
    padding: 3.5rem 0 3rem;
    text-align: center;
    color: #fff;
}
.rks-manifesto-block-inner {
    max-width: 820px;
    margin: 0 auto;
}
.rks-manifesto-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.rks-manifesto-logo {
    height: 44px;
    width: auto;
}
.rks-manifesto-badge {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(0, 0, 0, 0.12);
}
.rks-manifesto-block-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.35rem, 3.5vw, 2rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 1.25rem;
    line-height: 1.25;
}
.rks-manifesto-block-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0.85rem auto 0;
}
.rks-manifesto-block-text {
    font-size: 0.95rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 2rem;
}
.rks-manifesto-more {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0.85rem 1.75rem;
    border: 2px solid #000;
    transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.rks-manifesto-more:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.rks-manifesto-more-arrow {
    font-size: 1.1rem;
    line-height: 1;
}

/* Öne çıkan vitrin */
.rks-spotlight {
    background: #fff;
    padding: 3.5rem 0 4rem;
    overflow: hidden;
}
.rks-spotlight-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}
.rks-spotlight-head-main {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2rem, 4.5vw, 2.75rem);
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0;
}
.rks-spotlight-head-line {
    width: 2px;
    height: 2rem;
    background: #ed1d24;
    flex-shrink: 0;
}
.rks-spotlight-head-sub {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    color: #ed1d24;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    margin: 0;
}
.rks-spotlight-slider {
    position: relative;
    min-height: 420px;
}
.rks-spotlight-slide {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    inset: 0;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}
.rks-spotlight-slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}
@media (min-width: 900px) {
    .rks-spotlight-slider {
        min-height: 560px;
    }
    .rks-spotlight-slide {
        grid-template-columns: 1.15fr 0.85fr;
        gap: 1rem 3rem;
        min-height: 560px;
    }
}
.rks-spotlight-visual {
    position: relative;
    min-height: 260px;
    height: clamp(260px, 38vw, 560px);
    overflow: hidden;
}
@media (min-width: 900px) {
    .rks-spotlight-visual {
        margin-left: calc(-1 * clamp(1rem, 6vw, 5rem));
        width: calc(100% + clamp(1rem, 6vw, 5rem));
    }
}
.rks-spotlight-watermark {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 4%;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(3.5rem, 12vw, 8.5rem);
    font-weight: 800;
    color: rgba(0, 0, 0, 0.04);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    z-index: 0;
}
.rks-spotlight-figure {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    height: 100%;
    width: 130%;
    z-index: 1;
}
.rks-spotlight-img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
    object-fit: contain;
    object-position: left bottom;
    opacity: 0;
    transform: translateX(-42%);
}
.rks-spotlight-slide.is-enter .rks-spotlight-img {
    animation: rksSpotBikeIn 0.65s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes rksSpotBikeIn {
    0% {
        opacity: 0;
        transform: translateX(-62%);
    }
    100% {
        opacity: 1;
        transform: translateX(-28%);
    }
}
.rks-spotlight-content {
    padding: 0.5rem 0.25rem;
}
@media (min-width: 900px) {
    .rks-spotlight-content {
        padding: 1rem 0 1rem 1rem;
    }
}
.rks-spotlight-content > * {
    opacity: 0;
    transform: translateY(36px);
}
.rks-spotlight-slide.is-enter .rks-spotlight-content > * {
    animation: rksSpotReveal 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.rks-spotlight-slide.is-enter .rks-spotlight-series { animation-delay: 0.04s; }
.rks-spotlight-slide.is-enter .rks-spotlight-title { animation-delay: 0.1s; }
.rks-spotlight-slide.is-enter .rks-spotlight-desc { animation-delay: 0.18s; }
.rks-spotlight-slide.is-enter .rks-spotlight-cta { animation-delay: 0.26s; }
@keyframes rksSpotReveal {
    0% {
        opacity: 0;
        transform: translateY(36px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.rks-spotlight-series {
    display: block;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(0.82rem, 1.8vw, 1rem);
    font-weight: 600;
    color: #ed1d24;
    letter-spacing: 0.32em;
    margin-bottom: 1rem;
}
.rks-spotlight-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2.25rem, 5.5vw, 3.75rem);
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1;
    margin: 0 0 1.5rem;
}
.rks-spotlight-desc {
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.8;
    color: #555;
    margin: 0 0 2rem;
    max-width: 560px;
}
.rks-spotlight-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(0.9rem, 1.4vw, 1.05rem);
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    border-bottom: 3px solid #ed1d24;
    padding-bottom: 0.35rem;
    transition: color 0.2s;
}
.rks-spotlight-cta:hover {
    color: #ed1d24;
}
.rks-spotlight-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding-top: 0.5rem;
}
.rks-spotlight-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #111;
    transition: color 0.2s;
}
.rks-spotlight-nav-btn:hover {
    color: #ed1d24;
}
.rks-spotlight-nav-btn:hover .rks-spotlight-nav-icon:not(.rks-spotlight-nav-icon--accent) {
    border-color: #ed1d24;
    color: #ed1d24;
}
.rks-spotlight-nav-prev {
    flex: 1;
    max-width: 48%;
}
.rks-spotlight-nav-next {
    flex: 1;
    max-width: 48%;
    justify-content: flex-end;
}
.rks-spotlight-nav-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid #ccc;
    font-size: 1.35rem;
    line-height: 1;
    color: #111;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.rks-spotlight-nav-icon--accent {
    border-color: #ed1d24;
    background: #ed1d24;
    color: #fff;
}
.rks-spotlight-nav-line {
    flex: 1;
    height: 1px;
    background: #ccc;
    min-width: 2rem;
    max-width: 8rem;
}
.rks-spotlight-nav-label {
    flex-shrink: 0;
}
.rks-spotlight-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
    padding-top: 1rem;
}
.rks-spotlight-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #ddd;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
}
.rks-spotlight-dot.active {
    background: #ed1d24;
    transform: scale(1.15);
}

/* Bizden Haberler */
.rks-news {
    background: #fff;
    padding: 3.5rem 0 0;
}
.rks-news-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}
.rks-news-head-main {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2rem, 4.5vw, 2.75rem);
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0;
}
.rks-news-head-line {
    width: 2px;
    height: 2rem;
    background: #ed1d24;
    flex-shrink: 0;
}
.rks-news-head-sub {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    color: #ed1d24;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    margin: 0;
}
.rks-news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem 2.5rem;
}
@media (min-width: 768px) {
    .rks-news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 3rem;
    }
}
.rks-news-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    text-align: center;
}
.rks-news-card-media {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    aspect-ratio: 16 / 10;
}
.rks-news-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.rks-news-card:hover .rks-news-card-img {
    transform: scale(1.03);
}
.rks-news-card-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #111;
    margin: 1rem 0 0;
    line-height: 1.25;
    text-align: center;
    width: 100%;
    transition: color 0.2s;
}
.rks-news-card:hover .rks-news-card-title {
    color: #ed1d24;
}

/* Haber detay */
.rks-news-article {
    background: #fff;
    padding: 2.5rem 0 4rem;
}
.rks-news-article-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    color: #888;
    margin-bottom: 1.5rem;
}
.rks-news-article-breadcrumb a {
    color: #666;
    text-decoration: none;
}
.rks-news-article-breadcrumb a:hover {
    color: #ed1d24;
}
.rks-news-article-head {
    text-align: center;
    margin-bottom: 2rem;
}
.rks-news-article-label {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #ed1d24;
    margin: 0 0 0.75rem;
}
.rks-news-article-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #111;
    margin: 0;
    line-height: 1.05;
}
.rks-news-article-hero {
    margin: 0 0 2.5rem;
    overflow: hidden;
    background: #f5f5f5;
}
.rks-news-article-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 520px;
}
.rks-news-article-body {
    max-width: 760px;
    margin: 0 auto;
}
.rks-news-article-body p {
    font-size: 1rem;
    line-height: 1.85;
    color: #444;
    margin: 0 0 1.25rem;
}
.rks-news-article-body p:last-child {
    margin-bottom: 0;
}
.rks-news-article-back {
    margin-top: 2.5rem;
    text-align: center;
}
.rks-news-article-back-link {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #111;
    text-decoration: none;
    border-bottom: 2px solid #ed1d24;
    padding-bottom: 0.2rem;
}
.rks-news-article-back-link:hover {
    color: #ed1d24;
}

/* Markalarımız */
.rks-brands {
    background: #fff;
    padding: 3rem 0 3.5rem;
    border-bottom: 6px solid #0d0d0d;
}
.rks-brands-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-align: center;
    color: #111;
    margin: 0 0 2.5rem;
}
.rks-brands-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem 3rem;
}
.rks-brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    max-width: 160px;
    height: 56px;
    opacity: 0.85;
    transition: opacity 0.2s, transform 0.2s;
}
.rks-brand-item:hover {
    opacity: 1;
    transform: translateY(-2px);
}
.rks-brand-logo {
    max-width: 100%;
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(20%);
    transition: filter 0.2s;
}
.rks-brand-item:hover .rks-brand-logo {
    filter: none;
}
.rks-brand-fallback {
    display: none;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #333;
}

/* Footer — RKS klasik */
.rks-footer--classic {
    background: #0d0d0d;
    color: rgba(255, 255, 255, 0.55);
    border-top: none;
}
.rks-footer--classic .footer-cta {
    display: none;
}
.rks-footer-main {
    padding: 4rem 0 3.5rem;
}
.rks-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
}
@media (min-width: 640px) {
    .rks-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem 2rem;
    }
}
@media (min-width: 1024px) {
    .rks-footer-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem 2.5rem;
    }
}
.rks-footer-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rks-footer-col-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 1.35rem;
}
.rks-footer-about {
    font-size: 0.8125rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.48);
    margin: 0;
    max-width: 18rem;
}
.rks-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}
.rks-footer-link {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.48);
    text-decoration: none;
    transition: color 0.2s;
}
.rks-footer-link:hover {
    color: #fff;
}
.rks-footer-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}
.rks-footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: color 0.2s, transform 0.2s;
}
.rks-footer-social-link svg {
    width: 2.25rem;
    height: 2.25rem;
    fill: currentColor;
}
.rks-footer-social-link:hover {
    color: #ed1d24;
    transform: translateY(-2px);
}
.rks-footer-legal {
    background: #161616;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.rks-footer-legal-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 0.9rem 0;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.38);
    text-align: center;
}
@media (min-width: 768px) {
    .rks-footer-legal-inner {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

/* Manifesto (legacy) */
.rks-manifesto {
    background: #000;
    padding: 4rem 0;
}
.rks-manifesto-inner { max-width: 720px; }
.rks-manifesto-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 1.25rem;
    line-height: 1.1;
}
.rks-manifesto-text {
    color: rgba(255,255,255,0.6);
    line-height: 1.75;
    font-size: 1rem;
    margin-bottom: 2rem;
}

/* CTA band */
.rks-cta-band {
    background: var(--brand);
    padding: 2.5rem 0;
}
.rks-cta-band-inner {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
}
@media (min-width: 768px) {
    .rks-cta-band-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.rks-cta-title {
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 0.35rem;
}
.rks-cta-desc { color: rgba(255,255,255,0.75); margin: 0; font-size: 0.9rem; }

/* Deposit box */
.deposit-box {
    background: #fff;
    border: 2px solid var(--brand);
    padding: 1.25rem 1.5rem;
}
.deposit-box--compact { padding: 1rem; }
.deposit-box-head {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: var(--brand);
}
.deposit-box-title {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--ink);
    margin: 0 0 0.25rem;
}
.deposit-box-desc {
    font-size: 0.82rem;
    color: #555;
    margin: 0;
    line-height: 1.5;
}
.deposit-box-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}
@media (max-width: 640px) { .deposit-box-grid { grid-template-columns: 1fr; } }
.deposit-box-item {
    background: #f8f8f8;
    padding: 0.75rem;
    text-align: center;
}
.deposit-box-item--primary {
    background: rgba(225, 6, 0, 0.08);
    border: 1px solid rgba(225, 6, 0, 0.2);
}
.deposit-box-label {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #888;
    margin-bottom: 0.25rem;
}
.deposit-box-value {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--ink);
}
.deposit-box-value--lg {
    font-size: 1.25rem;
    color: var(--brand);
}
.deposit-box-note {
    font-size: 0.75rem;
    color: #777;
    margin: 0;
    border-top: 1px solid #eee;
    padding-top: 0.75rem;
}
.deposit-box-row {
    display: flex;
    justify-content: space-between;
    padding: 0.35rem 0;
    font-size: 0.85rem;
}
.deposit-box-row--highlight {
    font-weight: 700;
    color: var(--brand);
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 0.5rem 0;
    margin: 0.25rem 0;
}
.deposit-inline { font-size: 0.78rem; color: #555; }
.deposit-inline strong { color: var(--brand); }

.bg-neutral-900 .deposit-box {
    background: rgba(255,255,255,0.05);
    border-color: var(--brand);
}
.bg-neutral-900 .deposit-box-title { color: #fff; }
.bg-neutral-900 .deposit-box-desc { color: rgba(255,255,255,0.6); }
.bg-neutral-900 .deposit-box-item { background: rgba(255,255,255,0.06); }
.bg-neutral-900 .deposit-box-value { color: #fff; }
.bg-neutral-900 .deposit-box-note { color: rgba(255,255,255,0.45); border-color: rgba(255,255,255,0.1); }

/* Product card peşinat */
.product-deposit-tag {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--brand);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 0.25rem;
}

/* Footer RKS */
.rks-footer {
    background: #0D0D0D;
    color: rgba(255,255,255,0.6);
}
.rks-footer .footer-col-title { color: #fff; }
.rks-footer .footer-about-text { color: rgba(255,255,255,0.5); }
.rks-footer .footer-link { color: rgba(255,255,255,0.55); }
.rks-footer .footer-link:hover { color: #fff; }
.rks-footer .footer-copyright { color: rgba(255,255,255,0.35); }

/* Drawer */
.rks-drawer { background: #0D0D0D; }
.rks-drawer .mobile-drawer-link { color: rgba(255,255,255,0.8); }

/* Override btn-primary for RKS red */
.btn-primary {
    background: var(--brand) !important;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
}
.btn-primary:hover { background: var(--brand-dark) !important; }
.btn-dark { border-radius: 0; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.78rem; }

.product-card { border-radius: 0; }
.product-card .badge.bg-brand { background: var(--brand) !important; }

/* ─── Hero visual & quick nav ─── */
.rks-hero-visual {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 90% 60% at 75% 35%, rgba(225, 6, 0, 0.35) 0%, transparent 55%),
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.04) 0%, transparent 40%),
        linear-gradient(160deg, #1c1c1c 0%, #000 45%, #0a0a0a 100%);
}
.rks-hero-visual::after {
    content: '';
    position: absolute;
    right: -10%;
    bottom: 10%;
    width: 70%;
    height: 45%;
    background: linear-gradient(135deg, transparent 40%, rgba(225,6,0,0.08) 100%);
    border-radius: 50%;
    filter: blur(40px);
}
.rks-hero-dots {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    display: flex;
    gap: 0.5rem;
}
.rks-hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.35);
    padding: 0;
    cursor: pointer;
}
.rks-hero-dot.active { background: var(--brand); width: 24px; border-radius: 4px; }

.rks-quick-nav {
    background: #111;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 0.65rem 0;
}
.rks-quick-nav-row {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.rks-quick-nav-row::-webkit-scrollbar { display: none; }
.rks-quick-pill {
    flex-shrink: 0;
    padding: 0.5rem 1rem;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.04);
    white-space: nowrap;
}
.rks-quick-pill--accent,
.rks-quick-pill:active { background: var(--brand); border-color: var(--brand); color: #fff; }

.rks-mobile-search {
    padding: 0.65rem 0 0.85rem;
    background: #0D0D0D;
    border-top: 1px solid rgba(255,255,255,0.06);
}

/* Featured cards — RKS style */
.rks-featured-scroll {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    scrollbar-width: none;
}
.rks-featured-scroll::-webkit-scrollbar { display: none; }
.rks-featured-card {
    flex: 0 0 min(85vw, 320px);
    scroll-snap-align: start;
    background: #111;
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
    min-height: auto;
    padding: 0;
}
.rks-featured-card-visual {
    height: 140px;
    background:
        radial-gradient(ellipse at 70% 30%, rgba(225,6,0,0.4) 0%, transparent 60%),
        linear-gradient(180deg, #222 0%, #0a0a0a 100%);
}
.rks-featured-card-body { padding: 1rem 1.15rem 1.25rem; color: #fff; }
.rks-featured-card .rks-featured-name { color: #fff; font-size: 1.75rem; }
.rks-featured-desc {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.5;
    margin: 0.5rem 0 0.75rem;
}
.rks-featured-card:hover { border-color: var(--brand); transform: none; }

@media (min-width: 768px) {
    .rks-featured-scroll {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        overflow: visible;
    }
    .rks-featured-card { flex: none; }
    .rks-featured-card-visual { height: 120px; }
}

/* ─── Mobile RKS bottom nav ─── */
.rks-mobile-nav {
    background: #0a0a0a !important;
    border-top: 2px solid var(--brand) !important;
    backdrop-filter: none !important;
    padding-bottom: var(--safe-bottom);
}
.rks-mobile-nav-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 62px;
    max-width: 100%;
}
.rks-mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    text-decoration: none;
    color: rgba(255,255,255,0.45);
    -webkit-tap-highlight-color: transparent;
    padding: 0.35rem 0;
    transition: color 0.2s;
}
.rks-mobile-nav-item.active { color: var(--brand); }
.rks-mobile-nav-icon {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
}
.rks-mobile-nav-icon svg { width: 100%; height: 100%; }
.rks-mobile-nav-label {
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1;
}
.rks-mobile-nav-badge {
    position: absolute;
    top: -4px;
    right: -8px;
    min-width: 15px;
    height: 15px;
    background: var(--brand);
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
}

/* ─── Mobile layout fixes ─── */
@media (max-width: 1023px) {
    :root { --mobile-nav-h: 62px; }

    .rks-header-row { padding: 0.65rem 0; gap: 0.75rem; }
    .rks-logo-brand { font-size: 1rem !important; }
    .rks-logo-tag { display: none; }
    .rks-cart-btn { padding: 0.45rem 0.75rem; font-size: 0.65rem; }

    .rks-models-nav { padding: 2rem 0; }
    .rks-model-tabs { margin-left: -1rem; margin-right: -1rem; padding-left: 1rem; padding-right: 1rem; }
    .rks-model-grid { grid-template-columns: 1fr 1fr; gap: 0.4rem; }
    .rks-model-link { padding: 0.7rem 0.75rem; font-size: 0.75rem; }

    .section { padding: 2rem 0; }
    .rks-section-head { margin-bottom: 1.25rem; }
    .rks-heading { font-size: 1.65rem; }

    .rks-manifesto-block { padding: 2.5rem 0 2rem; }
    .rks-manifesto-block-text { font-size: 0.88rem; }
    .rks-spotlight { padding: 2rem 0 2.5rem; }
    .rks-spotlight-head { margin-bottom: 1.5rem; }
    .rks-spotlight-slider { min-height: 380px; }
    .rks-spotlight-visual {
        min-height: 220px;
        height: clamp(220px, 55vw, 320px);
        margin-left: -1rem;
        width: calc(100% + 1rem);
    }
    .rks-spotlight-img {
        transform: translateX(-35%);
    }
    @keyframes rksSpotBikeIn {
        0% { opacity: 0; transform: translateX(-55%); }
        100% { opacity: 1; transform: translateX(-35%); }
    }
    .rks-news { padding: 2rem 0 0; }
    .rks-news-head { margin-bottom: 1.5rem; }
    .rks-brands { padding: 2rem 0 2.5rem; }
    .rks-brands-row { gap: 1.25rem 2rem; }
    .rks-brand-item { min-width: 80px; max-width: 120px; height: 44px; }
    .rks-footer-main { padding: 2.5rem 0 1.5rem; }

    .rks-manifesto { padding: 2.5rem 0; }
    .rks-cta-band { padding: 1.75rem 0; }
    .rks-cta-title { font-size: 1.15rem; }

    .site-container { padding-left: 1rem; padding-right: 1rem; }

    .rks-footer .footer-cta { padding: 1.5rem 0; }
    .rks-footer .footer-cta-title { font-size: 1.15rem; }
    .rks-footer .footer-main { padding-top: 1.5rem; }

    .product-card .card-body h3 { font-size: 0.78rem; min-height: 2.2rem; }
    .product-deposit-tag { font-size: 0.58rem; }

    .deposit-box-head { flex-direction: column; }
}

@media (max-width: 768px) {
    .rks-hero--video .rks-hero-slider {
        height: 48vh;
        height: 48dvh;
        min-height: 300px;
        max-height: 440px;
    }

    .rks-hero-media iframe,
    .rks-hero-media .rks-hero-bg {
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        transform: translate(-50%, -50%) scale(1.2);
        transform-origin: center center;
    }

    .rks-hero-poster {
        transform: none;
        object-position: center 30%;
    }

    .rks-hero-slide-caption {
        padding-bottom: 0.25rem;
    }

    .rks-slide-title {
        font-size: clamp(2.25rem, 13vw, 3.25rem);
        left: 0.35rem;
        bottom: 0.15em;
        line-height: 0.95;
    }

    .rks-slide-slogan { display: none; }

    .rks-hero-countdown-inner {
        width: 96px;
        height: 96px;
    }

    .rks-hero-countdown-num {
        font-size: 2.75rem;
    }

    .rks-slider-btn {
        font-size: 1.5rem;
        padding: 0.2rem 0.65rem;
        top: 54%;
    }

    .rks-slider-btn--prev { left: 6px; }
    .rks-slider-btn--next { right: 6px; }

    .rks-hero-strip-inner {
        gap: 0.5rem;
        padding: 0.55rem 0;
        font-size: 0.62rem;
        letter-spacing: 0.1em;
    }

    .rks-hero-strip-divider:nth-of-type(2) { display: none; }
    .rks-hero-strip-inner span:nth-child(4) { display: none; }
}

@media (max-width: 767px) {
    .rks-top-center { display: none; }
    .rks-top-inner { justify-content: space-between; }
    .hidden.xs\:inline { display: none !important; }
}

@media (max-width: 480px) {
    .rks-hero--video .rks-hero-slider {
        height: 42dvh;
        min-height: 260px;
        max-height: 360px;
    }

    .rks-hero-media iframe,
    .rks-hero-media .rks-hero-bg {
        transform: translate(-50%, -50%) scale(1.35);
    }

    .rks-slide-title {
        font-size: clamp(1.85rem, 12vw, 2.75rem);
    }
}

@media (min-width: 480px) {
    .hidden.xs\:inline { display: inline !important; }
}

@media (min-width: 1024px) {
    .rks-quick-nav { display: none; }
    .rks-mobile-search { display: none !important; }
    .rks-featured-card {
        background: #fff;
        border-color: #e5e5e5;
        flex-direction: column;
    }
    .rks-featured-card-body { color: inherit; padding: 1.5rem; }
    .rks-featured-card .rks-featured-name { color: var(--ink); }
    .rks-featured-desc { display: none; }
    .rks-featured-card-visual { display: none; }
}

/* ─── Fiyat listesi (rksmotor.com.tr) ─── */
.rks-price-page {
    background: #f2f2f2;
    padding-bottom: 3rem;
}
.rks-price-spacer {
    width: 100%;
    height: 100px;
    background: #000;
    margin-bottom: 2rem;
}
.rks-price-intro {
    max-width: 1100px;
}
.rks-section-head--center {
    text-align: center;
    margin-bottom: 2.5rem;
}
.rks-heading--split::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--ink);
    margin: 0.75rem auto 0;
}
.rks-price-disclaimer {
    max-width: 720px;
    margin: 1.25rem auto 0;
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}
.rks-price-subtitle {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
    text-align: center;
}
.rks-price-installments {
    margin-bottom: 2.5rem;
}
.rks-price-banks-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.rks-price-banks {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #ccc;
}
.rks-price-banks th,
.rks-price-banks td {
    padding: 0.85rem 0.5rem;
    text-align: center;
    font-size: 0.82rem;
    border: 1px solid #ccc;
}
.rks-price-banks thead tr {
    background: #ededed;
}
.rks-price-tier {
    margin-bottom: 2.5rem;
}
.rks-price-tier-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}
.rks-price-group {
    margin-bottom: 2rem;
}
.rks-price-group-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.rks-price-table-wrap {
    overflow-x: auto;
}
.rks-price-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #ccc;
}
.rks-price-table > thead > tr {
    background: #ededed;
}
.rks-price-table > thead th,
.rks-price-table > tbody > tr > td {
    padding: 0.75rem 1rem;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.rks-price-table > thead th {
    font-size: 0.85rem;
    font-weight: 700;
    text-align: center;
}
.rks-price-model {
    width: 40%;
    text-transform: uppercase;
    font-weight: 700;
}
.rks-price-model a {
    color: var(--ink);
    text-decoration: none;
}
.rks-price-model a:hover {
    color: var(--brand);
}
.rks-price-values {
    width: 60%;
    padding: 0 !important;
}
.rks-price-mini {
    width: 100%;
    border-collapse: collapse;
}
.rks-price-mini th,
.rks-price-mini td {
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #ccc;
    font-size: 0.88rem;
}
.rks-price-mini th {
    background: #ededed;
    text-align: left;
    width: 35%;
    font-weight: 700;
}
.rks-price-mini td {
    text-align: right;
    font-weight: 700;
}
.rks-price-mini tr:last-child th,
.rks-price-mini tr:last-child td {
    border-bottom: none;
}
.rks-price-footnotes {
    margin-top: 2rem;
    padding: 1.25rem;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 0.82rem;
    color: #666;
    line-height: 1.7;
}
.rks-price-footnotes p {
    margin: 0 0 0.5rem;
}

/* İndirim kampanyası */
.rks-campaign-banner {
    margin: 0 0 2rem;
    background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);
    border: 1px solid rgba(213, 19, 43, 0.35);
    border-left: 4px solid var(--brand);
    padding: 1rem 1.25rem;
}
.rks-campaign-banner__inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.rks-campaign-banner__badge {
    flex-shrink: 0;
    display: inline-block;
    padding: 0.35rem 0.65rem;
    background: var(--brand);
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.rks-campaign-banner__text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    color: rgba(255,255,255,0.88);
    font-size: 0.88rem;
    line-height: 1.45;
}
.rks-campaign-banner__text strong { color: #fff; }
.rks-campaign-badge {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background: var(--brand);
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    vertical-align: middle;
}
.rks-campaign-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
}
.rks-campaign-price--compact { gap: 0.05rem; }
.rks-campaign-price-old {
    font-size: 0.72rem;
    color: #999;
    text-decoration: line-through;
    line-height: 1.2;
}
.rks-campaign-price-new {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--brand);
    line-height: 1.2;
}
.rks-campaign-price--compact .rks-campaign-price-new { font-size: 0.88rem; }
.rks-campaign-price--compact .rks-campaign-price-old { font-size: 0.65rem; }
.rks-moto-cta__old {
    display: block;
    font-size: 0.65rem;
    color: #999;
    text-decoration: line-through;
    line-height: 1.1;
}
.rks-moto-summary-campaign dd.accent { color: #059669; }
.rks-model-hero-campaign {
    margin: 0.5rem 0 0;
    font-size: 0.82rem;
    color: #555;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.rks-model-hero-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

@media (max-width: 1023px) {
    .rks-header-origin-row {
        grid-template-columns: 1fr auto;
        gap: 0.75rem;
        padding: 0.85rem 0;
        min-height: auto;
    }
    .rks-logo-rks-img { height: 34px; }
}

@media (max-width: 768px) {
    .rks-price-spacer { height: 72px; margin-bottom: 1.25rem; }
    .rks-price-table > thead th { font-size: 0.72rem; }
    .rks-price-model { font-size: 0.78rem; }
}

/* Motosiklet satın al — alt CTA */
.rks-moto-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1500;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
    padding: 0.6rem 0 calc(0.6rem + env(safe-area-inset-bottom, 0px));
}
.rks-moto-cta__bar {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.rks-moto-cta__model {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rks-moto-cta__group {
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa;
}
.rks-moto-cta__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.05rem;
    padding: 0.45rem 0.85rem;
    border-right: 1px solid #e0e0e0;
    background: #fff;
}
.rks-moto-cta__label {
    font-size: 0.62rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #999;
    line-height: 1.2;
}
.rks-moto-cta__value {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
    line-height: 1.2;
}
.rks-moto-cta__item--accent .rks-moto-cta__value {
    color: var(--brand);
}
.rks-moto-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    background: var(--brand);
    color: #fff !important;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}
.rks-moto-cta__btn:hover {
    background: #111;
    color: #fff !important;
}
@media (min-width: 768px) {
    .rks-moto-cta { padding: 0.7rem 0 calc(0.7rem + env(safe-area-inset-bottom, 0px)); }
    .rks-moto-cta__model { font-size: 1.05rem; max-width: 220px; }
    .rks-moto-cta__item { padding: 0.5rem 1rem; }
    .rks-moto-cta__value { font-size: 1rem; }
    .rks-moto-cta__btn { padding: 0 1.5rem; font-size: 0.85rem; }
}
@media (min-width: 768px) {
    .rks-moto-cta { display: none; }
    .rks-model-embed-body.rks-has-buy-bar {
        padding-bottom: 0;
    }
    .rks-model-embed-body.rks-has-buy-bar .site-footer {
        display: block;
    }
}
@media (max-width: 767px) {
    .rks-moto-cta__bar {
        flex-direction: column;
        align-items: stretch;
        gap: 0.45rem;
    }
    .rks-moto-cta__model {
        font-size: 0.88rem;
        text-align: center;
    }
    .rks-moto-cta__group {
        flex-direction: column;
        border: none;
        background: transparent;
        gap: 0.4rem;
    }
    .rks-moto-cta__item {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0.55rem 0.75rem;
        border: 1px solid #e8e8e8;
        border-radius: 3px;
        background: #fff;
    }
    .rks-moto-cta__item .rks-moto-cta__label {
        font-size: 0.72rem;
    }
    .rks-moto-cta__btn {
        width: 100%;
        padding: 0.8rem 1rem;
        border-radius: 3px;
    }
}
.rks-model-embed-body.rks-has-buy-bar .site-footer {
    display: none;
}
.rks-model-embed-body:has(#rks-moto-buy-bar) .site-footer {
    display: none;
}
.rks-model-embed-body {
    padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
}
@media (max-width: 767px) {
    .rks-model-embed-body {
        padding-bottom: calc(11rem + env(safe-area-inset-bottom, 0px));
    }
}
.rks-page-moto-buy {
    padding-bottom: 2rem;
}
.rks-page-moto-buy .floating-actions {
    display: none !important;
}

.rks-price-action { width: 1%; white-space: nowrap; text-align: center; padding: 0.5rem !important; }
.rks-price-buy-btn {
    display: inline-block;
    padding: 0.45rem 0.85rem;
    background: var(--brand);
    color: #fff !important;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
}
.rks-price-buy-btn:hover { background: #111; color: #fff; }

.rks-moto-buy-page { background: #f7f7f7; min-height: 60vh; }
.rks-moto-buy-steps { display: flex; gap: 0.5rem; margin-bottom: 2rem; flex-wrap: wrap; }
.rks-moto-buy-steps > div {
    flex: 1; min-width: 100px; padding: 0.6rem 0.75rem; background: #fff;
    border: 1px solid #e5e5e5; font-size: 0.75rem; text-transform: uppercase;
    display: flex; align-items: center; gap: 0.5rem; color: #888;
}
.rks-moto-buy-steps > div span {
    width: 1.4rem; height: 1.4rem; display: inline-flex; align-items: center;
    justify-content: center; background: #eee; font-weight: 700; font-size: 0.7rem;
}
.rks-moto-buy-steps > div.active { border-color: var(--brand); color: #111; font-weight: 600; }
.rks-moto-buy-steps > div.active span { background: var(--brand); color: #fff; }
.rks-moto-buy-steps > div.done span { background: #111; color: #fff; }
.rks-moto-buy-grid { display: grid; grid-template-columns: 1fr 300px; gap: 1.5rem; }
@media (max-width: 900px) { .rks-moto-buy-grid { grid-template-columns: 1fr; } }
.rks-moto-buy-title {
    font-family: 'Barlow Condensed', sans-serif; font-size: 1.75rem;
    font-weight: 800; text-transform: uppercase; margin: 0 0 0.5rem;
}
.rks-moto-buy-lead { color: #555; margin: 0 0 1.25rem; line-height: 1.55; font-size: 0.92rem; }
.rks-moto-buy-section { background: #fff; border: 1px solid #e8e8e8; padding: 1.25rem; margin-bottom: 0.85rem; }
.rks-moto-buy-section h2 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 0.85rem; color: #333; }
.rks-moto-buy-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }
@media (max-width: 640px) { .rks-moto-buy-fields { grid-template-columns: 1fr; } }
.rks-moto-buy-full { grid-column: 1 / -1; }
.rks-moto-buy-fields label { display: block; font-size: 0.8rem; font-weight: 600; margin-bottom: 0.3rem; }
.rks-moto-buy-submit { margin-top: 0.85rem; }
.rks-moto-buy-summary-card { background: #fff; border: 1px solid #e8e8e8; padding: 1.15rem; position: sticky; top: 96px; }
.rks-moto-buy-summary-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: #888; margin: 0 0 0.25rem; }
.rks-moto-buy-summary-card h3 { font-family: 'Rajdhani', sans-serif; font-size: 1.2rem; margin: 0 0 0.85rem; text-transform: uppercase; }
.rks-moto-buy-summary-prices > div { display: flex; justify-content: space-between; padding: 0.4rem 0; border-bottom: 1px solid #f0f0f0; font-size: 0.85rem; }
.rks-moto-buy-summary-prices dd { margin: 0; font-weight: 600; }
.rks-moto-buy-summary-prices dd.accent { color: var(--brand); }
.rks-moto-notice {
    background: #fff; border: 1px solid #e8e8e8; border-left: 3px solid var(--brand);
    padding: 0.85rem 1rem; margin-bottom: 1.25rem; font-size: 0.88rem; line-height: 1.55; color: #444;
}
.rks-moto-iban-card { background: #111; color: #fff; padding: 1.25rem; margin-bottom: 1.25rem; }
.rks-moto-iban-card h2 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 0.85rem; color: rgba(255,255,255,0.65); }
.rks-moto-iban-row { display: grid; grid-template-columns: 120px 1fr; gap: 0.5rem; padding: 0.45rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 0.88rem; }
.rks-moto-iban-row dt { color: rgba(255,255,255,0.5); }
.rks-moto-iban-row dd { margin: 0; }
.rks-moto-iban-code { font-family: monospace; word-break: break-all; font-size: 0.92rem; }
.rks-moto-iban-amount { margin-top: 1rem; padding-top: 0.85rem; border-top: 1px solid rgba(255,255,255,0.12); display: flex; justify-content: space-between; align-items: center; }
.rks-moto-iban-amount strong { font-size: 1.35rem; color: var(--brand); font-family: 'Rajdhani', sans-serif; }
.rks-moto-buy-check { display: flex; gap: 0.5rem; align-items: flex-start; font-size: 0.85rem; color: #444; margin-bottom: 0.85rem; cursor: pointer; }
.rks-moto-receipt-drop { background: #fff; border: 1px dashed #ccc; padding: 1.5rem; margin-bottom: 0.85rem; text-align: center; }
.rks-moto-receipt-hint { font-size: 0.78rem; color: #888; margin: 0.35rem 0 0; }
.rks-moto-success { max-width: 560px; margin: 0 auto; text-align: center; background: #fff; border: 1px solid #e8e8e8; padding: 2rem 1.5rem; }
.rks-moto-success-icon {
    width: 3.5rem; height: 3.5rem; margin: 0 auto 0.85rem; background: #ecfdf3;
    color: #059669; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; font-weight: 700;
}
.rks-moto-success h1 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.5rem; text-transform: uppercase; margin: 0 0 0.75rem; }
.rks-moto-success-lead { color: #555; line-height: 1.6; margin-bottom: 1.25rem; font-size: 0.92rem; }
.rks-moto-success-box { background: #f9f9f9; padding: 0.85rem 1rem; text-align: left; font-size: 0.88rem; margin-bottom: 1.25rem; }
.rks-moto-success-actions { display: flex; gap: 0.65rem; justify-content: center; flex-wrap: wrap; }
.rks-model-hero-price { font-size: 0.88rem; color: rgba(255,255,255,0.8); margin: 0.35rem 0 0; width: 100%; }
.rks-model-btn--buy { background: var(--brand) !important; border-color: var(--brand) !important; }
