:root {
    --primary: #9346A1;
    --secondary: #5E3A71;
    --light: #ffffff;
    --dark: #262B47;
    --bg-page: #fbf5f5;
    /* temel sayfa zemini */

}

body {
    background: var(--bg-page);
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Gradient Text & BG ***/
.text-primary-gradient {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-secondary-gradient {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-primary-gradient {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}

.bg-secondary-gradient {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary));
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary-gradient,
.btn.btn-secondary-gradient {
    position: relative;
    overflow: hidden;
    border: none;
    color: #FFFFFF;
    z-index: 1;
}

.btn.btn-primary-gradient::after,
.btn.btn-secondary-gradient::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    z-index: -1;
    opacity: 0;
}

.btn.btn-primary-gradient,
.btn.btn-secondary-gradient::after {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}

.btn.btn-secondary-gradient,
.btn.btn-primary-gradient::after {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary));
}

.btn.btn-primary-gradient:hover::after,
.btn.btn-secondary-gradient:hover::after {
    opacity: 1;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    border: none;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}

.btn-modern {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(135deg, #8e44ad, #9b59b6);
    box-shadow: 0 4px 15px rgba(142, 68, 173, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(142, 68, 173, 0.6);
}

.btn-modern.secondary {
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    box-shadow: 0 4px 15px rgba(37, 117, 252, 0.4);
}

.btn-modern.secondary:hover {
    box-shadow: 0 6px 20px rgba(37, 117, 252, 0.6);
}

/* ==== NAV (her zaman beyaz) ==== */
.clean-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 4px 18px rgba(17, 12, 34, .06);
}

/* Brand */
.brand-logo {
    height: 42px;
    /* Hafif büyüttüm */
    width: auto;
    object-fit: contain;
    vertical-align: middle;
    border-radius: 8px;
    /* Köşeleri yuvarlat */
}

/* Brand Title */
.brand-title {
    color: #5b2a86;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .3px;
    font-family: 'Poppins', sans-serif;
    /* Daha modern font */
}

/* Links + alt çizgi (aktif/hover) */
.navbar-light .navbar-nav .nav-link {
    position: relative;
    padding: 24px 14px;
    margin: 0 2px;
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #2d2a32;
    opacity: .9;
    transition: opacity .2s ease;
}

.navbar-light .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    height: 2px;
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    opacity: 1;
}

.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link.active::after {
    transform: scaleX(1);
}

/* Mobil */
@media (max-width:991.98px) {
    .navbar-light .navbar-collapse {
        margin-top: 10px;
        border-top: 1px solid #eee;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
        margin: 0;
    }

    .navbar-light .navbar-nav .nav-link::after {
        display: none;
    }
}

/* Eski temanın üçgeni & h1 gradientini kapat */
.navbar-light .navbar-nav .nav-link::before {
    display: none !important;
}

.navbar-light .navbar-brand h1 {
    all: unset !important;
}

/* Fixed nav için üst boşluk */
.hero-header {
    padding-top: 86px;
}

@media (max-width:991.98px) {
    .hero-header {
        padding-top: 74px;
    }
}

/*** Hero Header ***/
.hero-header {
    margin-bottom: 10rem;
    /* alt tarafa da boşluk ekledik */
    padding: 9rem 0 5rem 0;
    background:
        url(../img/bg-circle.png),
        url(../img/bg-triangle.png),
        url(../img/bg-bottom.png),
        linear-gradient(to bottom right, var(--primary), var(--secondary));
    background-position:
        left 0 top 0,
        /* bg-circle */
        right 0 top 50%,
        /* bg-triangle */
        center bottom,
        /* bg-bottom */
        center;
    /* gradient katmanı */
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .hero-header {
        /* mobile’da zaten alt boşluk var, koruyoruz */
        padding: 6rem 0 9rem 0;
    }
}

/* Sayaç kutuları */
.counter-stats .stat-box {
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 15px 10px;
    transition: transform 0.3s ease, background 0.3s ease;
    backdrop-filter: blur(4px);
    cursor: default;
}

.counter-stats .stat-box:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

/* Rakam kısmı */
.counter-stats .stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

/* Alt etiket kısmı */
.counter-stats .stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 3px;
}


/*** Feature ***/
.feature-item {
    transition: .5s;
    text-align: center;
    background-color: #fff !important;
    /* Arka plan beyaz */
    border-radius: 12px;
    /* Hafif yuvarlatma */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    /* Hafif gölge */
    padding: 30px;
}

.feature-item:hover {
    margin-top: -10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.feature-item .d-inline-flex {
    margin-left: auto;
    margin-right: auto;
}



/*** Pricing ***/
.pricing .nav {
    padding: 2px;
}

.pricing .nav-link {
    padding: 12px 30px;
    font-weight: 500;
    color: var(--dark);
    background: #FFFFFF;
}

.pricing .nav-item:first-child .nav-link {
    border-radius: 30px 0 0 30px;
}

.pricing .nav-item:last-child .nav-link {
    border-radius: 0 30px 30px 0;
}

.pricing .nav-link.active {
    color: #FFFFFF;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}

/* ---- Kart Tasarımı ---- */
#pricing .bg-light {
    background: #fff !important;
    border-radius: 18px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: none;
}

#pricing .bg-light:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

#pricing .p-4 {
    padding: 1.5rem !important;
}

#pricing .border-bottom {
    border-color: rgba(0, 0, 0, 0.05) !important;
}

#pricing h4 {
    font-weight: 700;
}

#pricing h1 {
    font-weight: 700;
    font-size: 2.2rem;
}

#pricing .d-flex {
    font-size: 0.95rem;
}

#pricing .btn {
    font-weight: 600;
}

/*** Screenshot (sadece siyah çerçeve + dots aynı) ***/
.screenshot-carousel {
    position: relative;
    width: 253px;
    height: 500px;
    margin-right: 30px;
    margin-top: -30px;
    background: #000;
    /* dış çerçeve */
    border-radius: 42px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .5);
    padding: 10px;
    /* çerçeve kalınlığı */
    box-sizing: border-box;
}

/* Görselin oturduğu viewport */
.screenshot-carousel .owl-stage-outer {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 30px;
    overflow: hidden;
    background: #000;
    /* letterbox alanı siyah */
    padding: 0 !important;
}

/* Owl defaultları */
.screenshot-carousel .owl-stage {
    margin: 0 !important;
    padding: 0 !important;
}

.screenshot-carousel .owl-item {
    margin: 0 !important;
    height: 100%;
}

/* Görsel KIRPMADAN görünsün */
.screenshot-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    image-rendering: auto;
}

/* Dots aynı */
.screenshot-carousel .owl-dots {
    position: absolute;
    z-index: 4;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    pointer-events: auto;
}

.screenshot-carousel .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    position: relative;
    transition: .25s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
}

.screenshot-carousel .owl-dot::after {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    background: #fff;
}

.screenshot-carousel .owl-dot.active {
    box-shadow: 0 0 10px var(--dark);
}



/* ---- Process / Steps ---- */
.process .text-primary-gradient {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.step-card {
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 18px;
    padding: 72px 22px 26px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
    border-color: rgba(255, 255, 255, 0.9);
}

/* İkon rozeti (gradient halka + numara) */
.step-icon {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 34px;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.step-icon::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    z-index: -1;
}

/* Adım numarası mini rozet */
.step-index {
    position: absolute;
    right: -6px;
    bottom: -6px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    color: var(--primary);
    font-weight: 700;
    display: grid;
    place-items: center;
    font-size: 14px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

/* Başlık & paragraf */
.step-card h5 {
    font-weight: 700;
}

.step-card p {
    color: #6b7280;
    /* soft gri */
}

/* Adımlar arası bağlantı çizgisi - sadece lg ve üstü */
@media (min-width: 992px) {
    .process-steps .col-lg-4:not(:last-child) .step-card::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -12px;
        transform: translateY(-50%);
        width: 64px;
        height: 2px;
        opacity: 0.5;
        background: linear-gradient(to right, var(--primary), var(--secondary));
    }
}

/* Karanlık arka planlarda cam efekti daha güçlü dursun */
@media (prefers-color-scheme: dark) {
    .step-card {
        background: rgba(255, 255, 255, 0.65);
    }
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}

.testimonial-carousel .owl-item.center .testimonial-item h5,
.testimonial-carousel .owl-item.center .testimonial-item p {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    border-radius: 60px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary));
}


/*** Footer ***/
.footer {
    margin-top: 1rem;
    /* Yukarıdaki boşluğu küçülttük */
    padding-top: 1rem;
    /* Daha kompakt */
    background:
        url(../img/bg-circle.png),
        url(../img/bg-triangle.png),
        url(../img/bg-top.png),
        linear-gradient(to bottom right, var(--primary), var(--secondary));
    background-position:
        left 0px bottom 0px,
        right 0px top 50%,
        center top;
    background-repeat: no-repeat;
}

/* Başlıklar, metinler */
.footer h4 {
    font-weight: 700;
    letter-spacing: .2px;
}


.footer .footer-tagline {
    color: rgba(255, 255, 255, .85);
    max-width: 280px;
}

/* Logo */
.footer-logo {
    width: 80px;
    /* Biraz daha büyüttüm */
    height: auto;
    border-radius: 18px;
    /* Daha yumuşak köşeler */
    display: block;
}

/* DoldurKabı yazısı */
.footer .h5 {
    font-size: 1.6rem !important;
    /* Daha büyük başlık */
    font-weight: 800;
    letter-spacing: .3px;
    font-family: 'Poppins', sans-serif;
    color: #fff !important;
}



/* İkonlu listeler */
.footer .footer-list li {
    margin-bottom: .5rem;
    color: rgba(255, 255, 255, .9);
}

.footer .footer-list i {
    color: rgba(255, 255, 255, .9);
}

/* Sosyal butonlar: şık, yarı saydam */
.footer .btn.btn-social {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .06);
    border-radius: 50%;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.footer .btn.btn-social:hover {
    transform: translateY(-2px);
    background: #fff;
    color: var(--primary);
}

/* Link listesi */
.footer .footer-link {
    display: block;
    color: rgba(255, 255, 255, .9);
    text-decoration: none;
    margin-bottom: .45rem;
    transition: letter-spacing .2s ease, color .2s ease;
    position: relative;
    padding-left: 14px;
    font-size: .96rem;
}

.footer .footer-link::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .9;
}

.footer .footer-link:hover {
    color: #fff;
    letter-spacing: .3px;
}

/* Store rozeti – görsel kullanacaksan */
.footer .store-badge {
    display: block;
    height: 46px;
    width: auto;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .18));
    border-radius: 10px;
}

/* Store buton – görsel yoksa */
.btn-store {
    display: flex;
    align-items: center;
    gap: .6rem;
    background: #fff;
    color: var(--dark);
    border-radius: 999px;
    padding: .6rem .9rem;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
    transition: transform .2s ease, box-shadow .2s ease;
}

.btn-store i {
    font-size: 1.4rem;
}

.btn-store small {
    display: block;
    line-height: 1;
    color: #666;
}

.btn-store .strong {
    line-height: 1.1;
    font-weight: 700;
    margin-top: 1px;
}

.btn-store:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .16);
}

/* Alt çizgi / divider */
.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, .16);
    margin-top: 1.5rem;
}

/* Alt menü */
.footer .footer-menu a {
    color: rgba(255, 255, 255, .9);
    margin-left: 12px;
    text-decoration: none;
}

.footer .footer-menu a:first-child {
    margin-left: 0;
}

.footer .footer-menu a:hover {
    color: #fff;
}

/* Responsive */
@media (max-width: 991.98px) {
    .footer .footer-body {
        padding-top: 2rem;
    }

    .footer .footer-menu {
        text-align: center;
    }

    .footer .footer-logo {
        max-width: 40px;
    }
}

@media (max-width: 575.98px) {
    .btn-store {
        width: 100%;
        justify-content: center;
    }
}

.highlight {
    background: linear-gradient(45deg, #a855f7, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-icon {
    background: rgba(168, 85, 247, 0.1);
    padding: 8px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.btn-primary-gradient:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(168, 85, 247, 0.3);
}


/* Özellik çipleri şeridi */
.feature-chips {
    position: relative;
    overflow: hidden;
    margin: 8px 0 2px;
    padding: 2px 0;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.feature-chips .chips-track {
    display: inline-flex;
    gap: 12px;
    white-space: nowrap;
    animation: chips-scroll 22s linear infinite;
    will-change: transform;
}

.feature-chips:hover .chips-track {
    animation-play-state: paused;
}

@keyframes chips-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Tek tek çipler */
.chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
    cursor: default;
}

.chip:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

/* Küçük ekran ayarı */
@media (max-width: 576px) {
    .chip {
        font-size: .9rem;
        padding: 7px 12px;
    }

    .feature-chips .chips-track {
        gap: 10px;
    }
}

/* Hareket tercihine saygı */
@media (prefers-reduced-motion: reduce) {
    .feature-chips .chips-track {
        animation: none;
    }
}

/* Tema renkleri */
.dk-reviews {
    --dk-mor: #7c3aed;
    --dk-bg: #f6f7ff;
}

.dk-reviews {
    background: var(--dk-bg);
}

/* Başlık & rozet */
.dk-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(124, 58, 237, .25);
    color: var(--dk-mor);
    font-weight: 700;
    background: rgba(124, 58, 237, .10);
}

.dk-title {
    font-weight: 800;
    color: #111;
}

.dk-subtitle {
    color: #7a7a7a;
}

/* Ticker kapsayıcı: kenarlara yumuşak fade (mask yerine overlay) */
.testimonial-ticker {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.25rem;
    padding-inline: 8px;
}

.testimonial-ticker::before,
.testimonial-ticker::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 72px;
    pointer-events: none;
    z-index: 2;
}

.testimonial-ticker::before {
    left: 0;
    background: linear-gradient(to right, var(--dk-bg), rgba(255, 255, 255, 0));
}

.testimonial-ticker::after {
    right: 0;
    background: linear-gradient(to left, var(--dk-bg), rgba(255, 255, 255, 0));
}

/* Kayan track */
.ticker-track {
    display: inline-flex;
    gap: 1rem;
    will-change: transform;
    animation: ticker-scroll var(--dur, 26s) linear infinite;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

.ticker-bottom .ticker-track {
    animation-name: ticker-scroll-rev;
}

/* Hover pause (desktop) */
@media (hover:hover) {
    .testimonial-ticker:hover .ticker-track {
        animation-play-state: paused;
    }
}

/* Kart */
.t-card {
    min-width: 320px;
    max-width: 360px;
    background: #fff;
    border: 1px solid #eee;
    color: #333;
    padding: 16px 18px;
    border-radius: 16px;
}

.t-card .t-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .4rem;
}

.t-card .t-head h6 {
    margin: 0;
    font-weight: 800;
    color: var(--dk-mor);
}

.t-card .t-head span {
    color: #9a9a9a;
    font-size: .95rem;
}

.t-card p {
    margin: 0;
    line-height: 1.55;
    color: #444;
}

.t-card .t-meta {
    display: block;
    margin-top: .5rem;
    font-size: .85rem;
    color: #9a9a9a;
}

/* Animasyonlar (aynı akış) */
@keyframes ticker-scroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes ticker-scroll-rev {
    from {
        transform: translateX(-50%)
    }

    to {
        transform: translateX(0)
    }
}

/* Mobil tuning: daha küçük kart, daha hızlı akış */
@media (max-width:576px) {
    .t-card {
        min-width: 260px;
        max-width: 280px;
        padding: 14px 16px;
    }

    .ticker-track {
        gap: .75rem;
    }

    .ticker-top .ticker-track {
        animation-duration: 20s;
    }

    .ticker-bottom .ticker-track {
        animation-duration: 22s;
    }
}

/* =========================
   BLOG KARTLARI (4'lü grid)
   ========================= */
.dk-blog-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 1rem;
    overflow: hidden;
    transition: transform .25s, box-shadow .25s, border-color .25s;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .04);
}

.dk-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
    border-color: rgba(0, 0, 0, .09);
}

/* Üst görsel */
.dk-thumb .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.dk-blog-card:hover .img-cover {
    transform: scale(1.04);
}

/* Chip'ler */
.dk-chip {
    display: inline-block;
    padding: .25rem .6rem;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    white-space: nowrap;
}

.dk-chip-soft {
    background: rgba(124, 58, 237, .12);
    color: #6b21a8;
    border: 1px solid rgba(124, 58, 237, .25);
}

/* Başlık linki */
.dk-link {
    text-decoration: none;
    color: #111;
}

.dk-link:hover {
    color: var(--primary);
}

/* Kart alt bilgi (tarih satırı) hizası */
.dk-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 10rem;
    color: #6b7280;
    font-size: .9rem;
}

/* =========================
     "TÜM YAZILAR" BUTONU
     ========================= */
.btn.dk-more {
    --ring: rgba(0, 0, 0, .10);
    position: relative;
    border: 1px solid rgba(0, 0, 0, .18);
    background: #fff;
    color: #111;
    padding: .65rem 1.15rem;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
    transition: transform .18s ease, box-shadow .18s ease, color .18s, background .18s, border-color .18s;
}

.btn.dk-more::after {
    content: "→";
    display: inline-block;
    margin-left: .5rem;
    transform: translateX(0);
    transition: transform .18s ease;
    opacity: .85;
}

.btn.dk-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px var(--ring);
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    border-color: transparent;
}

.btn.dk-more:hover::after {
    transform: translateX(3px);
}

/* Karanlık arka planlarda kontrast için (isteğe bağlı) */
@media (prefers-color-scheme: dark) {
    .btn.dk-more {
        background: #111;
        color: #f3f4f6;
        border-color: rgba(255, 255, 255, .16);
    }

    .btn.dk-more:hover {
        color: #fff;
        border-color: transparent;
    }
}


/* ====== FAQ CLEAN ====== */
.faq-clean .accordion-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
}

.faq-clean .accordion-button {
    background: #fff;
    padding: 1rem 1.25rem;
    font-weight: 600;
    color: #111;
}

.faq-clean .accordion-button:focus {
    box-shadow: none;
}

.faq-clean .accordion-button:not(.collapsed) {
    background: #fafafa;
    color: #111;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

/* plus/minus ikon (Bootstrap okunu kapatıp + / – koyuyoruz) */
.faq-clean .accordion-button::after {
    background-image: none !important;
    content: "+";
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    transform: none !important;
    opacity: .75;
}

.faq-clean .accordion-button:not(.collapsed)::after {
    content: "–";
    opacity: 1;
}

.faq-clean .accordion-body {
    padding: 1rem 1.25rem;
    color: #4b5563;
    line-height: 1.6;
}

/* küçük adım listesi */
.faq-steps {
    margin: 0;
    padding-left: 1.2rem;
}

.faq-steps li {
    margin: .15rem 0;
}

/* alt cta */
.faq-cta {
    font-size: .95rem;
    color: #6b7280;
}

.faq-cta a {
    text-decoration: none;
}

.faq-cta a:hover {
    text-decoration: underline;
}



/* Kayan destekçi logoları */
.partner-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: var(--bg-page) !important;
}

.partner-track {
    display: flex;
    gap: 60px;
    animation: scrollLeft 20s linear infinite;
}

.partner-item {
    flex: 0 0 auto;
}

.partner-item img {
    max-height: 60px;
    filter: grayscale(100%);
    opacity: .85;
    transition: all .3s ease;
}

.partner-item img:hover {
    filter: none;
    opacity: 1;
    transform: scale(1.05);
}

/* hover’da durdurma */
.partner-marquee:hover .partner-track {
    animation-play-state: paused;
}

/* === Destekçiler (partners) bölümünün zeminini sabitle === */
/* <section id="partners" class="... bg-light"> üzerindeki .bg-light’ı ez */
#partners,
#partners.bg-light,
#partners .bg-light,
#partners .container-xxl,
#partners .container,
#partners .row {
  background: var(--bg-page) !important;
}

/* Marquee zaten sende; sadece zeminini de sabitleyelim */
.partner-marquee {
  background: var(--bg-page) !important;
}


.partner-section,
.partner-slab {
    background: var(--bg-page) !important;
}

/* keyframes */
@keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


/* Map container */
.dk-map-wrap {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}

.dk-map {
    width: 100%;
    height: 440px;
    border-radius: 18px;
    overflow: hidden;
    background: #e9eef7;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.leaflet-container {
    border-radius: 18px;
}

/* Legend - haritanın içinde sol alt */
.dk-legend-inmap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: center;
    background: #ffffffcc;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 12px;
    padding: 8px 10px;
    font-size: .9rem;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
}

.dk-legend-inmap span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dk-legend-inmap img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

@media (max-width:575.98px) {
    .dk-map {
        height: 360px;
    }

    .dk-legend-inmap {
        font-size: .85rem;
    }
}


.dk-reviews {
    --dk-bg: var(--bg-page);
    background: var(--bg-page) !important;
}