/* DoublePOS — SEO bölümleri (ana sayfa ile uyumlu) */

.mkt-sector-body {
    background: #070f1c;
    color: #e2e8f0;
}

.mkt-topnav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(7, 15, 28, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(59, 130, 246, 0.22);
}

.mkt-sector-main {
    padding-bottom: 3rem;
}

.mkt-sector-hero {
    padding: clamp(3rem, 8vw, 5rem) 24px;
    background:
        radial-gradient(ellipse at top, rgba(37, 99, 235, 0.14), transparent 60%),
        #0c1829;
}

.mkt-sector-hero__inner {
    max-width: 920px;
    margin: 0 auto;
}

.mkt-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #93c5fd;
    background: rgba(37, 99, 235, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.22);
}

.mkt-sector-hero h1 {
    margin: 16px 0 12px;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.12;
    color: #f8fafc;
}

.mkt-lead {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #94a3b8;
    max-width: 58ch;
    line-height: 1.6;
}

.mkt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.mkt-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    width: auto;
    padding: 12px 22px;
    border-radius: 11px;
}

.mkt-btn-ghost {
    display: inline-flex;
    align-items: center;
    padding: 12px 22px;
    border-radius: 11px;
    border: 1px solid rgba(59, 130, 246, 0.35);
    color: #e2e8f0;
    text-decoration: none;
    font-weight: 700;
    transition: background 0.2s, border-color 0.2s;
}

.mkt-btn-ghost:hover {
    background: rgba(37, 99, 235, 0.08);
    border-color: rgba(96, 165, 250, 0.5);
    color: #f8fafc;
}

.mkt-feature-grid--4 {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

.mkt-sector-links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
    gap: 14px;
}

.mkt-sector-link {
    display: block;
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.12);
    color: inherit;
    text-decoration: none;
    transition: border-color 0.2s, transform 0.2s, background 0.2s;
}

.mkt-sector-link:hover {
    border-color: rgba(37, 99, 235, 0.4);
    background: rgba(37, 99, 235, 0.06);
    transform: translateY(-2px);
    color: inherit;
}

.mkt-sector-link strong {
    display: block;
    color: #f1f5f9;
    margin-bottom: 6px;
    font-size: 1rem;
}

.mkt-sector-link span {
    font-size: 0.86rem;
    color: #94a3b8;
    line-height: 1.45;
}

.mkt-seo-section {
    position: relative;
    z-index: 2;
    padding: 88px 24px;
    background: #0c1829;
    border-top: 1px solid rgba(59, 130, 246, 0.15);
}

.mkt-seo-section--alt {
    background: #070f1c;
}

.mkt-seo-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.mkt-keyword-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
    gap: 14px;
    margin-top: 28px;
}

.mkt-keyword-card {
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.12);
}

.mkt-keyword-card h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 700;
    color: #dbeafe;
}

.mkt-keyword-card p {
    margin: 0;
    font-size: 0.88rem;
    color: #94a3b8;
    line-height: 1.5;
}

.mkt-sector-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mkt-sector-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 11px;
    background: rgba(37, 99, 235, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.25);
    color: #bfdbfe;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.mkt-sector-chip:hover {
    color: #eff6ff;
    background: rgba(37, 99, 235, 0.18);
    border-color: rgba(96, 165, 250, 0.45);
    transform: translateY(-1px);
}

.mkt-faq-list {
    display: grid;
    gap: 12px;
    max-width: 820px;
    margin: 0 auto;
}

.mkt-faq-item {
    padding: 20px 22px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.12);
}

.mkt-faq-item h3 {
    margin: 0 0 8px;
    font-size: 1.02rem;
    font-weight: 700;
    color: #f1f5f9;
}

.mkt-faq-item p {
    margin: 0;
    color: #94a3b8;
    font-size: 0.92rem;
    line-height: 1.55;
}

.mkt-category-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
}

.mkt-category-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 16px 16px 14px;
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    background: rgba(15, 28, 50, 0.62);
    border: 1px solid rgba(59, 130, 246, 0.2);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.mkt-category-card:hover,
.mkt-category-card:focus {
    transform: translateY(-2px);
    border-color: rgba(147, 197, 253, 0.45);
    background: rgba(37, 99, 235, 0.16);
    color: inherit;
}

.mkt-category-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background: rgba(37, 99, 235, 0.2);
    color: #93c5fd;
}

.mkt-category-card__body {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mkt-category-card__body strong {
    font-family: var(--home-display, 'Cormorant Garamond', Georgia, serif);
    font-size: 1.28rem;
    font-weight: 600;
    font-style: italic;
    color: #f8fafc;
    line-height: 1.2;
}

.mkt-category-card__body span {
    font-size: 0.8rem;
    color: #94a3b8;
}

.mkt-category-card__arrow {
    color: #60a5fa;
    opacity: 0.85;
    flex-shrink: 0;
}

.mkt-industries--page {
    gap: 10px;
}

.mkt-industry-tag--lg {
    font-size: 0.9rem;
    padding: 10px 14px;
}

.mkt-industries {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mkt-industry-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.24);
    color: #bfdbfe;
    font-size: 0.8rem;
    font-weight: 650;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

a.mkt-industry-tag:hover,
a.mkt-industry-tag:focus {
    background: rgba(37, 99, 235, 0.22);
    border-color: rgba(147, 197, 253, 0.5);
    color: #f8fafc;
    transform: translateY(-1px);
}

.mkt-industry-groups {
    display: grid;
    gap: 22px;
    margin-bottom: 36px;
}

.mkt-industry-group {
    padding: 18px;
    border-radius: 18px;
    background: rgba(15, 28, 50, 0.55);
    border: 1px solid rgba(59, 130, 246, 0.16);
}

.mkt-industry-group__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.mkt-industry-group__icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(37, 99, 235, 0.18);
    color: #93c5fd;
    flex-shrink: 0;
}

.mkt-industry-group__head h3 {
    margin: 0;
    font-family: var(--home-display, 'Cormorant Garamond', Georgia, serif);
    font-size: clamp(1.25rem, 3vw, 1.55rem);
    font-weight: 600;
    font-style: italic;
    color: #f8fafc;
}

.mkt-prose {
    max-width: 880px;
}

.mkt-prose-text {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.75;
    color: #94a3b8;
}

.mkt-benefit-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.mkt-benefit-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(15, 28, 50, 0.6);
    border: 1px solid rgba(59, 130, 246, 0.16);
    color: #e2e8f0;
    line-height: 1.5;
}

.mkt-benefit-list i {
    margin-top: 3px;
    color: #60a5fa;
}

.mkt-feature-grid--3 {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
}

.home-section-alt {
    background: var(--home-navy, #070f1c);
}

.mkt-back-industries {
    margin: 24px 0 0;
    text-align: center;
}

.mkt-back-industries a {
    color: #93c5fd;
    font-weight: 700;
    text-decoration: none;
}

.mkt-back-industries a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .mkt-seo-section {
        padding: 64px 20px;
    }

    .mkt-category-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mkt-category-card {
        padding: 14px;
    }

    .mkt-category-card__body strong {
        font-size: 1.15rem;
    }

    .mkt-industry-group {
        padding: 14px;
        border-radius: 14px;
    }

    .mkt-industry-tag {
        font-size: 0.76rem;
        padding: 7px 10px;
    }

    .mkt-prose-text {
        font-size: 0.94rem;
        line-height: 1.65;
    }
}

@media (max-width: 480px) {
    .mkt-seo-section {
        padding: 48px 14px;
    }

    .mkt-industry-groups {
        gap: 14px;
        margin-bottom: 28px;
    }
}

/* Sektörler galeri — 3 görsel + iletişim başlığı */
.mkt-sector-body--gallery {
    background: #060d18;
}

.mkt-gallery {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding:
        calc(var(--home-nav-height, 72px) + env(safe-area-inset-top, 0px) + 28px)
        clamp(14px, 4vw, 28px)
        calc(40px + env(safe-area-inset-bottom, 0px));
}

.mkt-gallery__intro {
    text-align: center;
    margin: 0 0 28px;
    max-width: none;
    width: 100%;
    padding: clamp(22px, 4vw, 36px) clamp(16px, 4vw, 40px);
    border-radius: 18px;
    background:
        linear-gradient(160deg, rgba(16, 30, 54, 0.88) 0%, rgba(8, 15, 28, 0.92) 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow:
        0 18px 48px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mkt-gallery__title {
    margin: 0 0 14px;
    font-family: var(--home-display, 'Cormorant Garamond', Georgia, serif);
    font-size: clamp(1.85rem, 5.5vw, 2.85rem);
    font-weight: 600;
    font-style: italic;
    line-height: 1.15;
    color: #f8fafc;
    letter-spacing: -0.01em;
}

.mkt-gallery__lead {
    margin: 0 auto 22px;
    max-width: 820px;
    font-family: var(--home-font, 'Plus Jakarta Sans', system-ui, sans-serif);
    font-size: clamp(0.95rem, 2.4vw, 1.12rem);
    font-weight: 500;
    line-height: 1.65;
    color: #94a3b8;
}

.mkt-gallery__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.mkt-gallery__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 12px;
    font-family: var(--home-font, 'Plus Jakarta Sans', system-ui, sans-serif);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.mkt-gallery__btn i {
    font-size: 0.85rem;
}

.mkt-gallery__btn--primary {
    color: #fff;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border: 1px solid rgba(147, 197, 253, 0.35);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}

.mkt-gallery__btn--ghost {
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.22);
}

@media (hover: hover) and (pointer: fine) {
    .mkt-gallery__btn--primary:hover {
        transform: translateY(-1px);
        background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    }

    .mkt-gallery__btn--ghost:hover {
        border-color: rgba(147, 197, 253, 0.4);
        background: rgba(37, 99, 235, 0.12);
        color: #f8fafc;
    }
}

.mkt-gallery__stack {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

.mkt-gallery__figure {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: #0a1424;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.mkt-gallery__img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.mkt-gallery__footer {
    margin-top: clamp(28px, 5vw, 48px);
    padding: clamp(22px, 4vw, 36px) clamp(16px, 4vw, 40px);
    text-align: center;
    border-radius: 18px;
    background:
        linear-gradient(160deg, rgba(16, 30, 54, 0.88) 0%, rgba(8, 15, 28, 0.92) 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow:
        0 18px 48px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mkt-gallery__footer-title {
    margin: 0 0 12px;
    font-family: var(--home-display, 'Cormorant Garamond', Georgia, serif);
    font-size: clamp(1.55rem, 4vw, 2.2rem);
    font-weight: 600;
    font-style: italic;
    line-height: 1.2;
    color: #f8fafc;
}

.mkt-gallery__footer-text {
    margin: 0 auto 20px;
    max-width: 720px;
    font-family: var(--home-font, 'Plus Jakarta Sans', system-ui, sans-serif);
    font-size: clamp(0.95rem, 2.2vw, 1.08rem);
    font-weight: 500;
    line-height: 1.65;
    color: #94a3b8;
}

.mkt-gallery__footer .mkt-gallery__btn {
    margin: 0 auto;
}

.mkt-gallery__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: clamp(18px, 3.5vw, 28px) 0;
    padding: 0 8px;
}

.mkt-gallery__divider-line {
    flex: 1;
    height: 1px;
    max-width: 220px;
    background: linear-gradient(90deg, transparent, rgba(147, 197, 253, 0.45), transparent);
}

.mkt-gallery__divider-mark {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background: rgba(37, 99, 235, 0.16);
    border: 1px solid rgba(96, 165, 250, 0.35);
    box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.08);
}

.mkt-gallery__divider-mark::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #60a5fa;
    transform: rotate(45deg);
    box-shadow: 0 0 12px rgba(96, 165, 250, 0.55);
}

@media (max-width: 768px) {
    .mkt-gallery {
        padding-top: calc(var(--home-nav-height, 72px) + env(safe-area-inset-top, 0px) + 18px);
        padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
        padding-left: max(12px, env(safe-area-inset-left, 0px));
        padding-right: max(12px, env(safe-area-inset-right, 0px));
    }

    .mkt-gallery__intro {
        margin-bottom: 20px;
        padding: 18px 14px 16px;
        border-radius: 14px;
    }

    .mkt-gallery__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .mkt-gallery__btn {
        width: 100%;
    }

    .mkt-gallery__figure {
        border-radius: 12px;
    }

    .mkt-gallery__divider {
        margin: 16px 0;
        gap: 10px;
    }

    .mkt-gallery__divider-mark {
        width: 28px;
        height: 28px;
        box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
    }
}

@media (max-width: 480px) {
    .mkt-gallery__title {
        font-size: 1.65rem;
    }

    .mkt-gallery__lead {
        font-size: 0.9rem;
    }

    .mkt-gallery__btn {
        font-size: 0.86rem;
        min-height: 46px;
    }
}

/* Sektörler kataloğu — kurumsal paket panelleri (eski / kategori) */
.mkt-sector-body--catalog {
    background: #060d18;
}

.mkt-catalog-atmosphere {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 40% at 18% 12%, rgba(37, 99, 235, 0.2), transparent 55%),
        radial-gradient(ellipse 45% 35% at 88% 8%, rgba(14, 165, 233, 0.1), transparent 50%),
        radial-gradient(ellipse 50% 40% at 70% 90%, rgba(29, 78, 216, 0.08), transparent 55%),
        linear-gradient(180deg, #08111f 0%, #060d18 42%, #0a1422 100%);
}

.mkt-catalog-atmosphere::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(148, 163, 184, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%);
}

.mkt-catalog {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding:
        calc(var(--home-nav-height, 72px) + env(safe-area-inset-top, 0px) + 22px)
        clamp(14px, 2.8vw, 24px)
        calc(32px + env(safe-area-inset-bottom, 0px));
}

.mkt-catalog__hero {
    text-align: left;
    margin-bottom: clamp(18px, 2.8vw, 28px);
    padding: 18px 20px 16px;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(15, 28, 50, 0.75) 0%, rgba(8, 16, 30, 0.55) 100%);
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow:
        0 20px 48px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.mkt-catalog__hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.mkt-catalog__eyebrow {
    margin: 0;
    font-family: var(--home-font, 'Plus Jakarta Sans', system-ui, sans-serif);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #93c5fd;
}

.mkt-catalog__stat {
    display: inline-flex;
    align-items: center;
    padding: 5px 11px;
    border-radius: 999px;
    font-family: var(--home-font, 'Plus Jakarta Sans', system-ui, sans-serif);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #dbeafe;
    background: rgba(37, 99, 235, 0.22);
    border: 1px solid rgba(96, 165, 250, 0.35);
}

.mkt-catalog__title {
    margin: 0 0 8px;
    font-family: var(--home-display, 'Cormorant Garamond', Georgia, serif);
    font-size: clamp(1.9rem, 4.2vw, 2.75rem);
    font-weight: 600;
    font-style: italic;
    line-height: 1.12;
    color: #f8fafc;
    letter-spacing: -0.01em;
}

.mkt-catalog__lead {
    margin: 0;
    max-width: 640px;
    font-family: var(--home-font, 'Plus Jakarta Sans', system-ui, sans-serif);
    font-size: clamp(0.84rem, 1.5vw, 0.98rem);
    line-height: 1.55;
    color: #94a3b8;
}

.mkt-catalog__rule {
    margin-top: 14px;
    height: 2px;
    width: min(180px, 40%);
    border-radius: 2px;
    background: linear-gradient(90deg, #3b82f6 0%, rgba(56, 189, 248, 0.15) 100%);
}

.mkt-catalog__grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mkt-catalog__grid--single {
    max-width: 100%;
    margin: 0;
    grid-template-columns: 1fr;
}

.mkt-catalog__back {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(147, 197, 253, 0.35);
}

.mkt-catalog__back:hover {
    color: #bfdbfe;
}

.mkt-catalog-card {
    --mkt-accent: #3b82f6;
    --mkt-accent-soft: rgba(59, 130, 246, 0.18);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    padding: 14px 14px 12px;
    border-radius: 14px;
    background:
        linear-gradient(165deg, rgba(18, 32, 56, 0.95) 0%, rgba(9, 16, 30, 0.98) 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow:
        0 14px 36px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mkt-catalog-card:nth-child(3n+2) {
    --mkt-accent: #38bdf8;
    --mkt-accent-soft: rgba(56, 189, 248, 0.16);
}

.mkt-catalog-card:nth-child(3n+3) {
    --mkt-accent: #60a5fa;
    --mkt-accent-soft: rgba(96, 165, 250, 0.16);
}

.mkt-catalog-card:nth-child(4n) {
    --mkt-accent: #0ea5e9;
    --mkt-accent-soft: rgba(14, 165, 233, 0.15);
}

.mkt-catalog-card__accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--mkt-accent), transparent 85%);
    opacity: 0.95;
}

.mkt-catalog-card__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.mkt-catalog-card__icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background:
        linear-gradient(145deg, var(--mkt-accent-soft), rgba(255, 255, 255, 0.02));
    border: 1px solid color-mix(in srgb, var(--mkt-accent) 40%, transparent);
    color: #bfdbfe;
    font-size: 0.85rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mkt-catalog-card__titles {
    flex: 1;
    min-width: 0;
}

.mkt-catalog-card__titles h2 {
    margin: 0 0 2px;
    font-family: var(--home-display, 'Cormorant Garamond', Georgia, serif);
    font-size: clamp(1.12rem, 1.7vw, 1.35rem);
    font-weight: 600;
    font-style: italic;
    line-height: 1.15;
    color: #f8fafc;
}

.mkt-catalog-card__titles p {
    margin: 0;
    font-family: var(--home-font, 'Plus Jakarta Sans', system-ui, sans-serif);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.mkt-catalog-card__badge {
    flex-shrink: 0;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--home-font, 'Plus Jakarta Sans', system-ui, sans-serif);
    font-size: 0.72rem;
    font-weight: 800;
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.mkt-catalog-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.mkt-catalog-card__list li {
    margin: 0;
    padding: 0;
}

.mkt-catalog-card__list a,
.mkt-catalog-card__list span {
    position: relative;
    display: inline-block;
    padding: 5px 9px 5px 17px;
    border-radius: 7px;
    font-family: var(--home-font, 'Plus Jakarta Sans', system-ui, sans-serif);
    font-size: 0.73rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #cbd5e1;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.mkt-catalog-card__list a::before,
.mkt-catalog-card__list span::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: var(--mkt-accent);
    transform: translateY(-50%);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--mkt-accent) 22%, transparent);
}

@media (hover: hover) and (pointer: fine) {
    .mkt-catalog-card:hover {
        border-color: color-mix(in srgb, var(--mkt-accent) 45%, rgba(148, 163, 184, 0.2));
        transform: translateY(-2px);
        box-shadow:
            0 18px 40px rgba(0, 0, 0, 0.34),
            0 0 0 1px color-mix(in srgb, var(--mkt-accent) 18%, transparent),
            inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }

    .mkt-catalog-card__list a:hover {
        color: #f8fafc;
        background: var(--mkt-accent-soft);
        border-color: color-mix(in srgb, var(--mkt-accent) 50%, transparent);
        transform: translateY(-1px);
    }
}

@media (max-width: 1100px) {
    .mkt-catalog__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .mkt-catalog {
        padding-top: calc(var(--home-nav-height, 72px) + env(safe-area-inset-top, 0px) + 16px);
        padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
    }

    .mkt-catalog__hero {
        padding: 14px 14px 12px;
        border-radius: 14px;
        text-align: left;
    }

    .mkt-catalog__grid {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .mkt-catalog-card {
        padding: 13px 12px 11px;
        border-radius: 13px;
    }

    .mkt-catalog-card__list a,
    .mkt-catalog-card__list span {
        font-size: 0.71rem;
        padding: 5px 8px 5px 16px;
    }
}

@media (max-width: 480px) {
    .mkt-catalog__title {
        font-size: 1.7rem;
    }

    .mkt-catalog__lead {
        font-size: 0.84rem;
    }

    .mkt-catalog__hero-top {
        gap: 8px;
    }
}

@supports not (background: color-mix(in srgb, red 50%, blue)) {
    .mkt-catalog-card__icon {
        border-color: rgba(96, 165, 250, 0.35);
    }

    .mkt-catalog-card__list a::before,
    .mkt-catalog-card__list span::before {
        box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
    }
}

/* Sektör kayan yazı (marquee) */
.mkt-seo-section--industries-page {
    padding-top: calc(var(--home-nav-height, 72px) + 40px);
    min-height: calc(100vh - var(--home-nav-height, 72px));
}

.mkt-sector-body--full-marquee {
    overflow-x: hidden;
    overscroll-behavior-x: none;
}

/* Sektörler — kurumsal kare buton marquee */
.mkt-sector-body--tiles {
    overflow-x: hidden;
    overscroll-behavior-x: none;
    background: #070f1c;
}

.mkt-tiles-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 70% 45% at 50% 0%, rgba(37, 99, 235, 0.14), transparent 60%),
        linear-gradient(180deg, #0a1524 0%, #070f1c 55%, #0b1628 100%);
}

.mkt-tiles-main {
    position: relative;
    z-index: 1;
    min-height: calc(100dvh - var(--home-nav-height, 72px));
    min-height: calc(100vh - var(--home-nav-height, 72px));
    display: flex;
    align-items: center;
}

.mkt-tiles-stage {
    box-sizing: border-box;
    width: 100%;
    display: grid;
    gap: clamp(12px, 1.8vh, 18px);
    padding:
        calc(var(--home-nav-height, 72px) + env(safe-area-inset-top, 0px) + 20px)
        0
        calc(20px + env(safe-area-inset-bottom, 0px));
    mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}

.mkt-tiles-row {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.mkt-tiles-row__track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.mkt-tiles-row--left .mkt-tiles-row__track {
    animation: mktTilesLeft var(--mkt-tiles-duration, 380s) linear infinite;
    animation-delay: var(--mkt-tiles-delay, 0s);
}

.mkt-tiles-row--right .mkt-tiles-row__track {
    animation: mktTilesRight var(--mkt-tiles-duration, 400s) linear infinite;
    animation-delay: var(--mkt-tiles-delay, 0s);
}

.mkt-tiles-row__group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 12px;
    padding-right: 12px;
}

.mkt-sector-tile {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: clamp(108px, 12vw, 132px);
    height: clamp(108px, 12vw, 132px);
    padding: 12px;
    border-radius: 14px;
    text-align: center;
    background:
        linear-gradient(160deg, rgba(30, 58, 100, 0.55) 0%, rgba(15, 28, 50, 0.92) 100%);
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.mkt-sector-tile__label {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family: var(--home-font, 'Plus Jakarta Sans', system-ui, sans-serif);
    font-size: clamp(0.72rem, 1.15vw, 0.84rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #f1f5f9;
    word-break: break-word;
    hyphens: auto;
}

.mkt-tiles-row:nth-child(even) .mkt-sector-tile {
    background:
        linear-gradient(160deg, rgba(37, 99, 235, 0.22) 0%, rgba(15, 28, 50, 0.94) 100%);
    border-color: rgba(96, 165, 250, 0.28);
}

.mkt-tiles-row:nth-child(3n) .mkt-sector-tile {
    background:
        linear-gradient(160deg, rgba(14, 116, 144, 0.22) 0%, rgba(15, 28, 50, 0.94) 100%);
    border-color: rgba(125, 211, 252, 0.22);
}

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

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

@media (hover: hover) and (pointer: fine) {
    .mkt-tiles-row:hover .mkt-tiles-row__track {
        animation-play-state: paused;
    }

    .mkt-sector-tile:hover {
        border-color: rgba(147, 197, 253, 0.55);
        transform: translateY(-2px);
        box-shadow:
            0 14px 28px rgba(37, 99, 235, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 900px) {
    .mkt-tiles-row--desktop-only {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .mkt-tiles-stage {
        gap: 10px;
        padding-top: calc(var(--home-nav-height, 72px) + env(safe-area-inset-top, 0px) + 14px);
        padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
        mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    }

    .mkt-tiles-row__group {
        gap: 8px;
        padding-right: 8px;
    }

    .mkt-sector-tile {
        width: 88px;
        height: 88px;
        padding: 8px;
        border-radius: 12px;
    }

    .mkt-sector-tile__label {
        font-size: 0.68rem;
        -webkit-line-clamp: 4;
    }

    .mkt-tiles-row--left .mkt-tiles-row__track,
    .mkt-tiles-row--right .mkt-tiles-row__track {
        animation-duration: calc(var(--mkt-tiles-duration, 380s) * 1.15);
    }
}

@media (max-width: 480px) {
    .mkt-tiles-stage {
        gap: 8px;
    }

    .mkt-sector-tile {
        width: 76px;
        height: 76px;
        padding: 6px;
        border-radius: 10px;
    }

    .mkt-sector-tile__label {
        font-size: 0.62rem;
        line-height: 1.2;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mkt-tiles-row--left .mkt-tiles-row__track,
    .mkt-tiles-row--right .mkt-tiles-row__track {
        animation: none;
        transform: none;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        row-gap: 8px;
    }

    .mkt-tiles-row__group[aria-hidden="true"] {
        display: none;
    }

    .mkt-tiles-stage {
        mask-image: none;
        -webkit-mask-image: none;
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Sektörler — editorial ribbon (eski varyant) */
.mkt-sector-body--ribbon {
    overflow-x: hidden;
    overscroll-behavior-x: none;
    background: #050a12;
}

.mkt-ribbon-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 80% 50% at 10% 20%, rgba(37, 99, 235, 0.16), transparent 55%),
        radial-gradient(ellipse 70% 45% at 90% 80%, rgba(14, 165, 233, 0.1), transparent 50%),
        linear-gradient(180deg, #07111f 0%, #050a12 48%, #081425 100%);
}

.mkt-ribbon-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(circle at center, #000 20%, transparent 75%);
    -webkit-mask-image: radial-gradient(circle at center, #000 20%, transparent 75%);
}

.mkt-ribbon-main {
    position: relative;
    z-index: 1;
    min-height: calc(100dvh - var(--home-nav-height, 72px));
    min-height: calc(100vh - var(--home-nav-height, 72px));
    display: flex;
    align-items: center;
}

.mkt-ribbon-stage {
    box-sizing: border-box;
    width: 100%;
    display: grid;
    gap: clamp(14px, 2.2vh, 26px);
    padding:
        calc(var(--home-nav-height, 72px) + env(safe-area-inset-top, 0px) + 24px)
        0
        calc(24px + env(safe-area-inset-bottom, 0px));
    mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.mkt-ribbon {
    position: relative;
    overflow: hidden;
    width: 100%;
    transform: rotate(-1.1deg);
    transform-origin: center;
}

.mkt-ribbon:nth-child(even) {
    transform: rotate(1.1deg);
}

.mkt-ribbon__track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.mkt-ribbon--left .mkt-ribbon__track {
    animation: mktRibbonLeft var(--mkt-ribbon-duration, 360s) linear infinite;
    animation-delay: var(--mkt-ribbon-delay, 0s);
}

.mkt-ribbon--right .mkt-ribbon__track {
    animation: mktRibbonRight var(--mkt-ribbon-duration, 380s) linear infinite;
    animation-delay: var(--mkt-ribbon-delay, 0s);
}

.mkt-ribbon__group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 0;
    padding-right: 0;
}

.mkt-ribbon__item {
    display: inline-flex;
    align-items: center;
    gap: clamp(14px, 2vw, 22px);
    padding: 0 clamp(10px, 1.4vw, 16px);
    white-space: nowrap;
}

.mkt-ribbon__text {
    font-family: var(--home-display, 'Cormorant Garamond', Georgia, serif);
    font-size: clamp(1.35rem, 3.2vw, 2.35rem);
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.04em;
    line-height: 1.15;
    color: rgba(241, 245, 249, 0.92);
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.mkt-ribbon__sep {
    font-size: clamp(0.55rem, 1.1vw, 0.78rem);
    color: rgba(125, 211, 252, 0.55);
    transform: translateY(-1px);
}

.mkt-ribbon--tone-0 .mkt-ribbon__text {
    color: #f8fafc;
}

.mkt-ribbon--tone-1 .mkt-ribbon__text {
    color: rgba(186, 230, 253, 0.92);
}

.mkt-ribbon--tone-2 .mkt-ribbon__text {
    color: rgba(226, 232, 240, 0.78);
}

.mkt-ribbon--tone-1 {
    opacity: 0.9;
}

.mkt-ribbon--tone-2 {
    opacity: 0.72;
}

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

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

@media (hover: hover) and (pointer: fine) {
    .mkt-ribbon:hover .mkt-ribbon__track {
        animation-play-state: paused;
    }

    .mkt-ribbon:hover .mkt-ribbon__text {
        color: #fff;
    }
}

@media (max-width: 900px) {
    .mkt-ribbon--desktop-only {
        display: none !important;
    }

    .mkt-ribbon,
    .mkt-ribbon:nth-child(even) {
        transform: none;
    }
}

@media (max-width: 768px) {
    .mkt-ribbon-stage {
        gap: 16px;
        padding-top: calc(var(--home-nav-height, 72px) + env(safe-area-inset-top, 0px) + 16px);
        padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
        mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    }

    .mkt-ribbon__text {
        font-size: clamp(1.15rem, 5.4vw, 1.55rem);
        letter-spacing: 0.03em;
    }

    .mkt-ribbon__item {
        gap: 12px;
        padding: 0 8px;
    }

    .mkt-ribbon__sep {
        font-size: 0.55rem;
    }

    .mkt-ribbon--left .mkt-ribbon__track,
    .mkt-ribbon--right .mkt-ribbon__track {
        animation-duration: calc(var(--mkt-ribbon-duration, 360s) * 1.2);
    }
}

@media (max-width: 480px) {
    .mkt-ribbon-stage {
        gap: 14px;
    }

    .mkt-ribbon__text {
        font-size: 1.12rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mkt-ribbon--left .mkt-ribbon__track,
    .mkt-ribbon--right .mkt-ribbon__track {
        animation: none;
        transform: none;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        row-gap: 10px;
        max-width: 100%;
    }

    .mkt-ribbon__group[aria-hidden="true"] {
        display: none;
    }

    .mkt-ribbon-stage {
        mask-image: none;
        -webkit-mask-image: none;
        padding-left: 12px;
        padding-right: 12px;
    }

    .mkt-ribbon__item {
        white-space: normal;
    }
}

.mkt-sector-body--full-marquee {
    overflow-x: hidden;
    overscroll-behavior-x: none;
}

.mkt-sector-main--full-marquee {
    padding: 0;
    min-height: calc(100dvh - var(--home-nav-height, 72px));
    min-height: calc(100vh - var(--home-nav-height, 72px));
}

.mkt-marquee-fullscreen {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding:
        calc(var(--home-nav-height, 72px) + env(safe-area-inset-top, 0px) + 20px)
        0
        calc(20px + env(safe-area-inset-bottom, 0px));
    min-height: calc(100dvh - var(--home-nav-height, 72px));
    min-height: calc(100vh - var(--home-nav-height, 72px));
    display: flex;
    align-items: center;
    overflow: hidden;
}

.mkt-marquee-stage--full {
    display: grid;
    width: 100%;
    max-width: 100%;
    margin: 0;
    gap: clamp(12px, 1.8vh, 20px);
    padding: 0;
    flex: 1;
    align-content: center;
    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 8%,
        #000 92%,
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0%,
        #000 8%,
        #000 92%,
        transparent 100%
    );
}

.mkt-marquee-stage--full .mkt-marquee {
    opacity: 0.92;
}

.mkt-marquee-stage--full .mkt-marquee:nth-child(even) {
    opacity: 0.78;
}

.mkt-marquee-stage--full .mkt-marquee__item {
    min-height: clamp(42px, 5vh, 54px);
    padding: 0 22px;
    font-size: clamp(1rem, 1.9vw, 1.28rem);
    font-weight: 500;
    letter-spacing: 0.03em;
    color: rgba(248, 250, 252, 0.94);
    background: rgba(15, 28, 50, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.mkt-marquee-stage--full .mkt-marquee__item:nth-child(3n),
.mkt-marquee-stage--full .mkt-marquee__item:nth-child(3n + 1) {
    background: rgba(15, 28, 50, 0.55);
}

.mkt-marquee-stage--full .mkt-marquee__item:nth-child(4n) {
    border-color: rgba(96, 165, 250, 0.28);
    background: linear-gradient(
        145deg,
        rgba(37, 99, 235, 0.18) 0%,
        rgba(15, 28, 50, 0.62) 100%
    );
}

.mkt-marquee-stage--full .mkt-marquee__group {
    gap: 14px;
    padding-right: 14px;
}

.mkt-marquee--left .mkt-marquee__track {
    animation: mktMarqueeLeft var(--mkt-marquee-duration, 220s) linear infinite;
}

.mkt-marquee--right .mkt-marquee__track {
    animation: mktMarqueeRight var(--mkt-marquee-duration, 240s) linear infinite;
}

@media (hover: hover) and (pointer: fine) {
    .mkt-marquee:hover .mkt-marquee__track {
        animation-play-state: paused;
    }
}

@media (max-width: 900px) {
    .mkt-marquee--desktop-only {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .mkt-marquee-fullscreen {
        padding-top: calc(var(--home-nav-height, 72px) + env(safe-area-inset-top, 0px) + 12px);
        padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
        align-items: center;
        min-height: calc(100dvh - var(--home-nav-height, 72px));
    }

    .mkt-marquee-stage--full {
        gap: 10px;
        mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
        -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    }

    .mkt-marquee-stage--full .mkt-marquee__item {
        min-height: 38px;
        padding: 0 14px;
        font-size: 0.92rem;
        letter-spacing: 0.02em;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .mkt-marquee-stage--full .mkt-marquee__group {
        gap: 8px;
        padding-right: 8px;
    }

    .mkt-marquee-stage--full .mkt-marquee--left .mkt-marquee__track {
        animation-duration: calc(var(--mkt-marquee-duration, 220s) * 1.15);
    }

    .mkt-marquee-stage--full .mkt-marquee--right .mkt-marquee__track {
        animation-duration: calc(var(--mkt-marquee-duration, 240s) * 1.15);
    }
}

@media (max-width: 480px) {
    .mkt-marquee-stage--full {
        gap: 8px;
    }

    .mkt-marquee-stage--full .mkt-marquee__item {
        min-height: 34px;
        padding: 0 12px;
        font-size: 0.84rem;
        border-radius: 999px;
    }
}

.mkt-seo-section--marquee {
    overflow: hidden;
    padding-bottom: 28px;
}

.mkt-seo-section--marquee .home-section-head {
    margin-bottom: 28px;
    text-align: center;
}

.mkt-sector-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 28px;
}

.mkt-sector-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(59, 130, 246, 0.24);
    background: rgba(15, 28, 50, 0.65);
    color: #bfdbfe;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.mkt-sector-tab i {
    font-size: 0.78rem;
    opacity: 0.9;
}

.mkt-sector-tab:hover,
.mkt-sector-tab:focus-visible {
    border-color: rgba(147, 197, 253, 0.5);
    color: #fff;
    outline: none;
}

.mkt-sector-tab.is-active {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.45), rgba(29, 78, 216, 0.28));
    border-color: rgba(147, 197, 253, 0.55);
    color: #fff;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.22);
}

.mkt-marquee-stage {
    display: grid;
    gap: 14px;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 8px 0 12px;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.mkt-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.mkt-marquee__track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.mkt-category-card.is-active {
    border-color: rgba(147, 197, 253, 0.55);
    background: rgba(37, 99, 235, 0.22);
}

.mkt-category-grid--compact {
    margin-bottom: 28px;
}

.mkt-category-grid--compact .mkt-category-card__body span {
    display: none;
}

.mkt-category-grid--compact .mkt-category-card__arrow {
    display: none;
}

.mkt-seo-section--marquee-page {
    padding-top: calc(var(--home-nav-height, 72px) + 36px);
    min-height: calc(100vh - var(--home-nav-height, 72px));
}

.mkt-sector-main--marquee {
    padding-top: 0;
}

.mkt-marquee--left .mkt-marquee__track {
    animation: mktMarqueeLeft var(--mkt-marquee-duration, 220s) linear infinite;
}

.mkt-marquee--right .mkt-marquee__track {
    animation: mktMarqueeRight var(--mkt-marquee-duration, 240s) linear infinite;
}

.mkt-marquee__group {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 12px;
    flex-shrink: 0;
}

.mkt-marquee__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    white-space: nowrap;
    font-family: var(--home-display, 'Cormorant Garamond', Georgia, serif);
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.01em;
    color: #f8fafc;
    background: linear-gradient(145deg, rgba(37, 99, 235, 0.28) 0%, rgba(15, 28, 50, 0.92) 60%, rgba(7, 15, 28, 0.98) 100%);
    border: 1px solid rgba(147, 197, 253, 0.28);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.mkt-marquee__item:nth-child(3n) {
    background: linear-gradient(145deg, rgba(14, 165, 233, 0.24) 0%, rgba(15, 28, 50, 0.94) 62%, rgba(7, 15, 28, 0.98) 100%);
}

.mkt-marquee__item:nth-child(3n + 1) {
    background: linear-gradient(145deg, rgba(99, 102, 241, 0.26) 0%, rgba(15, 28, 50, 0.94) 62%, rgba(7, 15, 28, 0.98) 100%);
}

.mkt-marquee__item.is-filtered-out {
    display: none !important;
}

.mkt-marquee.is-empty {
    display: none;
}

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

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

@media (prefers-reduced-motion: reduce) {
    .mkt-marquee--left .mkt-marquee__track,
    .mkt-marquee--right .mkt-marquee__track {
        animation: none;
        transform: none;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        row-gap: 10px;
    }

    .mkt-marquee__group[aria-hidden="true"] {
        display: none;
    }

    .mkt-marquee-stage {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        mask-image: none;
        -webkit-mask-image: none;
    }
}

@media (max-width: 768px) {
    .mkt-sector-tabs {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        margin-bottom: 20px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .mkt-sector-tabs::-webkit-scrollbar {
        display: none;
    }

    .mkt-sector-tab {
        flex: 0 0 auto;
        min-height: 38px;
        font-size: 0.76rem;
        padding: 7px 12px;
    }

    .mkt-marquee-stage {
        gap: 10px;
    }

    .mkt-marquee__item {
        min-height: 40px;
        padding: 0 14px;
        font-size: 0.98rem;
    }

    .mkt-marquee__group {
        gap: 8px;
        padding-right: 8px;
    }
}

/* Ana sayfa — Google sitelink sinyali için çözüm kartları */
.home-section--sitelinks {
    background:
        radial-gradient(ellipse at top, rgba(37, 99, 235, 0.08), transparent 55%),
        rgba(7, 15, 28, 0.6);
}

.home-sitelink-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid rgba(59, 130, 246, 0.18);
    border-radius: 16px;
    overflow: hidden;
    background: rgba(12, 24, 42, 0.72);
}

.home-sitelink-card {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 4px 12px;
    padding: 16px 18px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    transition: background 0.18s ease;
}

.home-sitelink-card:last-child {
    border-bottom: 0;
}

.home-sitelink-card:hover {
    background: rgba(37, 99, 235, 0.1);
    color: inherit;
}

.home-sitelink-card__title {
    grid-column: 1;
    grid-row: 1;
    font-size: 1.02rem;
    font-weight: 700;
    color: #93c5fd;
}

.home-sitelink-card__desc {
    grid-column: 1;
    grid-row: 2;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #94a3b8;
}

.home-sitelink-card__arrow {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    color: rgba(148, 163, 184, 0.55);
    font-size: 0.82rem;
}

.home-sitelink-foot {
    margin: 18px 0 0;
    text-align: center;
    font-size: 0.88rem;
    color: #64748b;
}

.home-sitelink-foot a {
    color: #93c5fd;
    text-decoration: none;
    font-weight: 600;
}

.home-sitelink-foot a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .home-sitelink-card {
        padding: 18px 22px;
    }

    .home-sitelink-card__title {
        font-size: 1.08rem;
    }
}
