/* =========================================================
   KEPSAŞ ANA SAYFA — CLEAN & FULL RESPONSIVE
   ========================================================= */

:root {
    --kepsas-blue: #155e8a;
    --kepsas-blue-bright: #2f80ed;
    --kepsas-teal: #2fb7b8;
    --kepsas-red: #e3222a;
    --kepsas-green: #1fa463;
    --kepsas-yellow: #f7c948;
    --kepsas-orange: #f58220;
    --kepsas-ink: #132033;
    --kepsas-muted: #5f6f82;
    --kepsas-surface: #ffffff;
    --kepsas-soft: #f6f8fb;
    --kepsas-border: rgba(19, 32, 51, 0.09);
    --kepsas-shadow-sm: 0 10px 26px rgba(19, 32, 51, 0.08);
    --kepsas-shadow-md: 0 22px 55px rgba(19, 32, 51, 0.12);
}

body {
    overflow-x: hidden;
    color: var(--kepsas-ink);
    background: #fff;
}

/* =========================================================
   HERO SLIDER
   ========================================================= */

.hero-section,
.hero-slider-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-bottom: 0;
    background: #0b1d2c;
}

.heroSwiper,
.heroSwiper .swiper-wrapper,
.heroSwiper .swiper-slide {
    width: 100%;
}

.hero-slide {
    position: relative;
    min-height: clamp(650px, 78vh, 790px);
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .hero-slide::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 96px), linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 30%);
    }

    .hero-slide::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        height: 130px;
        pointer-events: none;
        background: linear-gradient(180deg, transparent, rgba(4, 13, 22, 0.48));
    }

.hero-slide-sktt {
    --hero-accent: #f7c948;
    --hero-accent-soft: rgba(247, 201, 72, 0.16);
    --hero-accent-border: rgba(247, 201, 72, 0.38);
    --hero-accent-ink: #6f5100;
    background: linear-gradient(117deg, #0b1d2c 0%, #123b50 48%, #102834 100%);
}

.hero-slide-compensation {
    --hero-accent: #f58220;
    --hero-accent-soft: rgba(245, 130, 32, 0.16);
    --hero-accent-border: rgba(245, 130, 32, 0.4);
    --hero-accent-ink: #fff;
    background: radial-gradient(circle at 84% 18%, rgba(245, 130, 32, 0.24), transparent 29%), radial-gradient(circle at 12% 86%, rgba(227, 34, 42, 0.18), transparent 30%), radial-gradient(circle at 68% 76%, rgba(47, 183, 184, 0.16), transparent 34%), linear-gradient(118deg, #0b1e2c 0%, #15475b 54%, #102f3d 100%);
}

.hero-slide-mobile {
    --hero-accent: #2fb7b8;
    --hero-accent-soft: rgba(47, 183, 184, 0.16);
    --hero-accent-border: rgba(47, 183, 184, 0.4);
    --hero-accent-ink: #fff;
    background: radial-gradient(circle at 85% 20%, rgba(47, 183, 184, 0.18), transparent 32%), radial-gradient(circle at 15% 82%, rgba(16, 155, 215, 0.16), transparent 28%), linear-gradient(120deg, #0c2030 0%, #155e8a 52%, #123b50 100%);
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(100deg, rgba(7, 20, 32, 0.9) 0%, rgba(12, 43, 61, 0.68) 53%, rgba(7, 20, 32, 0.38) 100%);
}

.hero-slide-compensation .hero-slide-overlay {
    background: linear-gradient(100deg, rgba(5, 18, 28, 0.82) 0%, rgba(9, 43, 56, 0.54) 55%, rgba(7, 28, 38, 0.22) 100%);
}

.hero-slide-container {
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: clamp(650px, 78vh, 790px);
    display: flex;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 116px;
}

.hero-copy-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 610px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 7px 10px;
    color: var(--hero-accent);
    background: var(--hero-accent-soft);
    border: 1px solid var(--hero-accent-border);
    border-radius: 7px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.95px;
    text-transform: uppercase;
}

.hero-title {
    max-width: 590px;
    margin: 0 0 20px;
    font-size: clamp(2.45rem, 3.25vw, 3.4rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.9px;
}

    .hero-title span {
        display: block;
        color: #79d8ff;
    }

.hero-slide-compensation .hero-title span {
    color: #ffbd74;
}

.hero-slide-mobile .hero-title span {
    color: #83e4dc;
}

.hero-description {
    max-width: 540px;
    margin: 0 0 27px;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.66;
}

.hero-primary-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 11px 13px 11px 18px;
    color: var(--hero-accent-ink, #fff) !important;
    text-decoration: none !important;
    background: var(--hero-accent);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 9px;
    box-shadow: 0 12px 26px rgba(3, 17, 29, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    font-size: 13.5px;
    font-weight: 800;
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

    .hero-primary-button:hover {
        color: var(--hero-accent-ink, #fff) !important;
        filter: brightness(1.06);
        transform: translateY(-2px);
        box-shadow: 0 16px 32px rgba(3, 17, 29, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }

    .hero-primary-button:focus-visible {
        outline: 3px solid rgba(255, 255, 255, 0.42);
        outline-offset: 3px;
    }

    .hero-primary-button i {
        width: 27px;
        height: 27px;
        display: inline-flex;
        flex: 0 0 27px;
        align-items: center;
        justify-content: center;
        margin-left: 0 !important;
        color: currentColor;
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.24);
        border-radius: 50%;
        font-size: 9px;
        transition: transform 0.2s ease;
    }

    .hero-primary-button:hover .fa-arrow-right {
        transform: translateX(2px);
    }

    .hero-primary-button:hover .fa-arrow-down {
        transform: translateY(2px);
    }

.hero-standard-visual-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-standard-panel {
    position: relative;
    width: min(100%, 460px);
    min-height: 330px;
    padding: 28px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055));
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 18px;
    box-shadow: 0 26px 58px rgba(3, 17, 29, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

    .hero-standard-panel::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 3;
        height: 2px;
        background: var(--hero-accent);
        opacity: 0.78;
    }

    .hero-standard-panel.hero-image-panel {
        width: min(100%, 520px);
        min-height: 0;
        padding: 0;
        background: #eef3f6;
        border-radius: 16px;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.hero-image-panel > img {
    width: 100%;
    height: 100% !important;
    max-height: 340px;
    display: block;
    object-fit: contain !important;
    object-position: center;
}

.hero-sktt-image-panel {
    min-height: 0 !important;
    background: transparent !important;
}

    .hero-sktt-image-panel > img {
        width: 100%;
        height: 100% !important;
        object-fit: contain !important;
    }

    .hero-sktt-image-panel .hero-image-caption {
        display: none;
    }

.hero-image-caption {
    position: absolute;
    top: 16px;
    left: 24px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: calc(100% - 48px);
    padding: 9px 12px 9px 9px;
    color: #fff;
    background: rgba(5, 24, 36, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    box-shadow: 0 14px 32px rgba(3, 15, 25, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .hero-image-caption > i {
        width: 35px;
        height: 35px;
        display: inline-flex;
        flex: 0 0 35px;
        align-items: center;
        justify-content: center;
        color: var(--hero-accent-ink, #fff);
        background: var(--hero-accent);
        border-radius: 9px;
        font-size: 15px;
    }

    .hero-image-caption small {
        display: block;
        margin-bottom: 2px;
        color: rgba(255, 255, 255, 0.65);
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.7px;
        text-transform: uppercase;
    }

    .hero-image-caption strong {
        display: block;
        font-size: 15px;
        line-height: 1.35;
    }

/* Slide giriş animasyonları */
.heroSwiper .hero-copy-column > *,
.heroSwiper .hero-standard-visual-column {
    opacity: 0;
    transition: opacity 0.48s ease, transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}

.heroSwiper .hero-copy-column > * {
    transform: translateY(12px);
}

.heroSwiper .hero-standard-visual-column {
    transform: translateX(18px);
}

.heroSwiper .swiper-slide-active .hero-copy-column > *,
.heroSwiper .swiper-slide-active .hero-standard-visual-column {
    opacity: 1;
    transform: none;
}

.heroSwiper .swiper-slide-active .hero-copy-column > :nth-child(2) {
    transition-delay: 0.06s;
}

.heroSwiper .swiper-slide-active .hero-copy-column > :nth-child(3) {
    transition-delay: 0.12s;
}

.heroSwiper .swiper-slide-active .hero-copy-column > :nth-child(4) {
    transition-delay: 0.18s;
}

/* =========================================================
   HERO — MOBİL UYGULAMA TELEFONLARI
   ========================================================= */

.hero-standard-panel.hero-app-panel {
    width: min(100%, 560px);
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

    .hero-standard-panel.hero-app-panel::before {
        display: none;
    }

.hero-phone-pair {
    position: relative;
    width: min(100%, 292px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: flex-end;
    gap: 14px;
    margin: 0 auto;
    padding-bottom: 4px;
}

    .hero-phone-pair::after {
        content: "";
        position: absolute;
        right: 8%;
        bottom: -10px;
        left: 8%;
        z-index: 0;
        height: 22px;
        pointer-events: none;
        background: radial-gradient(ellipse, rgba(2, 14, 24, 0.34), transparent 70%);
        filter: blur(4px);
    }

.hero-phone-preview {
    position: relative;
    z-index: 1;
    aspect-ratio: 9 / 17.8;
    display: flex;
    align-items: stretch;
    padding: 8px 3px 4px;
    overflow: hidden;
    background: #11212c;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 23px;
    box-shadow: 0 20px 38px rgba(3, 15, 25, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.hero-phone-preview-primary {
    order: 2;
    z-index: 2;
}

.hero-phone-preview-secondary {
    order: 1;
}

.hero-phone-preview img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    background: #f7f9fb;
    border-radius: 18px;
}

.hero-phone-speaker {
    position: absolute;
    top: 3px;
    left: 50%;
    z-index: 2;
    width: 20px;
    height: 2px;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    transform: translateX(-50%);
}

/* =========================================================
   HERO KONTROLLERİ
   ========================================================= */

.hero-slider-button {
    position: absolute;
    top: 50%;
    z-index: 50;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    background: rgba(7, 20, 32, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateY(-50%);
    cursor: pointer;
}

.hero-slider-prev {
    left: 20px;
}

.hero-slider-next {
    right: 20px;
}

.hero-slider-controls {
    position: absolute;
    top: 18px;
    left: 50%;
    z-index: 55;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 6px 7px 6px 13px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(5, 20, 32, 0.36);
    box-shadow: 0 12px 30px rgba(3, 15, 25, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px) saturate(1.15);
    -webkit-backdrop-filter: blur(14px) saturate(1.15);
    transform: translateX(-50%);
}

    .hero-slider-controls .hero-pagination {
        position: static !important;
        inset: auto !important;
        width: auto !important;
        display: flex;
        align-items: center;
        gap: 7px;
        transform: none !important;
    }

.hero-pagination .swiper-pagination-bullet {
    position: relative;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin: 0 !important;
    opacity: 1;
    border: 0;
    border-radius: 999px;
    background: transparent;
    transition: width 0.24s ease, flex-basis 0.24s ease;
}

    .hero-pagination .swiper-pagination-bullet::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        border: 1px solid rgba(255, 255, 255, 0.28);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.42);
        transform: translate(-50%, -50%);
        transition: width 0.24s ease, background 0.24s ease, transform 0.24s ease;
    }

    .hero-pagination .swiper-pagination-bullet:hover::before {
        background: rgba(255, 255, 255, 0.78);
        transform: translate(-50%, -50%) scale(1.15);
    }

.hero-pagination .swiper-pagination-bullet-active {
    width: 39px;
    flex-basis: 39px;
}

    .hero-pagination .swiper-pagination-bullet-active::before {
        width: 27px;
        border-color: rgba(255, 255, 255, 0.7);
        background: linear-gradient(90deg, #fff, #9edfff);
        transform: translate(-50%, -50%);
    }

.hero-autoplay-toggle {
    width: 30px;
    height: 30px;
    display: inline-flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

    .hero-autoplay-toggle:hover,
    .hero-autoplay-toggle:focus-visible {
        color: var(--kepsas-blue);
        background: #fff;
        transform: translateY(-1px);
    }

    .hero-autoplay-toggle.is-paused {
        color: #fff;
        background: rgba(16, 155, 215, 0.72);
    }

/* =========================================================
   HIZLI İŞLEMLER (BASE / DESKTOP - İNCE 4'LÜ HAP TASARIM)
   ========================================================= */

.quick-actions-wrap {
    position: sticky !important;
    top: 20px !important;
    z-index: 1040 !important;
    margin-top: -35px !important;
}

.quick-actions-shell {
    width: 100%;
    max-width: 980px !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch !important;
    padding: 6px 10px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid rgba(21, 94, 138, 0.1) !important;
    border-radius: 999px !important;
    box-shadow: 0 18px 46px rgba(19, 32, 51, 0.11) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    row-gap: 0 !important;
}

/* MASAÜSTÜNDE SON 4 İŞLEMİ GİZLE */
.quick-action:nth-of-type(n+5) {
    display: none !important;
}

.quick-action {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 56px;
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    justify-content: initial !important;
    column-gap: 8px !important;
    padding: 6px 8px !important;
    color: var(--kepsas-ink) !important;
    border-right: 0 !important;
    border-radius: 999px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

    .quick-action:hover {
        color: var(--kepsas-blue) !important;
        background-color: rgba(21, 94, 138, 0.045);
    }

    /* Tüm dikey çizgileri başta kapatıyoruz */
    .quick-action::after {
        display: none !important;
    }

/* MASAÜSTÜ DİKEY ÇİZGİLER (Sadece ilk 3 elemanda göster) */
@media (min-width: 992px) {
    .quick-action:nth-of-type(1)::after,
    .quick-action:nth-of-type(2)::after,
    .quick-action:nth-of-type(3)::after {
        content: "";
        display: block !important;
        position: absolute;
        top: 18px;
        right: 0;
        bottom: 18px;
        width: 1px;
        background: linear-gradient(180deg, transparent, rgba(19, 32, 51, 0.12), transparent);
    }
}

.quick-action .icon-box-sm {
    width: 40px !important;
    height: 40px !important;
    flex: 0 0 40px;
    border: 1px solid transparent;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 9px 22px rgba(19, 32, 51, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

/* 8 İŞLEM İÇİN RENK TANIMLAMALARI (Mobilde ve Masaüstünde Ortak) */
.quick-action:nth-of-type(1) .icon-box-sm {
    background: linear-gradient(135deg, rgba(47, 128, 237, 0.18), rgba(47, 128, 237, 0.06)) !important;
    border-color: rgba(47, 128, 237, 0.16);
}

.quick-action:nth-of-type(2) .icon-box-sm {
    background: linear-gradient(135deg, rgba(247, 201, 72, 0.24), rgba(245, 130, 32, 0.08)) !important;
    border-color: rgba(247, 201, 72, 0.28);
}

.quick-action:nth-of-type(3) .icon-box-sm {
    background: linear-gradient(135deg, rgba(227, 34, 42, 0.16), rgba(245, 130, 32, 0.06)) !important;
    border-color: rgba(227, 34, 42, 0.16);
}

.quick-action:nth-of-type(4) .icon-box-sm {
    background: linear-gradient(135deg, rgba(31, 164, 99, 0.18), rgba(21, 94, 138, 0.06)) !important;
    border-color: rgba(31, 164, 99, 0.18);
}

.quick-action:nth-of-type(5) .icon-box-sm {
    background: linear-gradient(135deg, rgba(23, 162, 184, 0.18), rgba(23, 162, 184, 0.06)) !important;
    border-color: rgba(23, 162, 184, 0.16);
}

.quick-action:nth-of-type(6) .icon-box-sm {
    background: linear-gradient(135deg, rgba(111, 66, 193, 0.18), rgba(111, 66, 193, 0.06)) !important;
    border-color: rgba(111, 66, 193, 0.16);
}

.quick-action:nth-of-type(7) .icon-box-sm {
    background: linear-gradient(135deg, rgba(253, 126, 20, 0.18), rgba(253, 126, 20, 0.06)) !important;
    border-color: rgba(253, 126, 20, 0.16);
}

.quick-action:nth-of-type(8) .icon-box-sm {
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.18), rgba(108, 117, 125, 0.06)) !important;
    border-color: rgba(108, 117, 125, 0.16);
}

.quick-action:hover .icon-box-sm {
    transform: scale(1.06);
    box-shadow: 0 14px 28px rgba(19, 32, 51, 0.12);
}

.quick-action span {
    min-width: 0;
    overflow: hidden;
    font-size: 13px !important;
    line-height: 1.25;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quick-action-icon {
    display: block;
    width: 27px;
    height: 27px;
    overflow: visible;
}

.quick-action-icon--bill {
    width: 22px;
    height: 29px;
}

.quick-action-icon--location {
    transform-origin: bottom center;
    transition: transform 0.3s ease;
}

.quick-action:hover .quick-action-icon--location {
    transform: translateY(-2px) scale(1.08);
}

.quick-new-mark,
.quick-new-head,
.quick-cancel-mark,
.quick-cancel-head,
.quick-bill-document,
.quick-refund-search,
.quick-refund-glass-content {
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 0.3s ease;
}

.quick-action:hover .quick-new-mark,
.quick-action:hover .quick-cancel-mark {
    transform: scale(1.08);
}

.quick-action:hover .quick-new-head,
.quick-action:hover .quick-cancel-head {
    transform: translateY(-2px);
}

.quick-action:hover .quick-bill-document {
    transform: translateY(-2px) rotate(-1deg);
}

.quick-action:hover .quick-refund-search {
    transform: rotate(-4deg) scale(1.03);
}

/* =========================================================
   MOBİL UYGULAMA TANITIMI
   ========================================================= */

.app-promo-section {
    position: relative;
    overflow: hidden;
    padding: 48px 0 54px;
    background: #ffffff;
}

.app-promo-container {
    position: relative;
    padding: 32px 38px;
    overflow: hidden;
    background: radial-gradient(circle at 86% 14%, rgba(16, 155, 215, 0.09), transparent 31%), linear-gradient(135deg, #f8fbfd 0%, #ffffff 58%, #f6fafc 100%);
    border: 1px solid rgba(21, 94, 138, 0.09);
    border-radius: 22px;
    box-shadow: 0 20px 48px rgba(19, 32, 51, 0.07);
}

.app-promo-section .row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 1.5rem;
    align-items: stretch !important;
}

.app-promo-section .col-lg-5 {
    min-height: 315px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 6px;
}

.app-promo-section .badge {
    margin-bottom: 13px !important;
    padding: 7px 11px !important;
    background: linear-gradient( 135deg, var(--kepsas-navy), var(--kepsas-blue) ) !important;
    box-shadow: 0 8px 18px rgba(21, 94, 138, 0.14);
    font-size: 9px;
}

.app-promo-title {
    max-width: 500px;
    margin-bottom: 14px !important;
    color: var(--kepsas-ink) !important;
    font-size: clamp(30px, 3vw, 42px);
    letter-spacing: -1px;
}

.app-promo-description {
    max-width: 520px;
    margin-bottom: 16px !important;
    color: var(--kepsas-muted) !important;
    font-size: 13.5px !important;
    line-height: 1.65 !important;
}

.app-store-buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.app-store-button {
    min-width: 132px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 11px;
    color: #ffffff !important;
    text-decoration: none !important;
    background: #152437;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(19, 32, 51, 0.12);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

@media (hover: hover) and (pointer: fine) {
    .app-store-button:hover {
        color: #ffffff !important;
        background: #1b3048;
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(19, 32, 51, 0.16);
    }
}

.app-store-button > i {
    width: 20px;
    flex: 0 0 20px;
    color: #ffffff;
    text-align: center;
    font-size: 19px;
}

.app-store-button:first-child > i {
    color: #64ccff;
}

.app-store-button small {
    display: block;
    margin-bottom: 1px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 7px;
    line-height: 1.05;
}

.app-store-button strong {
    display: block;
    color: #ffffff;
    font-size: 10.5px;
    line-height: 1.1;
    white-space: nowrap;
}

.app-visual-column {
    min-height: 315px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.app-showcase {
    width: min(100%, 470px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0 auto;
}

.app-device {
    position: relative;
    width: 180px;
    flex: 0 0 auto;
    padding: 16px 6px 7px;
    overflow: hidden;
    background: linear-gradient(145deg, #1b2735, #08111b);
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 22px;
    box-shadow: 0 19px 40px rgba(19, 32, 51, 0.16), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.app-device-primary {
    transform: translateY(12px);
}

.app-device-secondary {
    transform: translateY(-8px);
}

@media (hover: hover) and (pointer: fine) {
    .app-device-primary:hover {
        transform: translateY(8px);
    }

    .app-device-secondary:hover {
        transform: translateY(-12px);
    }
}

.app-device-screen {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border-radius: 15px;
}

    .app-device-screen img {
        display: block;
        width: 100%;
        height: auto;
    }

.app-device-speaker {
    position: absolute;
    top: 6px;
    left: 50%;
    width: 31px;
    height: 3px;
    background: #0d151e;
    border-radius: 999px;
    transform: translateX(-50%);
}


/* =========================================================
   DUYURULAR
   ========================================================= */

.home-announcements {
    position: relative;
    overflow: hidden;
    padding: 76px 0 68px;
    background: radial-gradient(circle at 8% 12%, rgba(47, 128, 237, 0.07), transparent 29%), radial-gradient(circle at 92% 86%, rgba(31, 164, 99, 0.05), transparent 28%), #ffffff;
    border-top: 1px solid rgba(19, 32, 51, 0.07);
}

.home-announcements-layout {
    display: grid;
    grid-template-columns: minmax(245px, 0.32fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(52px, 7vw, 105px);
}

.home-announcements-side {
    min-width: 0;
}

.home-announcements-side-inner {
    position: sticky;
    top: 110px;
    padding-top: 5px;
}

.home-announcements-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    margin-bottom: 12px;
    padding: 7px 12px;
    color: #0f648f;
    background: linear-gradient(135deg, rgba(21, 94, 138, 0.09), rgba(47, 183, 184, 0.08));
    border: 1px solid rgba(21, 94, 138, 0.18);
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

    .home-announcements-kicker i {
        color: var(--kepsas-teal);
    }

.home-announcements-side h2 {
    margin: 0;
    color: var(--kepsas-ink);
    font-size: clamp(32px, 4vw, 51px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -1.4px;
}

.home-announcements-side p {
    max-width: 330px;
    margin: 14px 0 25px;
    color: var(--kepsas-muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

.home-announcements-all-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 10px 16px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--kepsas-blue), var(--kepsas-blue-bright));
    border-radius: 9px;
    box-shadow: 0 12px 27px rgba(21, 94, 138, 0.2);
    font-size: 0.76rem;
    font-weight: 850;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

    .home-announcements-all-link:hover {
        color: #fff !important;
        transform: translateY(-2px);
        box-shadow: 0 17px 34px rgba(21, 94, 138, 0.26);
    }

    .home-announcements-all-link i,
    .home-announcement-read i {
        transition: transform 0.22s ease;
    }

    .home-announcements-all-link:hover i,
    .home-announcement-row:hover .home-announcement-read i {
        transform: translateX(3px);
    }

.home-announcements-panel {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--kepsas-border);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(19, 32, 51, 0.075);
}

    .home-announcements-panel::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 3;
        height: 3px;
        background: linear-gradient(90deg, var(--kepsas-red), var(--kepsas-yellow), var(--kepsas-green), var(--kepsas-blue-bright));
    }

.home-announcements-list {
    min-width: 0;
}

.home-announcement-row {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 138px;
    align-items: center;
    gap: 30px;
    min-height: 128px;
    padding: 25px 28px;
    color: inherit !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(19, 32, 51, 0.08);
    transition: background-color 0.25s ease;
}

    .home-announcement-row:last-child {
        border-bottom: 0;
    }

    .home-announcement-row:hover {
        background: rgba(21, 94, 138, 0.035);
    }

.home-announcement-copy {
    min-width: 0;
}

.home-announcement-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 9px;
    color: var(--kepsas-blue);
    font-size: 0.66rem;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.home-announcement-copy h3 {
    max-width: 800px;
    margin: 0;
    color: var(--kepsas-ink);
    font-size: clamp(1.05rem, 1.45vw, 1.3rem);
    font-weight: 850;
    line-height: 1.36;
    letter-spacing: -0.35px;
    transition: color 0.22s ease;
}

.home-announcement-row:hover .home-announcement-copy h3 {
    color: var(--kepsas-blue);
}

.home-announcement-read {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 11px;
    color: var(--kepsas-blue);
    font-size: 0.7rem;
    font-weight: 800;
}

.home-announcement-row:hover .home-announcement-read {
    color: var(--kepsas-teal);
}

.home-announcement-date {
    min-width: 138px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-left: 24px;
    font-style: normal;
    line-height: 1;
    border-left: 1px solid rgba(19, 32, 51, 0.08);
}

    .home-announcement-date strong {
        display: block;
        color: transparent;
        font-size: clamp(42px, 4vw, 58px);
        font-weight: 800;
        line-height: 0.82;
        letter-spacing: -2px;
        -webkit-text-stroke: 1px rgba(21, 94, 138, 0.55);
        transition: color 0.24s ease, -webkit-text-stroke 0.24s ease, transform 0.24s ease;
    }

    .home-announcement-date span {
        display: block;
        margin-top: 11px;
        color: #7a8797;
        font-size: 0.68rem;
        font-weight: 750;
        line-height: 1;
        white-space: nowrap;
        transition: color 0.24s ease;
    }

.home-announcement-row:hover .home-announcement-date strong {
    color: #123f5a;
    -webkit-text-stroke: 1px #123f5a;
    transform: translateY(-1px);
}

.home-announcement-row:hover .home-announcement-date span {
    color: #123f5a;
}

.home-announcement-row:focus-visible,
.home-announcements-all-link:focus-visible {
    outline: 3px solid rgba(21, 94, 138, 0.25);
    outline-offset: 3px;
}

/* =========================================================
   HABERLER
   ========================================================= */

.home-news-section {
    position: relative;
    overflow: hidden;
    padding: 68px 0 60px;
    background: radial-gradient(circle at 8% 12%, rgba(47, 128, 237, 0.075), transparent 29%), radial-gradient(circle at 92% 86%, rgba(31, 164, 99, 0.06), transparent 28%), #fff;
    border-top: 1px solid rgba(19, 32, 51, 0.07);
}

.home-news-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

.home-news-heading-copy {
    max-width: 700px;
}

.home-news-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    margin-bottom: 10px;
    padding: 6px 11px;
    color: #6d4b00;
    border: 1px solid rgba(247, 201, 72, 0.42);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(247, 201, 72, 0.25), rgba(245, 130, 32, 0.1));
    font-size: 0.64rem;
    font-weight: 850;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.home-news-heading h2 {
    margin: 0;
    color: var(--kepsas-ink);
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 850;
    letter-spacing: -0.8px;
}

.home-news-heading p {
    margin: 9px 0 0;
    color: var(--kepsas-muted);
    font-size: 0.86rem;
}

.home-news-heading-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-news-all-link,
.home-news-mobile-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 9px 13px;
    color: var(--kepsas-blue) !important;
    text-decoration: none !important;
    background: #fff;
    border: 1px solid rgba(21, 94, 138, 0.14);
    border-radius: 9px;
    font-size: 0.7rem;
    font-weight: 800;
}

.home-news-slider-buttons {
    align-items: center;
    gap: 8px;
}

.home-news-slider-button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--kepsas-blue);
    background: #fff;
    border: 1px solid rgba(21, 94, 138, 0.14);
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(19, 32, 51, 0.07);
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

    .home-news-slider-button:hover {
        color: #fff;
        background: var(--kepsas-blue);
        transform: translateY(-1px);
    }

.home-news-swiper {
    overflow: visible;
    padding: 4px 2px 34px;
}

    .home-news-swiper .swiper-slide {
        height: auto;
        display: flex;
    }

.news-card.home-news-card {
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--kepsas-border);
    border-radius: 11px;
    box-shadow: 0 10px 26px rgba(19, 32, 51, 0.07);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

    .news-card.home-news-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 5;
        height: 3px;
        background: linear-gradient(90deg, var(--kepsas-red), var(--kepsas-yellow), var(--kepsas-green), var(--kepsas-blue-bright));
    }

    .news-card.home-news-card:hover {
        transform: translateY(-3px);
        border-color: rgba(21, 94, 138, 0.16);
        box-shadow: 0 18px 40px rgba(19, 32, 51, 0.105);
    }

.home-news-media {
    position: relative;
    isolation: isolate;
    width: 100%;
    aspect-ratio: 16 / 8.8;
    display: block;
    overflow: hidden;
    background: #0a1824;
    text-decoration: none !important;
}

.home-news-media-bg {
    position: absolute;
    inset: -18px;
    z-index: 0;
    width: calc(100% + 36px);
    height: calc(100% + 36px);
    display: block;
    object-fit: cover;
    object-position: center;
    filter: blur(18px) brightness(0.52) saturate(0.9);
    transform: scale(1.08);
    pointer-events: none;
}

.home-news-media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(4, 17, 28, 0.12);
    pointer-events: none;
}

.home-news-media-main {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    transform: none;
}

.news-card.home-news-card:hover .home-news-media-main {
    transform: none;
}

.home-news-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 18px 19px 17px;
}

.home-news-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 9px;
    color: #7a8797;
    font-size: 0.65rem;
    font-weight: 750;
}

    .home-news-date i {
        color: var(--kepsas-orange);
    }

.home-news-body h3 {
    margin: 0 0 9px;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.32;
}

    .home-news-body h3 a {
        color: var(--kepsas-ink) !important;
        text-decoration: none !important;
    }

        .home-news-body h3 a:hover {
            color: var(--kepsas-blue) !important;
        }

.home-news-excerpt {
    display: -webkit-box;
    min-height: 58px;
    margin: 0 0 15px;
    overflow: hidden;
    color: var(--kepsas-muted);
    font-size: 0.73rem;
    line-height: 1.62;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home-news-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid rgba(19, 32, 51, 0.08);
}

.home-news-author,
.home-news-read-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.65rem;
    font-weight: 800;
}

.home-news-author {
    color: #7b8795;
}

.home-news-read-link {
    color: var(--kepsas-blue) !important;
    text-decoration: none !important;
}

    .home-news-read-link:hover {
        color: var(--kepsas-orange) !important;
    }

    .home-news-read-link i {
        transition: transform 0.2s ease;
    }

    .home-news-read-link:hover i {
        transform: translateX(3px);
    }

.news-pagination {
    bottom: 0 !important;
}

    .news-pagination .swiper-pagination-bullet {
        position: relative;
        width: 24px;
        height: 24px;
        margin: 0 1px !important;
        opacity: 1;
        border: 0;
        border-radius: 999px;
        background: transparent;
    }

        .news-pagination .swiper-pagination-bullet::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: rgba(21, 94, 138, 0.22);
            transform: translate(-50%, -50%);
            transition: width 0.24s ease, background 0.24s ease;
        }

    .news-pagination .swiper-pagination-bullet-active {
        width: 40px;
    }

        .news-pagination .swiper-pagination-bullet-active::before {
            width: 24px;
            background: var(--kepsas-blue);
        }

/* =========================================================
   RESPONSIVE - DESKTOP & TABLET
   ========================================================= */

@media (min-width: 992px) {
    .hero-slider-section,
    .heroSwiper,
    .heroSwiper > .swiper-wrapper,
    .heroSwiper > .swiper-wrapper > .swiper-slide {
        height: clamp(650px, 78vh, 790px);
        min-height: 650px;
    }

    .hero-slide,
    .hero-slide-container {
        height: 100%;
        min-height: 0;
    }

    .hero-slide-container {
        padding-top: 64px;
        padding-bottom: 100px;
    }

    .hero-slider-button {
        top: 0;
        bottom: 0;
        width: clamp(76px, 7vw, 118px);
        height: 100%;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        transform: none;
    }

    .hero-slider-prev {
        left: 0;
    }

    .hero-slider-next {
        right: 0;
    }

    .hero-slider-button::before {
        content: "";
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: opacity 0.22s ease;
    }

    .hero-slider-prev::before {
        background: linear-gradient( 90deg, rgba(3, 17, 28, 0.68), rgba(9, 67, 88, 0) );
    }

    .hero-slider-next::before {
        background: linear-gradient( 270deg, rgba(3, 17, 28, 0.68), rgba(9, 67, 88, 0) );
    }

    .hero-slider-button:hover::before,
    .hero-slider-button:focus-visible::before {
        opacity: 1;
    }

    .hero-slider-button i {
        position: relative;
        z-index: 2;
        font-size: clamp(1.8rem, 2.35vw, 2.5rem);
        filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.34));
    }

    /* MASAÜSTÜ BİZ NEREDEYİZ GÖRSELİ KUSURSUZ ORTALAMA */
    .hero-slide-locations .hero-location-full-link {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .hero-slide-locations .hero-location-full-image {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        height: auto !important;
        object-fit: initial !important;
        max-height: none !important;
        margin: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-slider-section,
    .heroSwiper,
    .heroSwiper > .swiper-wrapper,
    .heroSwiper > .swiper-wrapper > .swiper-slide {
        height: clamp(540px, 72vh, 620px);
        min-height: 540px;
    }

    .hero-slide-container {
        padding-top: 54px;
        padding-bottom: 88px;
    }

    /* YAZILARI BİRAZ BÜYÜTELİM (Tablet-Masaüstü arası) */
    .hero-title {
        font-size: clamp(2rem, 3.5vw, 2.8rem);
    }

    .hero-description {
        margin-bottom: 20px;
        font-size: 15px; /* Okunabilirliği arttırıldı */
    }

    .hero-primary-button {
        font-size: 14px;
    }

    .hero-standard-panel.hero-image-panel {
        width: min(100%, 455px);
    }

    .hero-image-panel > img {
        max-height: 310px;
    }

    .quick-actions-shell {
        max-width: 900px !important;
    }

    .quick-action span {
        font-size: 11.5px !important;
    }

    .home-announcements-layout {
        grid-template-columns: minmax(220px, 0.3fr) minmax(0, 1fr);
        gap: 48px;
    }

    .home-announcement-row {
        grid-template-columns: minmax(0, 1fr) 124px;
        gap: 22px;
        padding-right: 24px;
        padding-left: 24px;
    }

    .home-announcement-date {
        min-width: 124px;
        padding-left: 20px;
    }
}

/* =========================================================
   RESPONSIVE - TABLET (Max 991.98px)
   ========================================================= */
@media (max-width: 991.98px) {
    .hero-slider-section {
        overflow: visible;
        padding: 12px 12px 0;
        background: #f5f7fa;
    }

    .heroSwiper {
        width: 100%;
        max-width: 760px;
        height: 350px; /* BÜYÜTÜLDÜ */
        margin: 0 auto;
        overflow: hidden;
        border-radius: 18px;
        box-shadow: 0 16px 34px rgba(19, 32, 51, 0.13);
    }

        .heroSwiper > .swiper-wrapper,
        .heroSwiper > .swiper-wrapper > .swiper-slide,
        .hero-slide,
        .hero-slide-container {
            height: 100% !important;
            min-height: 0 !important;
        }

    .hero-slide-container {
        display: flex;
        align-items: center;
        padding: 30px 28px 20px;
    }

        .hero-slide-container > .row {
            width: 100%;
            display: grid !important;
            grid-template-columns: minmax(0, 1fr) minmax(220px, 0.9fr); /* BÜYÜTÜLDÜ */
            align-items: center;
            gap: 20px;
            margin: 0 !important;
            --bs-gutter-x: 0;
            --bs-gutter-y: 0;
        }

            .hero-slide-container > .row > .hero-copy-column,
            .hero-slide-container > .row > .hero-standard-visual-column {
                width: 100% !important;
                max-width: none !important;
                margin: 0 !important;
                padding: 0 !important;
            }

    .hero-copy-column {
        min-width: 0;
        align-items: flex-start;
        text-align: left;
    }

    .hero-standard-visual-column {
        min-width: 0;
        align-self: center;
        justify-content: center;
    }

    /* BURADAN İTİBAREN YAZILARI BÜYÜTÜYORUZ (TABLET) */
    .hero-eyebrow {
        margin-bottom: 9px;
        padding: 5px 9px;
        font-size: 10px;
        letter-spacing: 0.5px;
    }

    .hero-title {
        max-width: 100%;
        margin-bottom: 9px;
        font-size: 2rem;
        line-height: 1.1;
        letter-spacing: -0.45px;
    }

    .hero-description {
        max-width: 100%;
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 1.4;
    }

    .hero-primary-button {
        min-height: 40px;
        gap: 8px;
        padding: 8px 10px 8px 14px;
        border-radius: 8px;
        font-size: 12px;
    }

        .hero-primary-button i {
            width: 24px;
            height: 24px;
            flex-basis: 24px;
            font-size: 9px;
        }
    /* YAZI BÜYÜTME İŞLEMİ BİTTİ */

    .hero-standard-panel {
        margin-inline: auto;
    }

        .hero-standard-panel.hero-image-panel {
            width: min(100%, 245px);
            min-height: 0 !important;
            border-radius: 12px;
        }

    .hero-image-panel > img {
        width: 100%;
        height: 100% !important;
        max-height: 220px; /* BÜYÜTÜLDÜ */
        object-fit: contain;
    }

    .hero-standard-panel.hero-app-panel {
        width: 100%;
        min-height: 0 !important;
        padding: 0 !important;
    }

    .hero-phone-pair {
        width: min(100%, 180px); /* TELEFONLARI BÜYÜTTÜK */
        gap: 6px;
    }

    .hero-phone-preview {
        padding: 5px 2px 3px;
        border-radius: 14px;
    }

        .hero-phone-preview img {
            border-radius: 11px;
        }

    .hero-slider-button {
        display: none;
    }

    .hero-slider-controls {
        top: 7px;
        min-height: 29px;
        gap: 5px;
        padding: 3px 4px 3px 7px;
    }

        .hero-slider-controls .swiper-pagination-bullet {
            width: 24px;
            height: 24px;
            flex-basis: 24px;
        }

            .hero-slider-controls .swiper-pagination-bullet::before {
                width: 6px;
                height: 6px;
            }

        .hero-slider-controls .swiper-pagination-bullet-active {
            width: 34px;
            flex-basis: 34px;
        }

            .hero-slider-controls .swiper-pagination-bullet-active::before {
                width: 18px;
            }

    .hero-autoplay-toggle {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        border-radius: 7px;
    }

    /* TABLET BİZ NEREDEYİZ GÖRSELİ KUSURSUZ ORTALAMA */
    .hero-slide-locations .hero-location-full-link {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .hero-slide-locations .hero-location-full-image {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        height: auto !important;
        object-fit: initial !important;
        max-height: none !important;
        margin: 0 !important;
    }

    /* HIZLI İŞLEMLER - TABLET (Dikey Görünüm & 8'Lİ KART) */
    .quick-actions-wrap {
        margin-top: 10px !important;
    }

    .quick-actions-shell {
        max-width: 100% !important;
        padding: 16px 8px !important;
        border-radius: 24px !important;
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        row-gap: 12px !important;
    }
    /* GİZLENEN 4 İŞLEMİ TABLETTE AÇ */
    .quick-action:nth-of-type(n+5) {
        display: flex !important;
    }

    .quick-action {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 6px !important;
        padding: 10px 2px 2px 2px !important;
        border-right: none !important;
        min-height: 90px;
    }

        .quick-action::after {
            display: none !important;
        }

        .quick-action span {
            display: block !important;
            height: 32px !important;
            width: 100% !important;
            white-space: normal !important;
            line-height: 1.2 !important;
            text-align: center !important;
            margin: 0 !important;
            padding: 0 !important;
        }

    /* MOBİL UYGULAMA TANITIMI (TABLET & MOBİL İÇİN YENİDEN SIRALAMA) */
    .app-promo-section {
        padding: 30px 0;
    }

    .app-promo-container {
        padding: 30px 20px;
        text-align: center;
    }

    .app-promo-section .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0 !important;
    }

    .app-promo-section .col-lg-5 {
        display: contents;
    }

    .app-promo-section .badge {
        order: 1;
        margin: 0 auto 12px !important;
    }

    .app-promo-title {
        order: 2;
        margin: 0 auto 12px !important;
        font-size: 2rem;
        text-align: center;
    }

    .app-promo-description {
        order: 3;
        margin: 0 auto 24px !important;
        text-align: center;
    }

    .app-visual-column {
        order: 4;
        width: 100%;
        min-height: auto;
        margin: 10px 0 30px;
        padding: 0;
    }

    .app-showcase {
        gap: 15px;
        justify-content: center;
    }

    .app-device {
        width: min(40vw, 160px);
        padding: 12px 4px 4px;
        border-radius: 16px;
    }

    .app-store-buttons {
        order: 5;
        width: 100%;
        justify-content: center;
        gap: 12px;
        margin-top: 0;
    }

    .home-announcements {
        padding: 62px 0 56px;
    }

    .home-announcements-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .home-announcements-side-inner {
        position: static;
        max-width: 650px;
        padding-top: 0;
    }

    .home-announcements-side p {
        max-width: 520px;
    }
}

/* =========================================================
   RESPONSIVE - MOBİL (Max 767.98px)
   ========================================================= */
@media (max-width: 767.98px) {
    /* BURASI ÇOK ÖNEMLİ: KARTLARI ALT ALTA ALIP BÜYÜTÜYORUZ */
    .heroSwiper {
        height: auto !important; /* SABİT YÜKSEKLİĞİ İPTAL ET */
        min-height: 420px !important; /* KISALTILDI (Eskiden 480px idi) */
    }

        .heroSwiper > .swiper-wrapper,
        .heroSwiper > .swiper-wrapper > .swiper-slide,
        .hero-slide,
        .hero-slide-container {
            height: auto !important;
            min-height: 100% !important;
        }

    .hero-slide-container {
        /* ALT BOŞLUK AZALTILDI (Çentik çözümü) */
        padding: 35px 15px 20px !important;
    }

        .hero-slide-container > .row {
            display: flex !important;
            flex-direction: column !important; /* ALT ALTA DİZ */
            text-align: center !important; /* MERKEZE AL */
            gap: 24px !important;
        }

    .hero-copy-column {
        align-items: center !important; /* YAZILARI VE BUTONU ORTALA */
        max-width: 100% !important;
    }

    /* GÜNCEL BİLGİLENDİRME ETİKETİNİ (EYEBROW) MOBİLDE GİZLE */
    .hero-eyebrow {
        display: none !important;
    }

    .hero-title {
        font-size: 2.2rem !important;
    }

    .hero-description {
        font-size: 14px !important;
        max-width: 90% !important;
    }

    .hero-standard-visual-column {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .hero-standard-panel.hero-image-panel {
        width: min(100%, 340px) !important;
        margin: 0 auto !important;
    }

    .hero-image-panel > img {
        max-height: 240px !important; /* RESİMLER DEVASA VE OKUNAKLI */
        width: 100% !important;
        object-fit: contain !important;
        margin: 0 auto !important;
    }

    .hero-phone-pair {
        width: min(100%, 200px) !important;
        margin: 0 auto !important;
    }

    /* HIZLI İŞLEMLER - MOBİL (8'Lİ KART IZGARA) */
    .quick-actions-wrap {
        padding-right: 8px;
        padding-left: 8px;
    }

    .quick-actions-shell {
        row-gap: 8px !important;
        border-radius: 20px !important;
        padding: 10px 4px !important;
        box-shadow: 0 10px 25px rgba(19, 32, 51, 0.08) !important;
    }

    .quick-action {
        min-height: 85px;
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
    }

        .quick-action span {
            font-size: 9.5px !important;
            max-width: 90px;
            height: 28px !important;
        }

        .quick-action .icon-box-sm {
            width: 48px !important;
            height: 48px !important;
            flex-basis: 48px !important;
            border-width: 2px !important;
            margin: 0 auto !important;
        }

        .quick-action:nth-of-type(1) .icon-box-sm {
            box-shadow: 0 0 0 3px rgba(16, 155, 215, 0.10), 0 5px 12px rgba(19, 32, 51, 0.08);
        }

        .quick-action:nth-of-type(2) .icon-box-sm {
            box-shadow: 0 0 0 3px rgba(247, 201, 72, 0.14), 0 5px 12px rgba(19, 32, 51, 0.08);
        }

        .quick-action:nth-of-type(3) .icon-box-sm {
            box-shadow: 0 0 0 3px rgba(227, 59, 66, 0.10), 0 5px 12px rgba(19, 32, 51, 0.08);
        }

        .quick-action:nth-of-type(4) .icon-box-sm {
            box-shadow: 0 0 0 3px rgba(40, 160, 99, 0.10), 0 5px 12px rgba(19, 32, 51, 0.08);
        }

        .quick-action:nth-of-type(5) .icon-box-sm {
            background: linear-gradient(135deg, rgba(23, 162, 184, 0.18), rgba(23, 162, 184, 0.06)) !important;
            border-color: rgba(23, 162, 184, 0.16);
            box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.10), 0 5px 12px rgba(19, 32, 51, 0.08);
        }

        .quick-action:nth-of-type(6) .icon-box-sm {
            background: linear-gradient(135deg, rgba(111, 66, 193, 0.18), rgba(111, 66, 193, 0.06)) !important;
            border-color: rgba(111, 66, 193, 0.16);
            box-shadow: 0 0 0 3px rgba(111, 66, 193, 0.10), 0 5px 12px rgba(19, 32, 51, 0.08);
        }

        .quick-action:nth-of-type(7) .icon-box-sm {
            background: linear-gradient(135deg, rgba(253, 126, 20, 0.18), rgba(253, 126, 20, 0.06)) !important;
            border-color: rgba(253, 126, 20, 0.16);
            box-shadow: 0 0 0 3px rgba(253, 126, 20, 0.10), 0 5px 12px rgba(19, 32, 51, 0.08);
        }

        .quick-action:nth-of-type(8) .icon-box-sm {
            background: linear-gradient(135deg, rgba(108, 117, 125, 0.18), rgba(108, 117, 125, 0.06)) !important;
            border-color: rgba(108, 117, 125, 0.16);
            box-shadow: 0 0 0 3px rgba(108, 117, 125, 0.10), 0 5px 12px rgba(19, 32, 51, 0.08);
        }

    .quick-action-icon {
        width: 24px !important;
        height: 24px !important;
    }

    .quick-action-icon--bill {
        width: 19px !important;
        height: 26px !important;
    }

    /* UYGULAMA TANITIM - MOBİL FONT VE BOYUTLARI */
    .app-promo-title {
        font-size: 1.6rem;
    }

    .app-device {
        width: min(42vw, 140px);
        padding: 10px 3px 3px;
        border-radius: 14px;
    }

    .app-store-button {
        min-width: 130px;
        padding: 6px 10px;
    }

    .home-announcements {
        padding: 50px 0 44px;
    }

    .home-announcements-layout {
        gap: 28px;
    }

    .home-announcements-side h2 {
        font-size: 2rem;
    }

    .home-announcements-side p {
        margin-top: 12px;
        margin-bottom: 20px;
        font-size: 0.82rem;
    }

    .home-announcements-all-link {
        min-height: 42px;
        padding: 9px 14px;
        font-size: 0.72rem;
    }

    .home-announcement-row {
        grid-template-columns: minmax(0, 1fr) 74px;
        gap: 16px;
        min-height: 112px;
        padding: 20px 18px;
    }

    .home-announcement-copy h3 {
        font-size: 0.98rem;
        line-height: 1.4;
    }

    .home-announcement-read {
        margin-top: 9px;
        font-size: 0.66rem;
    }

    .home-announcement-date {
        min-width: 74px;
        padding-left: 14px;
    }

        .home-announcement-date strong {
            font-size: 36px;
            letter-spacing: -1.4px;
        }

        .home-announcement-date span {
            max-width: 72px;
            margin-top: 8px;
            font-size: 0.57rem;
            line-height: 1.25;
            text-align: right;
            white-space: normal;
        }

    /* =========================================================
       HABERLER MOBİL (2 SÜTUN + BUTON ÜSTTE)
       ========================================================= */
    .home-news-mobile-all {
        display: none !important; /* Eski alttaki butonu tamamen gizle */
    }

    .home-news-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .home-news-heading-actions {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

        .home-news-heading-actions .home-news-all-link {
            display: inline-flex !important; /* Gizlenen üstteki butonu görünür yap */
        }

    .home-news-swiper {
        padding: 4px 0 26px;
    }

    .news-card.home-news-card {
        border-radius: 9px;
    }

    .home-news-media {
        aspect-ratio: 16 / 11;
    }

    .home-news-body {
        padding: 10px 8px 10px;
    }

    .home-news-date {
        font-size: 0.55rem;
        margin-bottom: 6px;
    }

    .home-news-body h3 {
        font-size: 0.75rem;
        line-height: 1.3;
        margin-bottom: 6px;
    }

    .home-news-excerpt {
        font-size: 0.6rem;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        margin-bottom: 10px;
    }

    .home-news-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding-top: 8px;
    }

    .home-news-author {
        font-size: 0.55rem;
    }

    .home-news-read-link {
        font-size: 0.6rem;
    }
}

/* =========================================================
   RESPONSIVE - KÜÇÜK MOBİL (Max 575.98px)
   ========================================================= */
@media (max-width: 575.98px) {
    .heroSwiper {
        min-height: 380px !important; /* İYİCE KISALTILDI */
    }

    .hero-slide-container {
        padding: 32px 12px 16px !important; /* ALT BOŞLUK AZALTILDI */
    }

    .hero-title {
        font-size: 1.8rem !important;
    }

    .hero-description {
        font-size: 13px !important;
        -webkit-line-clamp: 4 !important; /* Daha çok metin okunsun */
    }

    .hero-primary-button {
        min-height: 38px;
        padding: 8px 14px;
        font-size: 12px;
    }

        .hero-primary-button i {
            width: 22px;
            height: 22px;
            flex-basis: 22px;
            font-size: 8px;
        }

    .hero-image-panel > img {
        max-height: 210px !important; /* HALA ÇOK BÜYÜK VE NET */
    }

    .hero-phone-pair {
        width: min(100%, 180px) !important;
    }

    /* Diğer minik ekran ayarları */
    .hero-slider-controls {
        top: 5px;
        min-height: 26px;
    }

    .hero-autoplay-toggle {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    .app-promo-section {
        padding: 24px 8px 28px;
    }

    .app-promo-container {
        padding: 20px 14px 18px;
        border-radius: 16px;
    }

    .app-promo-section .row {
        --bs-gutter-x: 0.8rem;
        --bs-gutter-y: 1rem;
    }

    .app-promo-section .badge {
        margin-bottom: 8px !important;
        padding: 5px 8px !important;
        font-size: 7px;
    }

    .app-promo-title {
        margin-bottom: 8px !important;
        font-size: 1.28rem;
        line-height: 1.06;
    }

    .app-promo-description {
        font-size: 10px !important;
        line-height: 1.42 !important;
    }

    .app-store-buttons {
        width: auto;
        gap: 6px;
        margin-top: 12px;
        justify-content: flex-start;
    }

    .app-store-button {
        min-width: 108px;
        min-height: 36px;
        gap: 5px;
        padding: 4px 7px;
        border-radius: 7px;
    }

        .app-store-button > i {
            width: 16px;
            flex-basis: 16px;
            font-size: 15px;
        }

        .app-store-button small {
            font-size: 5.8px;
        }

        .app-store-button strong {
            font-size: 8.4px;
        }

    .app-visual-column {
        min-height: 150px;
    }

    .app-showcase {
        gap: 7px;
    }

    .app-device {
        width: min(32vw, 96px);
        padding: 9px 4px 4px;
        border-radius: 14px;
        box-shadow: 0 10px 22px rgba(19, 32, 51, 0.12);
    }

    .app-device-screen {
        border-radius: 9px;
    }

    .app-device-speaker {
        top: 4px;
        width: 22px;
        height: 2px;
    }

    .home-news-heading-actions .home-news-all-link {
        display: none;
    }

    .home-news-card {
        max-width: 340px;
    }

    .home-news-footer {
        align-items: flex-start;
    }

    .home-news-swiper {
        overflow: hidden;
        padding: 3px 0 26px;
    }

        .home-news-swiper .swiper-wrapper {
            align-items: stretch;
        }

        .home-news-swiper .swiper-slide {
            height: auto;
            display: flex;
        }

    .news-card.home-news-card {
        max-width: none;
        border-radius: 9px;
    }

    .home-news-media {
        aspect-ratio: 16 / 10;
    }

    .home-news-body {
        padding: 10px 9px 9px;
    }

    .home-news-date {
        gap: 4px;
        margin-bottom: 5px;
        font-size: 0.50rem;
    }

    .home-news-body h3 {
        margin-bottom: 6px;
        font-size: 0.72rem;
        line-height: 1.25;
    }

    .home-news-excerpt {
        display: -webkit-box;
        overflow: hidden;
        margin-bottom: 8px;
        font-size: 0.58rem;
        line-height: 1.35;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .home-news-footer {
        gap: 5px;
        align-items: center;
    }

    .home-news-author {
        font-size: 0.50rem;
    }

    .home-news-read-link {
        gap: 3px;
        font-size: 0.52rem;
    }
}

/* =========================================================
   RESPONSIVE - ÇOK KÜÇÜK MOBİL (Max 420px)
   ========================================================= */
@media (max-width: 420px) {
    .heroSwiper {
        min-height: 340px !important; /* İYİCE KISALTILDI */
    }

    .hero-slide-container {
        padding: 28px 10px 14px !important; /* ALT BOŞLUK AZALTILDI */
    }

    .hero-title {
        font-size: 1.55rem !important;
    }

    .hero-description {
        font-size: 12.5px !important;
    }

    .hero-image-panel > img {
        max-height: 190px !important; /* EKRAN DARALSA DA OKUNABİLİR */
    }

    .hero-phone-pair {
        width: min(100%, 160px) !important;
    }

    .quick-actions-wrap {
        padding-right: 5px;
        padding-left: 5px;
    }

    .quick-actions-shell {
        padding: 6px 2px !important;
        gap: 2px !important;
    }

    .quick-action span {
        font-size: 8.5px !important;
        max-width: 80px;
        height: 24px !important;
    }

    .quick-action .icon-box-sm {
        width: 42px !important;
        height: 42px !important;
        flex-basis: 42px !important;
    }

    .quick-action-icon {
        width: 21px !important;
        height: 21px !important;
    }

    .app-promo-title {
        font-size: 1.35rem;
    }

    .app-promo-description {
        font-size: 12px !important;
    }

    .app-device {
        width: 45vw;
    }

    .app-store-buttons {
        flex-direction: column;
        align-items: stretch;
        padding: 0 15px;
    }

    .app-store-button {
        width: 100%;
        justify-content: center;
        min-height: 48px;
    }

    .home-announcements-kicker {
        font-size: 0.6rem;
    }

    .home-announcement-row {
        grid-template-columns: minmax(0, 1fr) 62px;
        gap: 10px;
        padding: 18px 14px;
    }

    .home-announcement-label {
        font-size: 0.58rem;
    }

    .home-announcement-copy h3 {
        font-size: 0.91rem;
    }

    .home-announcement-read {
        font-size: 0.62rem;
    }

    .home-announcement-date {
        min-width: 62px;
        padding-left: 10px;
    }

        .home-announcement-date strong {
            font-size: 31px;
        }

        .home-announcement-date span {
            max-width: 60px;
            font-size: 0.52rem;
        }
}

/* =========================================================
   HERO — BİZ NEREDEYİZ (FLEX KUSURSUZ ORTALAMA VE LACI ZEMİN)
   ========================================================= */

.hero-slide-locations {
    background: #0b1d2c !important; /* LACI ZEMİN YAPILDI */
}

.hero-location-full-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    background: #0b1d2c !important; /* LACI ZEMİN YAPILDI */
}

.hero-slide-locations .hero-location-full-image {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    max-height: none !important;
    margin: 0 !important;
}

/* =========================================================
   YENİ EKLENEN İKONLARIN HOVER ANİMASYONLARI
   ========================================================= */
.quick-debt-document,
.quick-appointment-cal,
.quick-location-pin,
.quick-portal-mark,
.quick-portal-head {
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 0.3s ease;
}

.quick-action:hover .quick-debt-document {
    transform: translateY(-2px) rotate(-1deg);
}

.quick-action:hover .quick-appointment-cal {
    transform: translateY(-2px) scale(1.04);
}

.quick-action:hover .quick-location-pin {
    transform: translateY(-3px) scale(1.05);
}

.quick-action:hover .quick-portal-mark {
    transform: scale(1.08);
}

.quick-action:hover .quick-portal-head {
    transform: translateY(-2px);
}

/* =========================================================
   ACCESSIBILITY / REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .heroSwiper .hero-copy-column > *,
    .heroSwiper .hero-standard-visual-column,
    .hero-slider-button,
    .hero-slider-button::before,
    .hero-slider-button i,
    .hero-slider-controls *,
    .hero-autoplay-toggle,
    .quick-action,
    .quick-action .icon-box-sm,
    .app-store-button,
    .app-device,
    .home-announcement-row,
    .home-announcement-read i,
    .home-news-card,
    .home-news-read-link i {
        transition: none !important;
    }

    .heroSwiper .hero-copy-column > *,
    .heroSwiper .hero-standard-visual-column {
        opacity: 1;
        transform: none;
    }
}
