﻿/* ==================== Dijitasyon Custom CSS ==================== */
/* Ajans brand gradient: #667eea -> #764ba2 */
/* dpmarket main.css ile uyumlu override'lar */

/* ==================== CSS Degiskenleri ==================== */
:root {
    --dj-primary: #8b5cf6;
    --dj-secondary: #a855f7;
    --dj-gradient: linear-gradient(135deg, #8b5cf6 0%, #a855f7 100%);
    --dj-gradient-reverse: linear-gradient(135deg, #a855f7 0%, #8b5cf6 100%);
    --dj-gradient-soft: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%);
    --dj-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
    --dj-shadow-lg: 0 10px 30px rgba(139, 92, 246, 0.2);
    --dj-radius: 12px;
    --dj-radius-sm: 8px;
    --dj-transition: all 0.3s ease;
    /* main.css color overrides - morumsu */
    --main-h: 263;
    --main-s: 90%;
    --main-l: 58%;
    --main-two-h: 271;
    --main-two-s: 81%;
    --main-two-l: 56%;
    --main-three-h: 292;
    --main-three-s: 84%;
    --main-three-l: 61%;
}


/* ==================== Genel Override'lar ==================== */
.text-main {
    color: var(--dj-primary) !important;
}

.bg-main {
    background: var(--dj-gradient) !important;
}

.btn-main {
    background: var(--dj-gradient);
    border: none;
    color: #fff;
    border-radius: var(--dj-radius-sm);
    transition: var(--dj-transition);
    font-weight: 600;
}

.btn-main:hover {
    background: var(--dj-gradient-reverse);
    color: #fff;
    box-shadow: var(--dj-shadow);
    transform: translateY(-2px);
}

.btn-outline-main {
    border: 2px solid var(--dj-primary);
    color: var(--dj-primary);
    background: transparent;
    border-radius: var(--dj-radius-sm);
    transition: var(--dj-transition);
    font-weight: 600;
}

.btn-outline-main:hover {
    background: var(--dj-gradient);
    border-color: transparent;
    color: #fff;
    box-shadow: var(--dj-shadow);
    transform: translateY(-2px);
}

/* ==================== Hero Section ==================== */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: var(--dj-gradient-soft);
    border-radius: 50%;
    z-index: 0;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 400px;
    height: 400px;
    background: rgba(168, 85, 247, 0.06);
    border-radius: 50%;
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-section .hero-title {
    font-weight: 800;
    line-height: 1.2;
}

.hero-section .hero-title span {
    background: var(--dj-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-section .hero-desc {
    font-size: 1.1rem;
    color: hsl(var(--body-color));
    max-width: 600px;
}

/* ==================== Hero (Banner-three) Kompakt ==================== */
.banner-three .banner-three__wrapper {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}
.banner-three .banner-three__inner {
    padding-top: 20px;
    padding-bottom: 20px;
}
.banner-three-content__title {
    font-size: 32px !important;
}
.banner-three-content__desc {
    font-size: 16px !important;
}
.banner-three .mt-40 {
    margin-top: 24px !important;
}
.banner-three .mt-64 {
    margin-top: 32px !important;
}
.banner-three .statistics-three {
    padding: 12px 20px;
}
@media (min-width: 992px) {
    .banner-three-content__title {
        font-size: 38px !important;
    }
}
@media (max-width: 991px) {
    .banner-three .banner-three__wrapper {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }
    .banner-three-content__title {
        font-size: 26px !important;
    }
}

/* ==================== Ana Sayfa Bolum Bosluklari Azaltma ==================== */
.about-three.padding-y-120,
.service-three.padding-y-120,
.featured-product.padding-y-120,
.choose-us.padding-y-120,
.team.padding-y-120,
.testimonial-three.padding-y-120,
.pricing-plan-three.padding-y-120 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.working-process .working-process-wrapper.padding-y-120 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
@media (min-width: 992px) {
    .about-three.padding-y-120,
    .service-three.padding-y-120,
    .featured-product.padding-y-120,
    .choose-us.padding-y-120,
    .team.padding-y-120,
    .testimonial-three.padding-y-120,
    .pricing-plan-three.padding-y-120 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .working-process .working-process-wrapper.padding-y-120 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}
.brand-three {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.section-heading {
    margin-bottom: 32px;
}
.blog-section {
    padding: 60px 0 70px !important;
}
@media (min-width: 992px) {
    .blog-section {
        padding: 80px 0 80px !important;
    }
}

/* ==================== Product/Service Card Override ==================== */
.product-item {
    border: 1px solid hsl(var(--border-color));
    border-radius: var(--dj-radius);
    overflow: hidden;
    transition: var(--dj-transition);
    background: hsl(var(--white));
}

.product-item:hover {
    box-shadow: var(--dj-shadow-lg);
    transform: translateY(-5px);
    border-color: rgba(139, 92, 246, 0.3);
}

.product-item__thumb {
    position: relative;
    overflow: hidden;
}

.product-item__thumb img {
    transition: transform 0.4s ease;
}

.product-item:hover .product-item__thumb img {
    transform: scale(1.05);
}

.product-item__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--dj-gradient);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.product-item__content {
    padding: 20px;
}

.product-item__title {
    font-weight: 600;
    margin-bottom: 8px;
}

.product-item__title a {
    color: hsl(var(--heading-color));
    transition: color 0.2s ease;
}

.product-item__title a:hover {
    color: var(--dj-primary);
}

.product-item__desc {
    font-size: 14px;
    color: hsl(var(--body-color));
    margin-bottom: 12px;
}

.product-item__price--current {
    font-weight: 700;
    font-size: 18px;
    color: var(--dj-primary);
}

.product-item__price--old {
    font-size: 14px;
    color: hsl(var(--gray-four));
    margin-left: 8px;
}

/* ==================== Blog Kart Stilleri ==================== */
.blog-item {
    border: 1px solid hsl(var(--border-color));
    border-radius: var(--dj-radius);
    overflow: hidden;
    transition: var(--dj-transition);
    background: hsl(var(--white));
}

.blog-item:hover {
    box-shadow: var(--dj-shadow-lg);
    transform: translateY(-5px);
}

.blog-item__thumb {
    overflow: hidden;
}

.blog-item__thumb img {
    transition: transform 0.5s ease;
    width: 100%;
}

.blog-item:hover .blog-item__thumb img {
    transform: scale(1.08);
}

.blog-item__content {
    padding: 24px;
}

.blog-item__title a {
    color: hsl(var(--heading-color));
    transition: color 0.2s;
}

.blog-item__title a:hover {
    color: var(--dj-primary);
}

.blog-item__date {
    font-size: 13px;
    color: hsl(var(--gray-three));
}

.blog-item__category {
    display: inline-block;
    background: var(--dj-gradient-soft);
    color: var(--dj-primary);
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* ==================== Testimonial / Yorum Kartlari ==================== */
.testimonial-card {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: var(--dj-radius);
    padding: 30px;
    transition: var(--dj-transition);
    position: relative;
}

.testimonial-card:hover {
    box-shadow: var(--dj-shadow-lg);
    border-color: rgba(139, 92, 246, 0.3);
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 60px;
    line-height: 1;
    color: rgba(139, 92, 246, 0.15);
    font-family: Georgia, serif;
}

.testimonial-card__stars {
    color: #ffc107;
    margin-bottom: 16px;
}

.testimonial-card__text {
    font-size: 15px;
    line-height: 1.7;
    color: hsl(var(--body-color));
    margin-bottom: 20px;
}

.testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--dj-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.testimonial-card__name {
    font-weight: 600;
    font-size: 15px;
    color: hsl(var(--heading-color));
}

.testimonial-card__role {
    font-size: 13px;
    color: hsl(var(--gray-three));
}

/* ==================== Iletisim Sayfasi / Harita ==================== */
.contact-map-section {
    position: relative;
    border-radius: var(--dj-radius);
    overflow: hidden;
    margin-top: 40px;
}

.contact-map-section iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: var(--dj-radius);
}

.contact-info-card {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: var(--dj-radius);
    padding: 30px;
    text-align: center;
    transition: var(--dj-transition);
}

.contact-info-card:hover {
    box-shadow: var(--dj-shadow);
    transform: translateY(-3px);
}

.contact-info-card__icon {
    width: 64px;
    height: 64px;
    background: var(--dj-gradient-soft);
    color: var(--dj-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 16px;
    transition: var(--dj-transition);
}

.contact-info-card:hover .contact-info-card__icon {
    background: var(--dj-gradient);
    color: #fff;
}

/* ==================== Hizmet Detay Fiyat Alani ==================== */
.product-sidebar__card {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color)) !important;
    border-radius: var(--dj-radius) !important;
    transition: var(--dj-transition);
}

.product-sidebar__card:hover {
    box-shadow: var(--dj-shadow);
}

.product-sidebar__price .h3 {
    background: var(--dj-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ==================== Dashboard Sidebar ==================== */
.dashboard-sidebar {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: var(--dj-radius);
    overflow: hidden;
}

.dashboard-sidebar .nav-link {
    padding: 12px 20px;
    color: hsl(var(--body-color));
    border-left: 3px solid transparent;
    transition: var(--dj-transition);
    font-size: 14px;
}

.dashboard-sidebar .nav-link:hover {
    background: var(--dj-gradient-soft);
    color: var(--dj-primary);
    border-left-color: var(--dj-primary);
}

.dashboard-sidebar .nav-link.active {
    background: var(--dj-gradient-soft);
    color: var(--dj-primary);
    border-left-color: var(--dj-primary);
    font-weight: 600;
}

.dashboard-sidebar .nav-link i {
    width: 24px;
    text-align: center;
    margin-right: 8px;
}

.dashboard-card {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: var(--dj-radius);
    overflow: hidden;
}

/* ==================== Empty State ==================== */
.empty-state {
    padding: 60px 20px;
}

.empty-state__icon {
    font-size: 80px;
    color: hsl(var(--gray-four));
    display: block;
    margin-bottom: 16px;
}

.empty-state h4 {
    color: hsl(var(--heading-color));
    margin-bottom: 8px;
}

.empty-state p {
    color: hsl(var(--body-color));
    max-width: 400px;
    margin: 0 auto;
}

/* ==================== Sepet Stilleri ==================== */
.cart-section .table {
    border-color: hsl(var(--border-color));
}

.cart-section .table thead th {
    background: hsl(var(--section-bg));
    border-bottom: 2px solid hsl(var(--border-color));
    font-weight: 600;
    font-size: 14px;
    color: hsl(var(--heading-color));
    padding: 16px;
    white-space: nowrap;
}

.cart-section .table tbody td {
    padding: 20px 16px;
    vertical-align: middle;
    border-bottom: 1px solid hsl(var(--border-color));
}

.cart-item__thumb img {
    border-radius: var(--dj-radius-sm);
    border: 1px solid hsl(var(--border-color));
}

.cart-item__title a {
    color: hsl(var(--heading-color));
    font-weight: 600;
    transition: color 0.2s;
}

.cart-item__title a:hover {
    color: var(--dj-primary);
}

.cart-item__price {
    font-weight: 500;
    color: hsl(var(--body-color));
}

.cart-item__total {
    color: var(--dj-primary);
    font-size: 16px;
}

.cart-qty-btn {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.cart-qty-value {
    min-width: 40px;
    text-align: center;
    font-size: 16px;
}

.cart-remove-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: var(--dj-transition);
}

.cart-remove-btn:hover {
    background: #dc3545;
    color: #fff;
    border-color: #dc3545;
}

.cart-summary {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color)) !important;
    border-radius: var(--dj-radius) !important;
}

.cart-summary__title {
    font-weight: 700;
    color: hsl(var(--heading-color));
    padding-bottom: 16px;
    border-bottom: 2px solid hsl(var(--border-color));
}

.cart-table {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: var(--dj-radius);
    overflow: hidden;
}

/* ==================== Checkout Progress ==================== */
.checkout-progress {
    display: flex;
    align-items: center;
}

.checkout-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    padding: 0 30px;
}

.checkout-step .step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    background: hsl(var(--section-bg));
    color: hsl(var(--gray-three));
    border: 2px solid hsl(var(--border-color));
    transition: var(--dj-transition);
}

.checkout-step .step-label {
    font-size: 13px;
    font-weight: 500;
    color: hsl(var(--gray-three));
}

.checkout-step.active .step-number {
    background: var(--dj-gradient);
    color: #fff;
    border-color: transparent;
    box-shadow: var(--dj-shadow);
}

.checkout-step.active .step-label {
    color: var(--dj-primary);
    font-weight: 700;
}

.checkout-step.completed .step-number {
    background: #28a745;
    color: #fff;
    border-color: transparent;
}

.checkout-step.completed .step-label {
    color: #28a745;
}

/* ==================== Checkout Form ==================== */
.checkout-form {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color)) !important;
    border-radius: var(--dj-radius) !important;
}

.checkout-form h5 {
    font-weight: 700;
    color: hsl(var(--heading-color));
}

.checkout-form .form-control,
.checkout-form .form--control {
    border: 1px solid hsl(var(--border-color));
    border-radius: var(--dj-radius-sm);
    padding: 12px 16px;
    font-size: 14px;
    transition: var(--dj-transition);
}

.checkout-form .form-control:focus,
.checkout-form .form--control:focus {
    border-color: var(--dj-primary);
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

/* ==================== Payment Section ==================== */
.payment-form-container {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color)) !important;
    border-radius: var(--dj-radius) !important;
}

/* ==================== Tesekkur Sayfasi ==================== */
.thankyou-icon {
    display: inline-block;
}

.thankyou-icon i {
    font-size: 100px;
    line-height: 1;
}

.thankyou-icon.success i {
    color: #28a745;
}

.thankyou-icon.error i {
    color: #dc3545;
}

.thankyou-icon.warning i {
    color: #ffc107;
}

.order-details {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color)) !important;
    border-radius: var(--dj-radius) !important;
}

.order-details h6 {
    color: hsl(var(--heading-color));
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid hsl(var(--border-color));
}

/* ==================== Breadcrumb Override ==================== */
.breadcrumb-two {
    background: var(--dj-gradient-soft);
}

.breadcrumb-two-content__title {
    color: hsl(var(--heading-color));
    font-weight: 800;
}

.breadcrumb-two-content__list li a {
    color: hsl(var(--body-color));
    transition: color 0.2s;
}

.breadcrumb-two-content__list li a:hover {
    color: var(--dj-primary);
}

.breadcrumb-two-content__list li.active {
    color: var(--dj-primary);
    font-weight: 600;
}

/* ==================== Sidebar Filter ==================== */
.sidebar-filter__item {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: var(--dj-radius);
    padding: 24px;
}

.sidebar-filter__title {
    font-weight: 700;
    color: hsl(var(--heading-color));
    padding-bottom: 12px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.sidebar-filter__list li {
    padding: 8px 0;
    border-bottom: 1px solid hsl(var(--border-color) / 0.5);
}

.sidebar-filter__list li:last-child {
    border-bottom: none;
}

.sidebar-filter__list li a {
    color: hsl(var(--body-color));
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.2s;
}

.sidebar-filter__list li a:hover,
.sidebar-filter__list li a.active {
    color: var(--dj-primary);
}

/* ==================== Section Heading Override ==================== */
.section-heading__title {
    font-weight: 800;
}

.section-heading__title span {
    background: var(--dj-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ==================== Footer Override ==================== */
.footer-section {
    background: hsl(var(--black-two));
}

.footer-widget__title {
    color: hsl(var(--static-white));
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.footer-widget__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--dj-gradient);
    border-radius: 2px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    transition: var(--dj-transition);
}

.social-icon:hover {
    background: var(--dj-gradient);
    border-color: transparent;
    color: #fff;
    transform: translateY(-3px);
}

/* ==================== Newsletter Override ==================== */
.newsletter-section {
    background: var(--dj-gradient-soft);
}

.newsletter-content__title {
    font-weight: 800;
    color: hsl(var(--heading-color));
}

.newsletter-form .form--control {
    border-radius: var(--dj-radius-sm) 0 0 var(--dj-radius-sm);
    border: 1px solid hsl(var(--border-color));
    padding: 14px 20px;
}

.newsletter-form .btn-main {
    border-radius: 0 var(--dj-radius-sm) var(--dj-radius-sm) 0;
    padding: 14px 28px;
}

/* ==================== Pagination Override ==================== */
.common-pagination .page-link {
    border-radius: var(--dj-radius-sm);
    margin: 0 3px;
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--body-color));
    transition: var(--dj-transition);
    font-weight: 500;
}

.common-pagination .page-item.active .page-link {
    background: var(--dj-gradient);
    border-color: transparent;
    color: #fff;
    box-shadow: var(--dj-shadow);
}

.common-pagination .page-link:hover {
    background: var(--dj-gradient-soft);
    color: var(--dj-primary);
    border-color: rgba(139, 92, 246, 0.3);
}

/* ==================== Form Stilleri ==================== */
.form--control:focus {
    border-color: var(--dj-primary) !important;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1) !important;
}

/* ==================== Lazy Load Stilleri ==================== */
img[data-src] {
    opacity: 0;
    transition: opacity 0.3s ease;
}

img[data-src].loaded,
img.loaded {
    opacity: 1;
}

/* ==================== Live Search ==================== */
.live-search-wrapper {
    position: relative;
}

.live-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: 0 0 var(--dj-radius-sm) var(--dj-radius-sm);
    box-shadow: var(--box-shadow-lg);
    z-index: 1050;
    max-height: 400px;
    overflow-y: auto;
    display: none;
}

.live-search-results.active {
    display: block;
}

.live-search-item {
    padding: 12px 16px;
    border-bottom: 1px solid hsl(var(--border-color) / 0.5);
    transition: background 0.2s;
    display: block;
    color: hsl(var(--heading-color));
    text-decoration: none;
}

.live-search-item:last-child {
    border-bottom: none;
}

.live-search-item:hover {
    background: var(--dj-gradient-soft);
    color: var(--dj-primary);
}

.live-search-item__type {
    display: inline-block;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
    background: var(--dj-gradient-soft);
    color: var(--dj-primary);
    font-weight: 600;
    margin-right: 8px;
}

.live-search-item__title {
    font-weight: 600;
    font-size: 14px;
}

.live-search-item__excerpt {
    font-size: 12px;
    color: hsl(var(--gray-three));
    margin-top: 4px;
}

/* ==================== Toast / Bildirim ==================== */
.dj-toast {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 9999;
    min-width: 300px;
    max-width: 420px;
    padding: 16px 24px;
    border-radius: var(--dj-radius-sm);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateX(120%);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.dj-toast.show {
    transform: translateX(0);
}

.dj-toast.success {
    background: #28a745;
}

.dj-toast.error {
    background: #dc3545;
}

.dj-toast.info {
    background: var(--dj-primary);
}

/* ==================== Responsive ==================== */
@media (max-width: 991px) {
    .cart-section .table thead {
        display: none;
    }

    .cart-section .table tbody tr {
        display: block;
        margin-bottom: 16px;
        border: 1px solid hsl(var(--border-color));
        border-radius: var(--dj-radius-sm);
        padding: 16px;
    }

    .cart-section .table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px solid hsl(var(--border-color) / 0.3);
    }

    .cart-section .table tbody td:last-child {
        border-bottom: none;
    }

    .cart-item__info {
        width: 100%;
    }

    .checkout-step {
        padding: 0 15px;
    }

    .checkout-step .step-number {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .checkout-step .step-label {
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .cart-summary {
        position: static !important;
    }

    .product-sidebar {
        position: static !important;
    }

    .hero-section::before,
    .hero-section::after {
        display: none;
    }
}

/* ==================== Ekibimiz - Modern Kart Tasarimi ==================== */
.dj-team-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
}
.dj-team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(139, 92, 246, 0.18);
}
.dj-team-card__img-wrap {
    position: relative;
    overflow: hidden;
    height: 280px;
}
.dj-team-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.dj-team-card:hover .dj-team-card__img {
    transform: scale(1.08);
}
.dj-team-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(139, 92, 246, 0.85) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.dj-team-card:hover .dj-team-card__overlay {
    opacity: 1;
}
.dj-team-card__socials {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}
.dj-team-card:hover .dj-team-card__socials {
    transform: translateY(0);
}
.dj-team-card__socials li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.dj-team-card__socials li a:hover {
    background: #fff;
    color: #8b5cf6;
    transform: scale(1.1);
}
.dj-team-card__info {
    padding: 20px 16px 24px;
}
.dj-team-card__name {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #1f2937;
}
.dj-team-card__role {
    font-size: 13px;
    color: #8b5cf6;
    font-weight: 600;
    letter-spacing: 0.3px;
}
@media (max-width: 575px) {
    .dj-team-card__img-wrap {
        height: 240px;
    }
}

/* ==================== Blog Premium Tasarim ==================== */
.dj-blog-card {
    display: block;
    text-decoration: none;
    height: 100%;
}
.dj-blog-card__inner {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(139, 92, 246, 0.06);
}
.dj-blog-card:hover .dj-blog-card__inner {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(139, 92, 246, 0.16);
    border-color: rgba(139, 92, 246, 0.15);
}
.dj-blog-card__thumb {
    position: relative;
    overflow: hidden;
    height: 180px;
}
.dj-blog-card__thumb::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.dj-blog-card:hover .dj-blog-card__thumb::after {
    opacity: 1;
}
.dj-blog-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.dj-blog-card:hover .dj-blog-card__img {
    transform: scale(1.1);
}
.dj-blog-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    padding: 5px 14px;
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.9), rgba(168, 85, 247, 0.9));
    backdrop-filter: blur(6px);
    z-index: 2;
    letter-spacing: 0.3px;
}
.dj-blog-card__body {
    padding: 20px;
}
.dj-blog-card__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.dj-blog-card__date {
    font-size: 12px;
    color: #9ca3af;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}
.dj-blog-card__date i {
    font-size: 14px;
}
.dj-blog-card__title {
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}
.dj-blog-card:hover .dj-blog-card__title {
    color: #8b5cf6;
}
.dj-blog-card__arrow {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 600;
    color: #8b5cf6;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}
.dj-blog-card:hover .dj-blog-card__arrow {
    opacity: 1;
    transform: translateX(0);
}
.dj-blog-card__arrow i {
    transition: transform 0.3s ease;
}
.dj-blog-card:hover .dj-blog-card__arrow i {
    transform: translateX(4px);
}


/* ============================================================
   iOS & MOBÄ°L OPTÄ°MÄ°ZASYON
   ============================================================ */

/* --- iOS Genel DÃ¼zeltmeler --- */
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* iOS input zoom engelleme (16px altÄ± font-size zoom tetikler) */
@media (max-width: 991px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="tel"],
    input[type="search"],
    input[type="url"],
    select,
    textarea {
        font-size: 16px !important;
    }
}

/* iOS dokunma iyileÅŸtirmeleri */
a, button, .btn, input, select, textarea {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

/* iOS safe-area container padding */
@supports (padding: env(safe-area-inset-left)) {
    .container,
    .container-two {
        padding-left: max(16px, env(safe-area-inset-left));
        padding-right: max(16px, env(safe-area-inset-right));
    }
}


/* ============================================================
   MOBÄ°L KOMPAKT TASARIM (Tablet - 991px)
   ============================================================ */
@media (max-width: 991px) {

    /* --- BÃ¶lÃ¼m ArasÄ± BoÅŸluklar (KÃ¼Ã§Ã¼lt) --- */
    .padding-y-120 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    section .section-heading {
        margin-bottom: 28px !important;
    }

    section .section-heading__title {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }

    section .section-heading__desc {
        font-size: 14px !important;
    }

    /* --- Hero / Banner Kompakt --- */
    .banner-three,
    .hero-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .banner-three__title,
    .hero-section h1,
    .hero-section .banner-three__title {
        font-size: 28px !important;
        line-height: 1.25 !important;
    }

    .banner-three__desc,
    .hero-section p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    /* --- Kartlar Kompakt --- */
    .product-card,
    .common-card,
    .card {
        border-radius: 14px !important;
    }

    .product-card .product-card__content {
        padding: 14px !important;
    }

    .product-card .product-card__title {
        font-size: 14px !important;
    }

    .product-card .product-card__price {
        font-size: 16px !important;
    }

    /* Blog kart kompakt */
    .dj-blog-card__inner {
        border-radius: 16px !important;
    }

    .dj-blog-card__thumb {
        height: 150px !important;
    }

    .dj-blog-card__body {
        padding: 14px !important;
    }

    .dj-blog-card__title {
        font-size: 14px !important;
    }

    /* Ekip kart kompakt */
    .dj-team-card {
        border-radius: 14px !important;
    }

    .dj-team-card__img-wrap {
        height: 200px !important;
    }

    .dj-team-card__info {
        padding: 14px 12px 18px !important;
    }

    .dj-team-card__name {
        font-size: 15px !important;
    }

    /* Referans kart */
    .dj-ref-card {
        border-radius: 14px !important;
    }

    /* --- Row/Grid BoÅŸluklarÄ± --- */
    .row.gy-4 {
        --bs-gutter-y: 1rem !important;
    }

    .row.g-4 {
        --bs-gutter-x: 0.75rem !important;
        --bs-gutter-y: 0.75rem !important;
    }

    /* --- Butonlar --- */
    .btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
        border-radius: 10px !important;
    }

    .btn-lg,
    .btn.pill {
        padding: 12px 24px !important;
    }

    /* --- Ä°statistik / Counter --- */
    .counter-three__item,
    .fun-fact {
        padding: 16px !important;
    }

    .counter-three__number,
    .fun-fact__number {
        font-size: 28px !important;
    }

    .counter-three__text,
    .fun-fact__text {
        font-size: 13px !important;
    }

    /* --- FiyatlandÄ±rma KartlarÄ± --- */
    .pricing-plan,
    .pricing-three {
        padding: 20px !important;
        border-radius: 16px !important;
    }

    .pricing-plan .pricing-plan__price,
    .pricing-three__price {
        font-size: 32px !important;
    }

    /* --- Slick Slider --- */
    .slick-dots {
        bottom: -30px !important;
    }

    .slick-dots li button {
        width: 8px !important;
        height: 8px !important;
    }

    /* --- Footer Kompakt --- */
    .footer-three {
        padding-top: 40px !important;
    }

    .footer-three .footer-widget__title {
        font-size: 16px !important;
        margin-bottom: 12px !important;
    }

    .footer-three .footer-widget__list li {
        margin-bottom: 6px !important;
    }

    .footer-three .footer-widget__list a {
        font-size: 13px !important;
    }
}


/* ============================================================
   KÃœÃ‡ÃœK TELEFON (575px ve altÄ±)
   ============================================================ */
@media (max-width: 575px) {

    /* --- BÃ¶lÃ¼m ArasÄ± BoÅŸluklar (Daha da kÃ¼Ã§Ã¼k) --- */
    .padding-y-120 {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }

    section .section-heading {
        margin-bottom: 20px !important;
    }

    section .section-heading__title {
        font-size: 22px !important;
    }

    section .section-heading__desc {
        font-size: 13px !important;
    }

    /* --- Hero Ã‡ok Kompakt --- */
    .banner-three,
    .hero-section {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }

    .banner-three__title,
    .hero-section h1,
    .hero-section .banner-three__title {
        font-size: 24px !important;
        line-height: 1.25 !important;
    }

    .banner-three__desc,
    .hero-section p {
        font-size: 13px !important;
    }

    .banner-three__btn-group,
    .hero-section .btn-group {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .banner-three__btn-group .btn,
    .hero-section .btn-group .btn {
        width: 100% !important;
        justify-content: center !important;
    }

    /* --- Container --- */
    .container,
    .container-two {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    /* --- Kartlar Daha Kompakt --- */
    .product-card .product-card__content {
        padding: 12px !important;
    }

    .product-card .product-card__title {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }

    .product-card .product-card__price {
        font-size: 15px !important;
    }

    .product-card .product-card__thumb {
        height: 160px !important;
    }

    .product-card .product-card__thumb img {
        height: 100% !important;
        object-fit: cover !important;
    }

    /* Blog kart telefon */
    .dj-blog-card__thumb {
        height: 130px !important;
    }

    .dj-blog-card__body {
        padding: 12px !important;
    }

    .dj-blog-card__title {
        font-size: 13px !important;
    }

    .dj-blog-card__meta {
        gap: 8px !important;
        margin-bottom: 8px !important;
    }

    .dj-blog-card__arrow {
        margin-top: 10px !important;
    }

    /* Ekip kart telefon */
    .dj-team-card__img-wrap {
        height: 180px !important;
    }

    .dj-team-card__info {
        padding: 12px 10px 16px !important;
    }

    /* --- Row/Grid BoÅŸluklarÄ± (Daha sÄ±kÄ±) --- */
    .row.gy-4 {
        --bs-gutter-y: 0.75rem !important;
    }

    .row.g-4 {
        --bs-gutter-x: 0.5rem !important;
        --bs-gutter-y: 0.5rem !important;
    }

    /* 2'li grid dÃ¼zeni (Ã¼rÃ¼nler, blog, referanslar) */
    .row > [class*="col-sm-6"],
    .row > [class*="col-6"] {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    /* --- Stat/Counter Kompakt --- */
    .counter-three__item,
    .fun-fact {
        padding: 12px !important;
    }

    .counter-three__number,
    .fun-fact__number {
        font-size: 24px !important;
    }

    .counter-three__text,
    .fun-fact__text {
        font-size: 12px !important;
    }

    /* --- FiyatlandÄ±rma Telefon --- */
    .pricing-plan,
    .pricing-three {
        padding: 16px !important;
    }

    .pricing-plan .pricing-plan__price,
    .pricing-three__price {
        font-size: 28px !important;
    }

    /* --- CTA / BÃ¼lten Kompakt --- */
    .cta-three,
    .newsletter-three {
        padding: 24px 16px !important;
        border-radius: 16px !important;
    }

    /* --- Tab Navigasyon Scroll --- */
    .nav-pills,
    .nav-tabs {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        gap: 6px !important;
        padding-bottom: 4px !important;
    }

    .nav-pills::-webkit-scrollbar,
    .nav-tabs::-webkit-scrollbar {
        display: none !important;
    }

    .nav-pills .nav-link,
    .nav-tabs .nav-link {
        white-space: nowrap !important;
        font-size: 13px !important;
        padding: 8px 14px !important;
    }

    /* --- Breadcrumb Kompakt --- */
    .breadcrumb-three,
    .breadcrumb-section {
        padding: 20px 0 !important;
    }

    .breadcrumb-three__title,
    .breadcrumb-section h1 {
        font-size: 20px !important;
    }

    /* --- Footer Daha Kompakt --- */
    .footer-three {
        padding-top: 30px !important;
    }

    .bottom-footer {
        padding: 12px 0 !important;
        font-size: 12px !important;
    }

    /* --- Sayfa Ä°Ã§i Genel Metin --- */
    .font-18 { font-size: 15px !important; }
    .font-24 { font-size: 18px !important; }
    .font-28 { font-size: 20px !important; }
    .font-32 { font-size: 22px !important; }

    p {
        font-size: 14px;
        line-height: 1.65;
    }

    h1 { font-size: 24px !important; }
    h2 { font-size: 22px !important; }
    h3 { font-size: 18px !important; }
    h4 { font-size: 16px !important; }
    h5 { font-size: 15px !important; }
}


/* ============================================================
   iOS Safari Ã–zel DÃ¼zeltmeler
   ============================================================ */

/* iOS 100vh sorunu - dvh ile dÃ¼zelt */
@supports (height: 100dvh) {
    .hero-section,
    .banner-three {
        min-height: auto;
    }
}

/* iOS position:sticky bug dÃ¼zeltmesi */
@supports (-webkit-touch-callout: none) {
    .dj-header.fixed-header {
        position: -webkit-sticky !important;
        position: sticky !important;
    }

    /* iOS bounce scroll Ã¶nleme */
    .dj-mobile-nav {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    /* iOS input focus zoom fix */
    @media (max-width: 991px) {
        input:focus,
        select:focus,
        textarea:focus {
            font-size: 16px !important;
        }
    }

    /* iOS select stil dÃ¼zeltmesi */
    select {
        -webkit-appearance: none;
        appearance: none;
    }

    /* iOS button stil dÃ¼zeltmesi */
    input[type="submit"],
    button {
        -webkit-appearance: none;
        appearance: none;
    }
}

/* iOS gÃ¼venli alan - Ã¼st bar (notch) */
@supports (padding-top: env(safe-area-inset-top)) {
    .dj-header {
        padding-top: env(safe-area-inset-top, 0);
    }
}

/* iOS smooth scroll iyileÅŸtirme */
@media (max-width: 991px) {
    * {
        -webkit-overflow-scrolling: touch;
    }

    /* iOS'ta overflow:hidden body scroll engelleme dÃ¼zeltmesi */
    body.menu-open {
        position: fixed;
        width: 100%;
        overflow: hidden;
    }
}

/* ====================================================================
   DARK MODE â€” KapsamlÄ± KaranlÄ±k Mod DesteÄŸi
   Tetikleyici: 


/* â”€â”€ Section backgrounds â”€â”€ */


/* ====================================================================
   HÄ°ZMETLERÄ°MÄ°Z SECTION â€” Modern Kart TasarÄ±mÄ±
   ==================================================================== */

/* â”€â”€ Background blobs (dekoratif) â”€â”€ */
.dj-hizmetler-section {
    background: hsl(var(--section-bg));
}

.dj-hizmetler-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.065;
    pointer-events: none;
    z-index: 1;
}

.dj-hizmetler-blob--1 {
    width: 500px;
    height: 500px;
    background: #8b5cf6;
    top: -150px;
    left: -150px;
}

.dj-hizmetler-blob--2 {
    width: 400px;
    height: 400px;
    background: #a855f7;
    bottom: -100px;
    right: -100px;
}

/* â”€â”€ Section Header (paylaÅŸÄ±mlÄ±, birden fazla bÃ¶lÃ¼mde kullanÄ±labilir) â”€â”€ */
.dj-sec-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--dj-primary);
    background: rgba(139, 92, 246, 0.07);
    border: 1px solid rgba(139, 92, 246, 0.18);
    padding: 8px 20px;
    border-radius: 50px;
}

.dj-sec-badge i {
    font-size: 14px;
}

.dj-sec-title {
    font-size: clamp(22px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: hsl(var(--heading-color));
}

.dj-sec-title span {
    background: var(--dj-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dj-sec-desc {
    font-size: 16px;
    color: hsl(var(--body-color));
    line-height: 1.75;
    max-width: 560px;
}

/* â”€â”€ Service Card â”€â”€ */
.dj-svc-card {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: 20px;
    padding: 32px 28px 28px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.35s ease,
                border-color 0.35s ease;
}

/* Top color bar animasyonu */
.dj-svc-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--dj-gradient);
    border-radius: 20px 20px 0 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Hover glow overlay */
.dj-svc-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top left, rgba(139, 92, 246, 0.055) 0%, transparent 65%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.dj-svc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(139, 92, 246, 0.13);
    border-color: rgba(139, 92, 246, 0.22);
}

.dj-svc-card:hover::before {
    transform: scaleX(1);
}

.dj-svc-card:hover::after {
    opacity: 1;
}

/* â”€â”€ Card Top Row (icon + number) â”€â”€ */
.dj-svc-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dj-svc-card__icon-box {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: var(--dj-gradient-soft);
    border: 1px solid rgba(139, 92, 246, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--dj-primary);
    flex-shrink: 0;
    transition: all 0.35s ease;
}

.dj-svc-card:hover .dj-svc-card__icon-box {
    background: var(--dj-gradient);
    color: #fff;
    border-color: transparent;
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 8px 22px rgba(139, 92, 246, 0.38);
}

.dj-svc-card__num {
    font-size: 38px;
    font-weight: 800;
    color: rgba(139, 92, 246, 0.07);
    line-height: 1;
    transition: color 0.35s ease;
    user-select: none;
}

.dj-svc-card:hover .dj-svc-card__num {
    color: rgba(139, 92, 246, 0.14);
}

/* â”€â”€ Card Content â”€â”€ */
.dj-svc-card__title {
    font-size: 18px;
    font-weight: 700;
    color: hsl(var(--heading-color));
    margin-bottom: 10px;
    line-height: 1.35;
    transition: color 0.3s ease;
}

.dj-svc-card:hover .dj-svc-card__title {
    color: var(--dj-primary);
}

.dj-svc-card__desc {
    font-size: 14px;
    color: hsl(var(--body-color));
    line-height: 1.75;
    margin-bottom: 16px;
    flex-grow: 1;
}

/* â”€â”€ Features List â”€â”€ */
.dj-svc-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.dj-svc-card__features li {
    font-size: 13px;
    color: hsl(var(--body-color));
    display: flex;
    align-items: center;
    gap: 8px;
}

.dj-svc-card__features li i {
    color: var(--dj-primary);
    font-size: 16px;
    flex-shrink: 0;
}

/* â”€â”€ Card Link â”€â”€ */
.dj-svc-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: var(--dj-primary);
    text-decoration: none;
    margin-top: auto;
    padding-top: 4px;
    transition: gap 0.3s ease, color 0.3s ease;
}

.dj-svc-card__link i {
    transition: transform 0.3s ease;
}

.dj-svc-card:hover .dj-svc-card__link {
    gap: 10px;
    color: #7c3aed;
}

.dj-svc-card:hover .dj-svc-card__link i {
    transform: translateX(4px);
}

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 991px) {
    .dj-svc-card {
        padding: 24px 20px 22px;
        border-radius: 16px;
    }

    .dj-svc-card__icon-box {
        width: 52px;
        height: 52px;
        font-size: 24px;
        border-radius: 14px;
    }

    .dj-svc-card__title {
        font-size: 16px;
    }

    .dj-sec-title {
        font-size: 26px;
    }

    .dj-sec-desc {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .dj-hizmetler-blob {
        display: none; /* KÃ¼Ã§Ã¼k ekranda blur blob'larÄ± kaldÄ±r */
    }

    .dj-svc-card {
        padding: 20px 18px 18px;
    }

    .dj-svc-card__num {
        font-size: 30px;
    }
}

/* ====================================================================
   HÄ°ZMETLER DARK MODE
   ==================================================================== */


/* ====================================================================
   NEDEN BÄ°Z â€” Choose Us Section Override
   ==================================================================== */

.choose-us-item {
    border-radius: 20px;
    overflow: hidden;
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.choose-us-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(139, 92, 246, 0.12);
    border-color: rgba(139, 92, 246, 0.2);
}

.choose-us-item__thumb {
    position: relative;
    overflow: hidden;
}

.choose-us-item__thumb img {
    transition: transform 0.5s ease;
    width: 100%;
    display: block;
}

.choose-us-item:hover .choose-us-item__thumb img {
    transform: scale(1.05);
}

.choose-us-item__content {
    padding: 24px 20px 28px !important;
}

.choose-us-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--dj-gradient-soft);
    border: 1px solid rgba(139, 92, 246, 0.12);
    transition: all 0.3s ease;
    margin-bottom: 4px;
}

.choose-us-item:hover .choose-us-item__icon {
    background: var(--dj-gradient);
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(139, 92, 246, 0.35);
}

.choose-us-item:hover .choose-us-item__icon i {
    color: #fff !important;
}

.choose-us-item__title {
    font-size: 17px;
    font-weight: 700;
    color: hsl(var(--heading-color));
    transition: color 0.3s ease;
}

.choose-us-item:hover .choose-us-item__title {
    color: var(--dj-primary);
}

.choose-us-item__desc {
    font-size: 14px;
    line-height: 1.7;
    color: hsl(var(--body-color));
}


/* ====================================================================
   Ã–NE Ã‡IKAN ÃœRÃœNLER â€” dj-product-card
   ==================================================================== */

.dj-urunler-section {
    background: hsl(var(--white));
}

/* Decorative blob */
.dj-urunler-blob {
    position: absolute;
    width: 500px;
    height: 500px;
    background: #8b5cf6;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
    top: -120px;
    right: -120px;
}

/* â”€â”€ Card â”€â”€ */
.dj-product-card {
    border-radius: 18px;
    overflow: hidden;
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dj-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 44px rgba(139, 92, 246, 0.13);
    border-color: rgba(139, 92, 246, 0.22);
}

/* â”€â”€ Thumb â”€â”€ */
.dj-product-card__thumb {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: hsl(var(--section-bg));
    flex-shrink: 0;
}

.dj-product-card__thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.dj-product-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.dj-product-card:hover .dj-product-card__thumb img {
    transform: scale(1.08);
}

/* Category badge */
.dj-product-card__cat {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(6px);
    padding: 4px 10px;
    border-radius: 50px;
    z-index: 2;
    letter-spacing: 0.3px;
    white-space: nowrap;
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Discount badge */
.dj-product-card__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #f43f5e, #e11d48);
    padding: 4px 10px;
    border-radius: 50px;
    z-index: 2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Hover overlay */
.dj-product-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(109, 40, 217, 0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 3;
}

.dj-product-card:hover .dj-product-card__overlay {
    opacity: 1;
}

.dj-product-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #7c3aed;
    background: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    text-decoration: none;
    transform: translateY(10px);
    transition: transform 0.3s ease, background 0.2s;
    white-space: nowrap;
}

.dj-product-card:hover .dj-product-card__btn {
    transform: translateY(0);
}

/* â”€â”€ Body â”€â”€ */
.dj-product-card__body {
    padding: 14px 16px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dj-product-card__title {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.45;
}

.dj-product-card__title a {
    color: hsl(var(--heading-color));
    text-decoration: none;
    transition: color 0.2s;
}

.dj-product-card__title a:hover {
    color: var(--dj-primary);
}

.dj-product-card__stars {
    font-size: 12px;
    color: #f59e0b;
    line-height: 1;
}

.dj-product-card__stars span {
    color: hsl(var(--body-color));
    font-size: 11px;
    margin-left: 2px;
}

.dj-product-card__price {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
}

.dj-product-card__price--new {
    font-size: 16px;
    font-weight: 800;
    background: var(--dj-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.dj-product-card__price--old {
    font-size: 12px;
    color: hsl(var(--gray-three));
    text-decoration: line-through;
}

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 991px) {
    .dj-product-card__body { padding: 12px 14px 16px; }
    .dj-product-card__title { font-size: 13px; }
    .dj-product-card__price--new { font-size: 14px; }
}

@media (max-width: 575px) {
    .dj-product-card__thumb { aspect-ratio: 1; }
    .dj-product-card__cat,
    .dj-product-card__badge { font-size: 9px; padding: 3px 8px; }
    .dj-product-card__body { padding: 10px 12px 14px; gap: 4px; }
    .dj-product-card__title { font-size: 12px; }
    .dj-product-card__price--new { font-size: 13px; }
    .dj-product-card__stars { font-size: 11px; }
    .dj-urunler-blob { display: none; }
}


/* ====================================================================
   Ã‡ALIÅMA SÃœRECÄ°MÄ°Z â€” dj-surec
   ==================================================================== */

.dj-surec-section {
    padding: 90px 0;
    background: linear-gradient(140deg, #120830 0%, #1e0d55 45%, #120830 100%);
    position: relative;
}

/* Dot grid texture */
.dj-surec-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(167, 139, 250, 0.055) 1px, transparent 1px);
    background-size: 26px 26px;
    pointer-events: none;
    z-index: 1;
}

/* Ambient glows */
.dj-surec-glow {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    z-index: 1;
}

.dj-surec-glow--l {
    background: #6d28d9;
    opacity: 0.18;
    top: -80px;
    left: -80px;
}

.dj-surec-glow--r {
    background: #a855f7;
    opacity: 0.12;
    bottom: -60px;
    right: -60px;
}

/* Badge variant for dark backgrounds */
.dj-sec-badge--light {
    background: rgba(255, 255, 255, 0.07) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    color: rgba(255, 255, 255, 0.75) !important;
}

/* Steps grid */
.dj-surec-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    gap: 12px;
}

/* Connecting line */
.dj-surec-grid::before {
    content: '';
    position: absolute;
    top: 22px;
    left: calc(12.5% + 24px);
    right: calc(12.5% + 24px);
    height: 1px;
    background: linear-gradient(90deg,
        transparent,
        rgba(167, 139, 250, 0.35) 20%,
        rgba(167, 139, 250, 0.35) 80%,
        transparent);
    z-index: 0;
}

/* Single step */
.dj-surec-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* Step number bubble */
.dj-surec-step__badge {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(139, 92, 246, 0.14);
    border: 1.5px solid rgba(167, 139, 250, 0.3);
    color: #c4b5fd;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    transition: all 0.35s ease;
    flex-shrink: 0;
}

.dj-surec-step:hover .dj-surec-step__badge {
    background: var(--dj-gradient);
    border-color: transparent;
    color: #fff;
    transform: scale(1.12);
    box-shadow: 0 0 0 8px rgba(139, 92, 246, 0.1);
}

/* Step card body */
.dj-surec-step__card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(167, 139, 250, 0.1);
    border-radius: 18px;
    padding: 24px 18px;
    width: 100%;
    transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.dj-surec-step:hover .dj-surec-step__card {
    background: rgba(139, 92, 246, 0.08);
    border-color: rgba(167, 139, 250, 0.25);
    transform: translateY(-4px);
}

.dj-surec-step__icon {
    font-size: 34px;
    color: rgba(167, 139, 250, 0.65);
    margin-bottom: 14px;
    display: block;
    transition: color 0.3s ease, transform 0.3s ease;
    line-height: 1;
}

.dj-surec-step:hover .dj-surec-step__icon {
    color: #c4b5fd;
    transform: scale(1.18) rotate(-6deg);
}

.dj-surec-step__title {
    font-size: 16px;
    font-weight: 700;
    color: #f1f0ff;
    margin-bottom: 8px;
    line-height: 1.3;
}

.dj-surec-step__desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.48);
    line-height: 1.7;
    margin: 0;
}

/* Arrow (visible only on desktop as decorative) */
.dj-surec-step__arrow {
    position: absolute;
    top: 12px;
    right: -14px;
    font-size: 20px;
    color: rgba(167, 139, 250, 0.3);
    z-index: 3;
    pointer-events: none;
    display: none; /* hidden â€” using grid line instead */
}

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 991px) {
    .dj-surec-section { padding: 60px 0; }

    .dj-surec-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .dj-surec-grid::before { display: none; }

    .dj-surec-step__card { padding: 20px 14px; }
    .dj-surec-step__title { font-size: 15px; }
    .dj-surec-step__icon { font-size: 28px; }
}

@media (max-width: 575px) {
    .dj-surec-section { padding: 48px 0; }

    .dj-surec-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .dj-surec-step__badge {
        width: 38px;
        height: 38px;
        font-size: 11px;
        margin-bottom: 14px;
    }

    .dj-surec-step__card { padding: 16px 12px; border-radius: 14px; }
    .dj-surec-step__title { font-size: 13px; }
    .dj-surec-step__desc { font-size: 11px; line-height: 1.6; }
    .dj-surec-step__icon { font-size: 24px; margin-bottom: 10px; }
    .dj-surec-glow { display: none; }
}


/* ====================================================================
   EKÄ°P â€” Perde ArkasÄ±ndaki GÃ¼Ã§
   ==================================================================== */

.dj-ekip-section {
    background: hsl(var(--section-bg));
}

/* Decorative blobs */
.dj-ekip-blob {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(85px);
    opacity: 0.055;
    pointer-events: none;
    z-index: 1;
}

.dj-ekip-blob--l {
    background: #6d28d9;
    bottom: -80px;
    left: -80px;
}

.dj-ekip-blob--r {
    background: #a855f7;
    top: -80px;
    right: -80px;
}

/* Improved team card */
.dj-team-card {
    border: 1px solid hsl(var(--border-color));
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease !important;
}

.dj-team-card:hover {
    box-shadow: 0 20px 48px rgba(139, 92, 246, 0.18) !important;
    border-color: rgba(139, 92, 246, 0.22) !important;
}

/* Role badge pill */
.dj-team-card__role {
    display: inline-block;
    background: var(--dj-gradient-soft);
    border: 1px solid rgba(139, 92, 246, 0.15);
    border-radius: 50px;
    padding: 3px 12px;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: var(--dj-primary) !important;
    letter-spacing: 0.3px;
}

/* Mobile tweaks */
@media (max-width: 767px) {
    .dj-team-card__img-wrap { height: 200px !important; }
    .dj-team-card__name { font-size: 14px !important; }
    .dj-team-card__info { padding: 14px 12px 18px !important; }
}

@media (max-width: 575px) {
    .dj-team-card { border-radius: 14px !important; }
    .dj-team-card__img-wrap { height: 160px !important; }
    .dj-team-card__name { font-size: 12px !important; }
    .dj-team-card__role { font-size: 10px !important; padding: 2px 9px !important; }
    .dj-team-card__info { padding: 11px 10px 14px !important; }
    .dj-ekip-blob { display: none; }
}


/* ==================== Referanslar Sayfası ==================== */

/* ── Hero ── */
.ref-hero {
    padding: 110px 0 80px;
    background: linear-gradient(140deg, #0d0621 0%, #1a0845 40%, #0d0621 100%);
    min-height: 520px;
    display: flex;
    align-items: center;
}
.ref-hero__glow--l,
.ref-hero__glow--r {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    filter: blur(110px);
    pointer-events: none;
}
.ref-hero__glow--l {
    background: rgba(139, 92, 246, 0.35);
    top: -100px;
    left: -160px;
}
.ref-hero__glow--r {
    background: rgba(168, 85, 247, 0.28);
    bottom: -120px;
    right: -160px;
}
.ref-hero__dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}
.ref-hero__inner {
    padding: 20px 0 10px;
}
.ref-hero__title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #fff 0%, #c4b5fd 55%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ref-hero__sub {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.75;
    margin-bottom: 44px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Stats strip */
.ref-hero__stats {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    padding: 14px 32px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}
.ref-hero__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 28px;
}
.ref-hero__stat-val {
    font-size: 1.55rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    background: linear-gradient(135deg, #c4b5fd, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ref-hero__stat-lbl {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-top: 2px;
}
.ref-hero__stat-div {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}

/* Scroll line */
.ref-hero__scroll-line {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 56px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
}
.ref-hero__scroll-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, #a855f7, transparent);
    border-radius: 2px;
    animation: refScrollLine 1.8s ease-in-out infinite;
}
@keyframes refScrollLine {
    0%   { top: -50%; }
    100% { top: 120%; }
}

/* ── Portfolio Grid ── */
.ref-masonry {
    columns: 3;
    column-gap: 24px;
}

/* ── Portfolio Card ── */
.ref-card {
    break-inside: avoid;
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    transition: transform 0.32s ease, box-shadow 0.32s ease;
    position: relative;
}
.ref-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--dj-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
    z-index: 3;
}
.ref-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 48px rgba(139, 92, 246, 0.16);
}
.ref-card:hover::before {
    transform: scaleX(1);
}

/* Card image */
.ref-card__img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}
.ref-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.ref-card:hover .ref-card__img-wrap img {
    transform: scale(1.06);
}
.ref-card__no-img {
    width: 100%;
    height: 100%;
    background: var(--dj-gradient-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--dj-primary);
}

/* Hover overlay */
.ref-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(88, 40, 200, 0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.32s ease;
    z-index: 2;
}
.ref-card:hover .ref-card__overlay {
    opacity: 1;
}
.ref-card__overlay-inner {
    text-align: center;
    transform: translateY(8px);
    transition: transform 0.32s ease;
}
.ref-card:hover .ref-card__overlay-inner {
    transform: translateY(0);
}
.ref-card__visit {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 20px;
    background: #fff;
    color: var(--dj-primary);
    font-size: 0.82rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: var(--dj-transition);
}
.ref-card__visit:hover {
    background: var(--dj-gradient);
    color: #fff;
}
.ref-card__visit--static {
    opacity: 0.85;
    cursor: default;
}

/* Number badge */
.ref-card__num {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.55);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 3px 7px;
    border-radius: 6px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 3;
}

/* Live badge */
.ref-card__live {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(16, 185, 129, 0.18);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #10b981;
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 3px 8px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 3;
}
.ref-card__live i {
    font-size: 7px;
    animation: refLivePulse 1.6s ease-in-out infinite;
}
@keyframes refLivePulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.25; }
}

/* Card body */
.ref-card__body {
    padding: 16px 18px 18px;
}
.ref-card__title {
    font-size: 0.98rem;
    font-weight: 700;
    color: hsl(var(--heading-color));
    margin-bottom: 6px;
    line-height: 1.4;
}
.ref-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}
.ref-card__title a:hover {
    color: var(--dj-primary);
}
.ref-card__desc {
    font-size: 0.82rem;
    color: hsl(var(--body-color));
    line-height: 1.6;
    margin-bottom: 10px;
}
.ref-card__domain {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.76rem;
    color: var(--dj-primary);
    text-decoration: none;
    font-weight: 500;
    transition: gap 0.2s;
}
.ref-card__domain:hover {
    gap: 8px;
}

/* Empty state icon */
.ref-empty__icon {
    width: 80px;
    height: 80px;
    background: var(--dj-gradient-soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 2rem;
    color: var(--dj-primary);
}

/* ── CTA Section ── */
.ref-cta {
    padding: 90px 0;
    background: linear-gradient(140deg, #0d0621 0%, #1a0845 50%, #0d0621 100%);
}
.ref-cta__dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}
.ref-cta__glow {
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    background: rgba(139, 92, 246, 0.25);
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
}
.ref-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}
.ref-cta__left {
    flex: 1 1 360px;
}
.ref-cta__title {
    font-size: clamp(1.75rem, 3.5vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px;
}
.ref-cta__title span {
    background: linear-gradient(135deg, #c4b5fd, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ref-cta__desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.75;
    margin-bottom: 32px;
    max-width: 480px;
}
.ref-cta__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.ref-cta__outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 24px;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}
.ref-cta__outline-btn:hover {
    border-color: var(--dj-primary);
    color: #fff;
    background: rgba(139, 92, 246, 0.15);
}

/* CTA Visual */
.ref-cta__visual {
    flex: 0 0 220px;
    width: 220px;
    height: 220px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ref-cta__ring {
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid rgba(139, 92, 246, 0.25);
    animation: refRingSpin 10s linear infinite;
}
.ref-cta__ring--1 {
    width: 100%;
    height: 100%;
    animation-duration: 14s;
}
.ref-cta__ring--2 {
    width: 72%;
    height: 72%;
    animation-duration: 10s;
    animation-direction: reverse;
    border-color: rgba(168, 85, 247, 0.35);
}
.ref-cta__ring--3 {
    width: 44%;
    height: 44%;
    animation-duration: 7s;
    border-color: rgba(196, 181, 253, 0.4);
}
@keyframes refRingSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
.ref-cta__icon-wrap {
    width: 80px;
    height: 80px;
    background: var(--dj-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    box-shadow: 0 0 32px rgba(139, 92, 246, 0.45);
    position: relative;
    z-index: 2;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .ref-hero { padding: 80px 0 60px; min-height: auto; }
    .ref-hero__title { font-size: 2.2rem; }
    .ref-masonry { columns: 2; }
    .ref-cta__visual { display: none; }
    .ref-hero__stat { padding: 0 16px; }
}
@media (max-width: 767px) {
    .ref-hero { padding: 70px 0 50px; }
    .ref-hero__title { font-size: 1.8rem; }
    .ref-hero__sub { font-size: 0.92rem; }
    .ref-hero__stats {
        padding: 12px 16px;
        border-radius: 20px;
        gap: 4px;
        width: 100%;
    }
    .ref-hero__stat { padding: 6px 10px; }
    .ref-hero__stat-val { font-size: 1.2rem; }
    .ref-hero__stat-div { display: none; }
    .ref-cta { padding: 60px 0; }
    .ref-cta__title { font-size: 1.6rem; }
}
@media (max-width: 575px) {
    .ref-masonry { columns: 1; }
    .ref-hero__glow--l,
    .ref-hero__glow--r { display: none; }
    .ref-hero__scroll-line { display: none; }
    .ref-card__img-wrap { aspect-ratio: 4/3; }
}


/* ==================== Mobile App Bottom Navigation ==================== */
.dj-mobile-nav {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    height: 64px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 9990;
    box-shadow: 0 -2px 20px rgba(0,0,0,0.08);
    border-top: 1px solid rgba(0,0,0,0.04);
    padding-bottom: env(safe-area-inset-bottom, 0);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.dj-mobile-nav__item {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 3px; flex: 1; height: 100%; text-decoration: none;
    color: #9ca3af; font-size: 10px; font-weight: 600;
    transition: all 0.2s ease; position: relative;
    -webkit-tap-highlight-color: transparent;
}
.dj-mobile-nav__item i { font-size: 22px; line-height: 1; transition: all 0.2s ease; }
.dj-mobile-nav__item span { letter-spacing: 0.2px; }
.dj-mobile-nav__item.active { color: hsl(var(--main)); }
.dj-mobile-nav__item.active i { transform: scale(1.1); }
.dj-mobile-nav__item.active::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 24px; height: 3px; background: hsl(var(--main)); border-radius: 0 0 4px 4px;
}
.dj-mobile-nav__cart-icon { position: relative; display: inline-flex; }
.dj-mobile-nav__cart-icon i { font-size: 24px; }
.dj-mobile-nav__badge {
    position: absolute; top: -6px; right: -10px;
    min-width: 16px; height: 16px; padding: 0 4px;
    background: hsl(var(--main)); color: #fff; font-size: 9px; font-weight: 700;
    border-radius: 8px; display: flex; align-items: center; justify-content: center; line-height: 1;
}


@media (max-width: 991px) {
    body { padding-bottom: 68px !important; }
    .wa-widget-btn { bottom: 76px !important; }
    .wa-chat-popup { bottom: 140px !important; }
    .progress-wrap { bottom: 76px !important; }
    .bottom-footer { padding-bottom: 8px; }
}
@media (max-width: 767px) {
    html { scroll-behavior: smooth; -webkit-overflow-scrolling: touch; }
    .dj-ref-card, .dj-blog-card, .post-item, .product-card { -webkit-tap-highlight-color: transparent; }
    .dj-header .header-inner { padding: 10px 0 !important; }
    .dj-header .logo img { max-width: 130px !important; max-height: 34px !important; }
    .dj-topbar { display: none !important; }
    .dj-header { position: -webkit-sticky !important; position: sticky !important; top: 0 !important; z-index: 999 !important; }
    .btn { min-height: 44px; }
}
@supports (padding: max(0px)) {
    .dj-mobile-nav {
        padding-bottom: max(0px, env(safe-area-inset-bottom));
        height: calc(64px + env(safe-area-inset-bottom, 0px));
    }
    @media (max-width: 991px) {
        body { padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px)) !important; }
    }
}

/* ==================== WhatsApp Chat Widget ==================== */
.wa-widget-btn {
    position: fixed; bottom: 24px; left: 24px;
    height: 50px; padding: 0 24px 0 16px;
    border-radius: 50px; background: #25D366; border: none; cursor: pointer;
    display: flex; align-items: center; gap: 10px;
    box-shadow: 0 4px 15px rgba(37,211,102,0.4);
    z-index: 9998; transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: wa-pulse 2s infinite; text-decoration: none;
}
.wa-widget-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 25px rgba(37,211,102,0.55); }
.wa-widget-btn svg { width: 26px; height: 26px; fill: #fff; flex-shrink: 0; }
.wa-widget-btn span {
    color: #fff; font-size: 15px; font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    white-space: nowrap; line-height: 1;
}
@keyframes wa-pulse {
    0%, 100% { box-shadow: 0 4px 15px rgba(37,211,102,0.4); }
    50% { box-shadow: 0 4px 28px rgba(37,211,102,0.65); }
}
.wa-chat-popup {
    position: fixed; bottom: 86px; left: 24px;
    width: 360px; max-width: calc(100vw - 48px);
    border-radius: 12px; overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3); z-index: 9999;
    opacity: 0; visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.wa-chat-popup.wa-open { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.wa-chat-header { background: #075e54; padding: 14px 16px; display: flex; align-items: center; gap: 12px; position: relative; }
.wa-chat-avatar { width: 42px; height: 42px; border-radius: 50%; background: #128c7e; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wa-chat-avatar svg { width: 24px; height: 24px; fill: #fff; opacity: 0.9; }
.wa-chat-info { flex: 1; min-width: 0; }
.wa-chat-name { color: #fff; font-size: 15px; font-weight: 600; margin: 0; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wa-chat-status { color: rgba(255,255,255,0.8); font-size: 12px; margin: 0; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wa-chat-close { background: none; border: none; color: #fff; cursor: pointer; padding: 4px; font-size: 20px; line-height: 1; opacity: 0.8; transition: opacity 0.2s; flex-shrink: 0; }
.wa-chat-close:hover { opacity: 1; }
.wa-chat-body {
    background: #e5ddd5;
    background-image: url("data:image/svg+xml,%3Csvg width='400' height='400' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='p' width='40' height='40' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='20' cy='20' r='1' fill='%23d4ccb9' opacity='0.3'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='400' height='400' fill='%23e5ddd5'/%3E%3Crect width='400' height='400' fill='url(%23p)'/%3E%3C/svg%3E");
    padding: 20px 16px; min-height: 160px; display: flex; flex-direction: column; justify-content: flex-end;
}
.wa-chat-bubble { background: #fff; border-radius: 0 8px 8px 8px; padding: 10px 14px; max-width: 85%; font-size: 14px; line-height: 1.5; color: #303030; box-shadow: 0 1px 1px rgba(0,0,0,0.1); position: relative; word-wrap: break-word; }
.wa-chat-bubble::before { content: ''; position: absolute; top: 0; left: -8px; width: 0; height: 0; border-top: 0 solid transparent; border-bottom: 8px solid transparent; border-right: 8px solid #fff; }
.wa-chat-bubble-time { font-size: 11px; color: #999; text-align: right; margin-top: 4px; }
.wa-chat-footer { background: #f0f0f0; padding: 10px 12px; display: flex; align-items: center; gap: 8px; }
.wa-chat-input { flex: 1; border: none; border-radius: 20px; padding: 10px 16px; font-size: 14px; background: #fff; outline: none; color: #333; min-width: 0; }
.wa-chat-input::placeholder { color: #999; }
.wa-chat-send { width: 40px; height: 40px; border-radius: 50%; background: #25D366; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.2s; }
.wa-chat-send:hover { background: #20bd5a; }
.wa-chat-send svg { width: 20px; height: 20px; fill: #fff; }
@media (max-width: 480px) {
    .wa-chat-popup { width: calc(100vw - 32px); left: 16px; bottom: 78px; }
    .wa-widget-btn { left: 16px; bottom: 16px; height: 46px; padding: 0 18px 0 14px; }
    .wa-widget-btn svg { width: 22px; height: 22px; }
    .wa-widget-btn span { font-size: 14px; }
}

/* ==================== Hero Trust Badges ==================== */
.dj-hero-trust { margin-top: 20px; }
.dj-trust-badge {
    display: inline-flex; align-items: center; gap: 5px;
    background: rgba(124,58,237,0.08); border: 1px solid rgba(124,58,237,0.2);
    border-radius: 50px; padding: 5px 14px;
    font-size: 13px; font-weight: 600; color: #4b2ea0;
    white-space: nowrap; transition: all 0.2s ease;
}
.dj-trust-badge:hover { background: rgba(124,58,237,0.15); border-color: rgba(124,58,237,0.4); }
.dj-trust-badge i { font-size: 15px; color: #7c3aed; }
.dj-trust-badge__stars { color: #f59e0b; font-size: 13px; letter-spacing: -1px; }
.dj-trust-badge__label { color: #374151; }


@media (max-width: 576px) { .dj-trust-badge { font-size: 11px; padding: 4px 10px; } }

/* ==================== Content-Visibility (PageSpeed) ==================== */
/* Fold altındaki büyük section'ları lazily render et */
.dj-surec-section,
.dj-ekip-section,
.ref-cta,
.analiz-cta,
footer.footer-three,
.bottom-footer {
    content-visibility: auto;
    contain-intrinsic-size: 0 600px;
}

/* ==================== Hero Section Premium CSS ==================== */
.banner-three__wrapper {
    border-radius: 28px !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #fdfaff 0%, #f3e8ff 45%, #fce7f3 100%) !important;
    box-shadow: 0 40px 100px rgba(124,58,237,0.10) !important;
    position: relative !important;
}
.banner-three__wrapper::after {
    content: '' !important; position: absolute !important; inset: 0 !important;
    background-image: radial-gradient(rgba(124,58,237,0.055) 1px, transparent 1px) !important;
    background-size: 26px 26px !important; pointer-events: none !important; z-index: 0 !important;
}
.banner-three-content__subtitle {
    display: inline-flex !important; align-items: center !important; gap: 8px !important;
    background: linear-gradient(135deg, rgba(124,58,237,0.08), rgba(168,85,247,0.08)) !important;
    border: 1.5px solid rgba(124,58,237,0.22) !important; border-radius: 100px !important;
    padding: 7px 18px 7px 14px !important; font-size: 12px !important; font-weight: 700 !important;
    letter-spacing: 1px !important; color: #6d28d9 !important; text-transform: uppercase !important;
}
.banner-three-content__subtitle::before {
    content: '' !important; width: 8px !important; height: 8px !important;
    border-radius: 50% !important; background: #7c3aed !important; flex-shrink: 0 !important;
    animation: djPulse 2s infinite !important; display: block !important;
}
@keyframes djPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(124,58,237,0.55); }
    50%       { box-shadow: 0 0 0 6px rgba(124,58,237,0); }
}
.banner-three-content__title {
    font-size: clamp(28px, 4.2vw, 56px) !important;
    line-height: 1.13 !important; letter-spacing: -1.5px !important; color: #0f172a !important;
    font-weight: 800 !important; text-transform: none !important;
    margin-top: 16px !important; margin-bottom: 16px !important;
}
.dj-title-grad {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 55%, #ec4899 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline;
}
.banner-three-content__desc { color: #4b5563 !important; font-size: 16px !important; line-height: 1.8 !important; max-width: 500px !important; }
.banner-three .btn-black,
.banner-three a.btn-black {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%) !important; border: none !important;
    border-radius: 14px !important; padding: 15px 30px !important; font-weight: 700 !important;
    font-size: 15px !important; color: #fff !important;
    box-shadow: 0 8px 28px rgba(124,58,237,0.4) !important;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1) !important; position: relative !important; overflow: hidden !important;
}
.banner-three .btn-black::after {
    content: '' !important; position: absolute !important; inset: 0 !important;
    background: linear-gradient(135deg, #a855f7, #7c3aed) !important;
    opacity: 0 !important; transition: opacity 0.3s !important; border-radius: inherit !important;
}
.banner-three .btn-black:hover::after { opacity: 1 !important; }
.banner-three .btn-black:hover { transform: translateY(-3px) !important; box-shadow: 0 16px 40px rgba(124,58,237,0.52) !important; color: #fff !important; }
.banner-three .btn-black > * { position: relative !important; z-index: 1 !important; }
.banner-three .btn-outline-black,
.banner-three a.btn-outline-black {
    background: rgba(255,255,255,0.72) !important; backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important; border: 1.5px solid rgba(124,58,237,0.28) !important;
    border-radius: 14px !important; padding: 15px 30px !important; font-weight: 600 !important;
    font-size: 15px !important; color: #5b21b6 !important; transition: all 0.3s ease !important;
}
.banner-three .btn-outline-black:hover { background: rgba(124,58,237,0.08) !important; border-color: #7c3aed !important; color: #6d28d9 !important; transform: translateY(-2px) !important; }
.statistics-three__amount {
    font-size: clamp(36px, 5vw, 52px) !important; font-weight: 800 !important;
    background: linear-gradient(135deg, #7c3aed, #a855f7) !important;
    -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important;
    background-clip: text !important; letter-spacing: -1.5px !important; line-height: 1 !important;
}
.statistics-three__text { color: #6b7280 !important; font-size: 13px !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; margin-top: 4px !important; display: block !important; }
.statistics-three-wrapper .statistics-three:first-child { padding-right: 36px !important; margin-right: 12px !important; border-right: 2px solid rgba(124,58,237,0.15) !important; }
.statistics-three-box {
    border-radius: 20px !important; box-shadow: 0 20px 50px rgba(124,58,237,0.20) !important;
    padding: 18px 22px !important; border: 1px solid rgba(255,255,255,0.95) !important;
    backdrop-filter: blur(24px) !important; background: rgba(255,255,255,0.95) !important;
    animation: djFloat 5s ease-in-out infinite !important;
}
.statistics-three-box__amount {
    font-size: 32px !important; font-weight: 800 !important;
    background: linear-gradient(135deg, #7c3aed, #a855f7) !important;
    -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important;
    background-clip: text !important; line-height: 1 !important;
}
.statistics-three-box__text { color: #6b7280 !important; font-size: 12px !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; margin-top: 4px !important; }
.happy-client-three {
    border-radius: 50px !important; background: rgba(255,255,255,0.95) !important;
    backdrop-filter: blur(24px) !important; box-shadow: 0 10px 30px rgba(124,58,237,0.18) !important;
    border: 1px solid rgba(255,255,255,0.9) !important; padding: 10px 22px !important;
    animation: djFloat 5s ease-in-out infinite 2.5s !important;
}
.happy-client-three__text { font-size: 13px !important; font-weight: 700 !important; color: #374151 !important; }
.dj-google-badge__inner {
    border-radius: 18px !important; padding: 10px 16px !important; box-shadow: 0 14px 36px rgba(0,0,0,0.14) !important;
    border: 1px solid rgba(255,255,255,0.95) !important; backdrop-filter: blur(24px) !important;
    background: rgba(255,255,255,0.97) !important; animation: djFloat 5s ease-in-out infinite 1s !important; min-width: 150px !important;
}
@keyframes djFloat {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-9px); }
}
@media (max-width: 991px) {
    .banner-three-content__title { letter-spacing: -0.5px !important; }
    .statistics-three__amount { font-size: 34px !important; }
    .statistics-three-box { animation: none !important; }
    .happy-client-three { animation: none !important; }
}
@media (max-width: 576px) {
    .banner-three__wrapper { border-radius: 16px !important; }
}

/* ==================== Announcement Bar ==================== */
.dj-announcement-bar {
    background: linear-gradient(90deg, #4c1d95, #6d28d9 50%, #4c1d95);
    background-size: 200% auto;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    animation: dj-bar-shimmer 4s linear infinite;
}
.dj-announcement-bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
}
.dj-announcement-bar__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.dj-announcement-bar__icon {
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}
.dj-announcement-bar__text {
    color: rgba(255,255,255,0.95);
}
.dj-announcement-bar__link {
    color: #fde68a;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(253,230,138,0.5);
    transition: color 0.2s, border-color 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
}
.dj-announcement-bar__link:hover {
    color: #fbbf24;
    border-color: #fbbf24;
}
.dj-announcement-bar__close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 4px;
    transition: color 0.2s, background 0.2s;
    flex-shrink: 0;
}
.dj-announcement-bar__close:hover {
    color: #fff;
    background: rgba(255,255,255,0.15);
}
@keyframes dj-bar-shimmer {
    0%   { background-position: 0 center; }
    100% { background-position: 200% center; }
}
@media (max-width: 576px) {
    .dj-announcement-bar { font-size: 12px; padding: 8px 0; }
    .dj-announcement-bar__icon { display: none; }
}

/* ==================== Pricing Pills Tab ==================== */
.pricing-plan-three #pills-tab-three .nav-link {
    background: transparent;
    color: hsl(var(--heading-color));
    border: none;
    border-radius: 50px;
    transition: background 0.25s, color 0.25s, box-shadow 0.25s;
}
.pricing-plan-three #pills-tab-three .nav-link.active {
    background: hsl(var(--main));
    color: #fff;
    box-shadow: 0 4px 16px hsl(var(--main) / 0.35);
}
.pricing-plan-three #pills-tab-three .nav-link:not(.active):hover {
    background: hsl(var(--main) / 0.12);
    color: hsl(var(--main));
}

/* ==================== SEO Article / Sidebar ==================== */
.dj-seo-content {
    background: linear-gradient(180deg, #f9f7ff 0%, #fff 100%);
}
.dj-seo-article {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: 20px;
    padding: 36px 40px;
}
.dj-seo-article__section {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid hsl(var(--border-color));
}
.dj-seo-article__section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.dj-seo-article__section h2 {
    font-size: 20px;
    font-weight: 700;
    color: hsl(var(--heading-color));
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.dj-seo-article__section h2 i {
    color: hsl(var(--main));
    font-size: 22px;
    flex-shrink: 0;
}
.dj-seo-article__section p {
    color: hsl(var(--gray-three));
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
}
.dj-seo-article__section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.dj-seo-article__section ul li {
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    color: hsl(var(--gray-three));
    line-height: 1.6;
}
.dj-seo-article__section ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: hsl(var(--main));
}

/* SEO Feature Cards */
.dj-seo-feature-card {
    background: linear-gradient(135deg, hsl(var(--main) / 0.06), hsl(var(--main) / 0.03));
    border: 1px solid hsl(var(--main) / 0.15);
    border-radius: 14px;
    padding: 20px;
    height: 100%;
    transition: transform 0.25s, box-shadow 0.25s;
}
.dj-seo-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px hsl(var(--main) / 0.12);
}
.dj-seo-feature-card > i {
    font-size: 28px;
    color: hsl(var(--main));
    margin-bottom: 10px;
    display: block;
}
.dj-seo-feature-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: hsl(var(--heading-color));
    margin-bottom: 6px;
}
.dj-seo-feature-card p {
    font-size: 14px;
    color: hsl(var(--gray-three));
    line-height: 1.6;
    margin: 0;
}

/* SEO Sidebar */
.dj-seo-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 90px;
}
.dj-seo-sidebar__widget {
    background: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: 16px;
    padding: 24px;
}
.dj-seo-sidebar__widget > h3 {
    font-size: 16px;
    font-weight: 700;
    color: hsl(var(--heading-color));
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.dj-seo-sidebar__widget > h3 i {
    color: hsl(var(--main));
}
.dj-seo-sidebar__widget > p {
    font-size: 14px;
    color: hsl(var(--gray-three));
    line-height: 1.7;
    margin-bottom: 14px;
}

/* SEO Tags */
.dj-seo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.dj-seo-tags a {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 50px;
    background: hsl(var(--main) / 0.08);
    color: hsl(var(--main));
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid hsl(var(--main) / 0.2);
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.dj-seo-tags a:hover {
    background: hsl(var(--main));
    color: #fff;
    border-color: hsl(var(--main));
}

/* SEO Sidebar CTA */
.dj-seo-sidebar__cta {
    background: linear-gradient(135deg, hsl(var(--main)), #a855f7) !important;
    border-color: transparent !important;
    text-align: center;
}
.dj-seo-sidebar__cta > i {
    font-size: 36px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 10px;
    display: block;
}
.dj-seo-sidebar__cta > h3 {
    color: #fff !important;
}
.dj-seo-sidebar__cta > h3 i { color: rgba(255,255,255,0.8) !important; }
.dj-seo-sidebar__cta > p {
    color: rgba(255,255,255,0.85) !important;
}

/* SEO Service List */
.dj-seo-service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.dj-seo-service-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: hsl(var(--gray-three));
    text-decoration: none;
    transition: background 0.2s, color 0.2s, padding-left 0.2s;
}
.dj-seo-service-list li a i {
    color: hsl(var(--main));
    font-size: 16px;
    flex-shrink: 0;
}
.dj-seo-service-list li a:hover {
    background: hsl(var(--main) / 0.08);
    color: hsl(var(--main));
    padding-left: 16px;
}

/* SEO Contact Links */
.dj-seo-contact-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: hsl(var(--gray-three));
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.dj-seo-contact-link i {
    color: hsl(var(--main));
    font-size: 16px;
    flex-shrink: 0;
}
.dj-seo-contact-link:hover {
    background: hsl(var(--main) / 0.08);
    color: hsl(var(--main));
}


@media (max-width: 991px) {
    .dj-seo-sidebar { position: static; }
    .dj-seo-article { padding: 24px 20px; }
}

/* ====================================================================
   CHOOSE-US PLACEHOLDER (choose-us-img yerine CSS gradient)
   ==================================================================== */

.dj-choose-placeholder {
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
}

.dj-choose-placeholder i {
    font-size: 64px;
    color: rgba(255, 255, 255, 0.75);
}

/* ====================================================================
   HERO CSS MOCKUP (banner-thumb.png yerine CSS illüstrasyonu)
   ==================================================================== */

.dj-hero-mockup {
    position: relative;
    width: 480px;          /* sağ kolonu orijinal görsel boyutuna genişlet */
    max-width: 100%;
    aspect-ratio: 640 / 520;
    display: flex;
    align-items: stretch;
}

.dj-hero-mockup__browser {
    flex: 1;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 24px 64px rgba(124, 58, 237, 0.18), 0 6px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    border: 1px solid rgba(124, 58, 237, 0.12);
    display: flex;
    flex-direction: column;
}

/* Toolbar */
.dj-hero-mockup__toolbar {
    background: #f3f4f6;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    flex-shrink: 0;
}

.dj-hero-mockup__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}
.dj-hero-mockup__dot:nth-child(1) { background: #ff5f57; }
.dj-hero-mockup__dot:nth-child(2) { background: #febc2e; }
.dj-hero-mockup__dot:nth-child(3) { background: #28c840; }

.dj-hero-mockup__url {
    background: #ffffff;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 11px;
    color: #9ca3af;
    flex: 1;
    margin-left: 8px;
    font-family: monospace;
}

/* Screen content */
.dj-hero-mockup__screen {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

/* Navigation skeleton */
.dj-hero-mockup__nav-bar {
    height: 22px;
    background: linear-gradient(90deg, #7c3aed 0%, #a855f7 100%);
    border-radius: 6px;
}

/* Hero strip */
.dj-hero-mockup__hero-strip {
    background: linear-gradient(135deg, rgba(124,58,237,0.07) 0%, rgba(168,85,247,0.13) 100%);
    border-radius: 8px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 60px;
}

.dj-hero-mockup__strip-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

/* Skeleton lines */
.dj-hero-mockup__line {
    height: 8px;
    border-radius: 4px;
    background: rgba(124, 58, 237, 0.18);
}
.dj-hero-mockup__line--w80 { width: 80%; }
.dj-hero-mockup__line--w60 { width: 60%; }

/* Service cards row */
.dj-hero-mockup__cards-row {
    display: flex;
    gap: 8px;
}

.dj-hero-mockup__card {
    flex: 1;
    border-radius: 8px;
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 600;
}
.dj-hero-mockup__card i { font-size: 18px; }

.dj-hero-mockup__card--solid {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    color: #ffffff;
}
.dj-hero-mockup__card--solid i { color: #ffffff; }

.dj-hero-mockup__card--ghost {
    background: rgba(124, 58, 237, 0.07);
    border: 1px solid rgba(124, 58, 237, 0.15);
    color: #7c3aed;
}
.dj-hero-mockup__card--ghost i { color: #7c3aed; }

/* Text row skeletons */
.dj-hero-mockup__rows {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dj-hero-mockup__row {
    height: 7px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.07);
}
.dj-hero-mockup__row--w90 { width: 90%; }
.dj-hero-mockup__row--w70 { width: 70%; }
.dj-hero-mockup__row--w50 { width: 50%; }

/* Metrics row */
.dj-hero-mockup__metric-row {
    display: flex;
    gap: 8px;
    margin-top: auto;
}

.dj-hero-mockup__metric {
    flex: 1;
    background: rgba(124, 58, 237, 0.06);
    border-radius: 8px;
    padding: 8px 6px;
    text-align: center;
    border: 1px solid rgba(124, 58, 237, 0.1);
}

.dj-hero-mockup__metric strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #7c3aed;
    line-height: 1.2;
}

.dj-hero-mockup__metric span {
    font-size: 9px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Floating badge */
.dj-hero-mockup__float {
    position: absolute;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.13);
    z-index: 5;
    min-width: 160px;
}

.dj-hero-mockup__float--tl {
    bottom: -16px;
    left: -16px;
}

.dj-hero-mockup__float i {
    font-size: 22px;
    color: #7c3aed;
    flex-shrink: 0;
}

.dj-hero-mockup__float strong {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.3;
}

.dj-hero-mockup__float span {
    font-size: 10px;
    color: #6b7280;
}


@media (max-width: 767px) {
    .dj-hero-mockup__float { display: none; }
    .dj-hero-mockup__metric strong { font-size: 12px; }
}


/* ====================================================================
   DJ BRAND BAR — CSS Infinite Marquee (Slick.js gerektirmez)
   ==================================================================== */

.dj-brand-bar {
    padding: 28px 0;
    background: #fff;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
    position: relative;
}

/* Fade edges */
.dj-brand-bar::before,
.dj-brand-bar::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}
.dj-brand-bar::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}
.dj-brand-bar::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

.dj-brand-strip {
    overflow: hidden;
    width: 100%;
}

.dj-brand-track {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;        /* ★ explicit - items hiç wrap olmasın */
    width: max-content;
    animation: dj-brand-scroll 28s linear infinite;
    will-change: transform;
    contain: layout style;    /* paint optimization */
}

.dj-brand-track:hover {
    animation-play-state: paused;
}

@keyframes dj-brand-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.dj-brand-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 28px;
    white-space: nowrap;
    border-right: 1px solid rgba(0,0,0,0.07);
    opacity: 0.42;
    transition: opacity 0.25s ease;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    letter-spacing: 0.2px;
}

.dj-brand-item:hover {
    opacity: 0.85;
}

.dj-brand-item i {
    font-size: 18px;
    flex-shrink: 0;
}

/* Mobile brand bar — küçük ekranlarda daha kompakt */
@media (max-width: 767px) {
    .dj-brand-bar {
        padding: 18px 0;
    }
    .dj-brand-bar::before,
    .dj-brand-bar::after {
        width: 40px;
    }
    .dj-brand-item {
        padding: 4px 18px;
        font-size: 12px;
        gap: 6px;
    }
    .dj-brand-item i {
        font-size: 15px;
    }
    .dj-brand-track {
        animation-duration: 22s; /* mobile'da biraz hızlı */
    }
}


/* ====================================================================
   TECH BRAND ITEMS (brand logo fallback — ikonlu metin gösterimi)
   ==================================================================== */

.dj-tech-brand-item {
    padding: 10px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.dj-tech-brand-icon {
    font-size: 22px;
    opacity: 0.5;
    color: inherit;
    transition: opacity 0.3s ease;
}

.dj-tech-brand-name {
    font-size: 13px;
    font-weight: 600;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.dj-tech-brand-item:hover .dj-tech-brand-icon,
.dj-tech-brand-item:hover .dj-tech-brand-name {
    opacity: 0.85;
}


/* ====================================================================
   ABOUT PLACEHOLDER (hakkımızda görsel yüklenmeden CSS fallback)
   ==================================================================== */

.dj-about-placeholder {
    width: 100%;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 1px solid rgba(124, 58, 237, 0.15);
    overflow: hidden;
    position: relative;
}

.dj-about-placeholder--1 {
    min-height: 280px;
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 40%, #faf5ff 100%);
    padding: 30px 20px;
}

.dj-about-placeholder--2 {
    min-height: 200px;
    background: linear-gradient(135deg, #faf5ff 0%, #ede9fe 100%);
    padding: 24px 20px;
}

.dj-about-placeholder__icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.3);
}

.dj-about-placeholder__icon i {
    font-size: 30px;
    color: #ffffff;
}

.dj-about-placeholder__stats {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.dj-about-placeholder__stat {
    text-align: center;
}

.dj-about-placeholder__stat strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #7c3aed;
    line-height: 1.2;
}

.dj-about-placeholder__stat span {
    font-size: 11px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dj-about-placeholder__text {
    font-size: 13px;
    color: #7c3aed;
    font-weight: 600;
    margin: 0;
    opacity: 0.7;
}


/* ==================== Türkiye Haritası Bölümü ==================== */

.dj-harita-section {
    background: linear-gradient(180deg, #faf9ff 0%, #f3f0ff 50%, #faf9ff 100%);
}

.dj-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
}

.dj-harita-baslik {
    font-size: clamp(24px, 4vw, 38px);
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.dj-harita-aciklama {
    font-size: 16px;
    color: #64748b;
    max-width: 520px;
    margin: 0 auto;
}

/* İstatistik şerit */
.dj-harita-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: #fff;
    border: 1.5px solid #ede9fe;
    border-radius: 16px;
    padding: 18px 32px;
    margin-bottom: 36px;
    box-shadow: 0 4px 20px rgba(124,58,237,.07);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.dj-harita-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 28px;
}

.dj-harita-stat strong {
    font-size: 26px;
    font-weight: 800;
    color: #7c3aed;
    line-height: 1;
}

.dj-harita-stat span {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 3px;
    font-weight: 500;
}

.dj-harita-stat-divider {
    width: 1px;
    height: 36px;
    background: #ede9fe;
}

/* Harita wrapper */
.dj-harita-wrapper {
    background: #fff;
    border-radius: 20px;
    border: 1.5px solid #ede9fe;
    box-shadow: 0 8px 40px rgba(124,58,237,.10);
    padding: 20px;
    position: relative;
    overflow: hidden;
}

#dj-turkey-map {
    width: 100%;
    height: 420px;
    border-radius: 12px;
    background: #f8f5ff;
}

/* Leaflet attribution gizle */
.leaflet-control-attribution { display: none !important; }
.leaflet-container { background: transparent !important; }

/* Tooltip */
.dj-map-tooltip {
    background: #7c3aed !important;
    color: #fff !important;
    border: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 5px 12px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 16px rgba(124,58,237,.35) !important;
}
.dj-map-tooltip.leaflet-tooltip-top::before {
    border-top-color: #7c3aed !important;
}

/* Legend */
.dj-harita-legend {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 16px;
}

.dj-harita-legend-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

.dj-harita-legend-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f3f0ff;
    border: 1.5px solid #a78bfa;
    flex-shrink: 0;
}

.dj-harita-legend-dot--active {
    background: #7c3aed;
    border-color: #7c3aed;
}

/* Responsive */
@media (max-width: 576px) {
    #dj-turkey-map { height: 260px; }
    .dj-harita-stats { padding: 14px 16px; gap: 0; }
    .dj-harita-stat { padding: 0 14px; }
    .dj-harita-stat strong { font-size: 20px; }
}

/* ====================================================================
   HOMEPAGE MOBILE RESPONSIVE — Added 2026
   All breakpoints: max-width:767px and max-width:575px
   Targets: hero, brand strip, about, services, products, choose-us,
            process, team, testimonials, pricing, blog, newsletter
   ==================================================================== */

/* -------- Tablet & Mobile (<=767px) -------- */
@media (max-width: 767px) {

    /* ---- HERO / BANNER-THREE ---- */
    /* Stack inner columns and remove forced spacing.
       (banner-three__inner column flex is set in main.css at 991px) */
    .banner-three__wrapper {
        padding: 24px 16px !important;
        border-radius: 18px !important;
    }
    .banner-three__inner {
        gap: 24px !important;
    }
    .banner-three-content {
        max-width: 100% !important;
        text-align: left;
    }
    .banner-three-content__subtitle {
        font-size: 11px !important;
        padding: 6px 14px 6px 12px !important;
        letter-spacing: 0.5px !important;
    }
    .banner-three-content__title {
        font-size: 28px !important;
        line-height: 1.2 !important;
        letter-spacing: -0.5px !important;
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }
    .banner-three-content__desc {
        font-size: 14px !important;
        line-height: 1.65 !important;
        max-width: 100% !important;
    }
    /* Hero buttons stack on small screens */
    .banner-three .buttons {
        gap: 10px !important;
        margin-top: 20px !important;
    }
    .banner-three .buttons .btn {
        padding: 12px 20px !important;
        font-size: 14px !important;
        width: 100% !important;
        justify-content: center !important;
    }

    /* Trust badges row — let them wrap nicely */
    .dj-hero-trust {
        margin-top: 16px !important;
        gap: 6px !important;
    }
    .dj-hero-trust .dj-trust-badge {
        font-size: 11px !important;
        padding: 4px 10px !important;
    }

    /* Hide redundant statistics row below hero text on small screens
       (the floating box on the mockup already shows similar info) */
    .banner-three .statistics-three-wrapper {
        display: none !important;
    }

    /* Right side: Mockup / image — make it visible but compact */
    .banner-three__right {
        width: 100% !important;
        margin-top: 8px !important;
    }
    .banner-three-thumb {
        max-width: 100% !important;
        margin: 0 !important;
    }
    .banner-three-thumb img {
        width: 100% !important;
        height: auto !important;
        border-radius: 14px !important;
    }

    /* Browser mockup — scale down */
    .dj-hero-mockup {
        max-width: 100% !important;
        margin: 0 auto !important;
    }
    .dj-hero-mockup__browser {
        border-radius: 12px !important;
    }
    .dj-hero-mockup__toolbar {
        padding: 8px 10px !important;
    }
    .dj-hero-mockup__url {
        font-size: 10px !important;
        padding: 3px 10px !important;
    }
    .dj-hero-mockup__screen {
        padding: 14px !important;
        gap: 12px !important;
    }
    .dj-hero-mockup__cards-row {
        gap: 8px !important;
    }
    .dj-hero-mockup__card {
        padding: 8px !important;
        font-size: 11px !important;
    }
    .dj-hero-mockup__card i { font-size: 14px !important; }
    .dj-hero-mockup__metric strong { font-size: 14px !important; }
    .dj-hero-mockup__metric span { font-size: 9px !important; }

    /* Hide floating decorative cards on mobile (overflow + clutter) */
    .banner-three-thumb .statistics-three-box,
    .banner-three-thumb .happy-client-three,
    .banner-three-thumb .dj-google-badge {
        display: none !important;
    }
    /* Force-correct any inline right:-20px rule from index.php */
    .dj-google-badge[style*="right:-20px"],
    .dj-google-badge[style*="right: -20px"] {
        right: 8px !important;
    }

    /* ---- SECTION HEADERS (dj-sec-*) ---- */
    .dj-sec-header { margin-bottom: 28px !important; }
    .dj-sec-badge {
        font-size: 11px !important;
        padding: 5px 12px !important;
    }
    .dj-sec-title {
        font-size: 24px !important;
        line-height: 1.25 !important;
    }
    .dj-sec-desc {
        font-size: 14px !important;
        line-height: 1.6 !important;
        max-width: 100% !important;
    }

    /* ---- ABOUT SECTION ---- */
    .about-three { padding: 50px 0 !important; }
    .about-three-thumb {
        margin-bottom: 8px !important;
    }
    .about-three-thumb__img.one,
    .about-three-thumb__img.two {
        width: 100% !important;
        max-width: 100% !important;
    }
    .about-three-thumb__img.two {
        margin-top: 16px !important;
        text-align: left !important;
    }
    .about-three-thumb img,
    .dj-about-placeholder {
        width: 100% !important;
        height: auto !important;
        min-height: 180px !important;
    }
    .about-three-content {
        margin-top: 8px !important;
    }
    .about-three-content .section-heading__title {
        font-size: 24px !important;
        line-height: 1.25 !important;
    }
    .about-three-content__item-wrapper {
        margin-top: 16px !important;
        gap: 14px !important;
    }
    .about-three-content__item { gap: 10px !important; }
    .about-three-content__title {
        font-size: 16px !important;
        margin-bottom: 6px !important;
    }
    .about-three-content__desc {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }
    .about-three-content__icon {
        width: 32px !important;
        height: 32px !important;
        font-size: 16px !important;
        flex: 0 0 32px !important;
    }
    .experience-content {
        font-size: 13px !important;
        padding: 8px 14px !important;
    }

    /* ---- SERVICES (dj-hizmetler-section) ---- */
    /* Force one column on mobile — XL=4, MD=6 cols by default */
    .dj-hizmetler-section { padding: 50px 0 !important; }
    .dj-hizmetler-section .row.g-4 > [class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .dj-svc-card {
        padding: 22px 18px !important;
        border-radius: 16px !important;
    }
    .dj-svc-card__icon-box {
        width: 52px !important;
        height: 52px !important;
        font-size: 24px !important;
    }
    .dj-svc-card__title {
        font-size: 17px !important;
    }
    .dj-svc-card__desc {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }
    .dj-svc-card__features li {
        font-size: 12px !important;
    }

    /* ---- FEATURED PRODUCTS (dj-urunler-section) ---- */
    .dj-urunler-section { padding: 50px 0 !important; }
    /* Section header — let the "Tümünü Gör" button drop below title */
    .dj-urunler-section .d-flex.justify-content-between {
        gap: 12px !important;
        margin-bottom: 24px !important;
    }
    .dj-urunler-section .d-flex.justify-content-between > div {
        width: 100%;
    }
    .dj-urunler-section .btn-main {
        font-size: 13px !important;
        padding: 9px 18px !important;
    }
    /* col-6 stays — 2 cards per row on mobile is fine */

    /* ---- CHOOSE-US ---- */
    .choose-us { padding: 50px 0 !important; }
    .choose-us-item {
        padding: 0 !important;
        border-radius: 16px !important;
        overflow: hidden;
    }
    .choose-us-item__thumb {
        height: 180px !important;
        overflow: hidden;
    }
    .choose-us-item__thumb img,
    .dj-choose-placeholder {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .choose-us-item__content {
        padding: 20px 16px !important;
    }
    .choose-us-item__icon {
        width: 52px !important;
        height: 52px !important;
    }
    .choose-us-item__title {
        font-size: 17px !important;
        margin: 12px 0 8px !important;
    }
    .choose-us-item__desc {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }

    /* ---- PROCESS / SUREC ---- */
    /* Already has 2-col grid mobile rule;
       hide the connecting arrows on mobile to avoid overflow */
    .dj-surec-step__arrow {
        display: none !important;
    }

    /* ---- TESTIMONIALS (testimonial-three / testimonial-card) ---- */
    .testimonial-three { padding: 50px 0 !important; }
    .testimonial-three .section-heading__title {
        font-size: 24px !important;
    }
    .testimonial-card,
    .testimonial-three .testimonial-card.p-4 {
        padding: 22px 18px !important;
        border-radius: 16px !important;
    }
    .testimonial-three .testimonial-card__desc {
        font-size: 14px !important;
        line-height: 1.65 !important;
        margin-bottom: 18px !important;
    }
    .testimonial-three .testimonial-card__quote img {
        width: 32px !important;
    }
    .testimonial-three .testimonial-card__avatar {
        width: 42px !important;
        height: 42px !important;
        font-size: 16px !important;
    }
    .testimonial-three .testimonial-card__name {
        font-size: 14px !important;
    }
    .testimonial-three .testimonial-card__company {
        font-size: 12px !important;
    }

    /* ---- PRICING ---- */
    .pricing-plan-three { padding: 50px 0 !important; }
    .pricing-plan-three-item {
        padding: 24px 20px !important;
        border-radius: 18px !important;
    }
    .pricing-plan-three-item__price {
        font-size: 28px !important;
    }
    .pricing-plan-three-item__title {
        font-size: 16px !important;
    }
    .pricing-plan-three-item__desc,
    .pricing-plan-three-item .text-list__item {
        font-size: 13px !important;
    }
    .pricing-plan-three #pills-tab-three .nav-link {
        font-size: 13px !important;
        padding: 8px 18px !important;
    }
    .popular-badge {
        font-size: 11px !important;
        padding: 4px 12px !important;
    }

    /* ---- BLOG ---- */
    .blog-section { padding: 50px 0 !important; }
    .blog-section .d-flex.justify-content-between {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 14px !important;
    }
    .blog-section .d-flex.justify-content-between h3 {
        font-size: 22px !important;
    }
    .blog-section .btn-main.pill {
        font-size: 13px !important;
        padding: 9px 18px !important;
    }
}

/* -------- Small phones (<=575px) -------- */
@media (max-width: 575px) {

    /* HERO — extra-compact */
    .banner-three__wrapper {
        padding: 20px 12px !important;
        border-radius: 14px !important;
    }
    .banner-three-content__title {
        font-size: 24px !important;
        line-height: 1.18 !important;
    }
    .banner-three-content__desc {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }
    .banner-three .buttons .btn {
        padding: 11px 16px !important;
        font-size: 13px !important;
    }
    .dj-hero-trust .dj-trust-badge {
        font-size: 10px !important;
        padding: 3px 8px !important;
        gap: 4px !important;
    }
    .dj-hero-trust .dj-trust-badge i { font-size: 12px !important; }

    /* Section headers */
    .dj-sec-title { font-size: 20px !important; }
    .dj-sec-desc { font-size: 13px !important; }

    /* About */
    .about-three-content .section-heading__title { font-size: 20px !important; }
    .about-three-content__title { font-size: 14px !important; }
    .about-three-content__desc { font-size: 12.5px !important; }
    .about-three-thumb img,
    .dj-about-placeholder { min-height: 160px !important; }

    /* Services — full-width tighter padding */
    .dj-svc-card { padding: 18px 14px !important; }
    .dj-svc-card__title { font-size: 16px !important; }
    .dj-svc-card__icon-box {
        width: 46px !important;
        height: 46px !important;
        font-size: 22px !important;
    }

    /* Choose-us extra compact */
    .choose-us-item__thumb { height: 150px !important; }
    .choose-us-item__content { padding: 16px 14px !important; }
    .choose-us-item__title { font-size: 15px !important; }
    .choose-us-item__desc { font-size: 12.5px !important; }

    /* Testimonials extra compact */
    .testimonial-three .testimonial-card,
    .testimonial-three .testimonial-card.p-4 {
        padding: 18px 14px !important;
    }
    .testimonial-three .testimonial-card__desc {
        font-size: 13px !important;
    }

    /* Pricing extra compact */
    .pricing-plan-three-item { padding: 20px 16px !important; }
    .pricing-plan-three-item__price { font-size: 24px !important; }

    /* Featured products: keep 2-col but tighten gutters */
    .dj-urunler-section .row.g-3,
    .dj-urunler-section .row.g-md-4 {
        --bs-gutter-x: 8px !important;
        --bs-gutter-y: 12px !important;
    }
}

/* -------- Tiny phones (<=380px) — last-resort safety -------- */
@media (max-width: 380px) {
    .banner-three-content__title { font-size: 22px !important; }
    .dj-sec-title { font-size: 19px !important; }
    .dj-hero-trust .dj-trust-badge { font-size: 9.5px !important; padding: 3px 7px !important; }
    /* Allow 1-column featured products on very tiny screens for breathing room */
    .dj-urunler-section .row > .col-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
/* ==================== END HOMEPAGE MOBILE RESPONSIVE ==================== */
