

.tekiner-sektorler-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.sk-hero {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 70px);
    height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sk-hero-video-wrap,
.sk-hero-bg {
    position: absolute;
    inset: 0;
}

.sk-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sk-hero-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sk-hero-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
}

.sk-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    width: 100%;
    padding: 2rem 1.5rem;
}

.sk-hero-title {
    margin: 0 0 0.5rem 0;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.sk-hero-text {
    margin: 0;
    font-size: 16px !important;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.sk-hero {
    margin-bottom: 0;
}

.sk-sayaclar {
    background: #002741;
    padding: 3rem 1.5rem;
    border-top: none;
}
.sk-sayaclar-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0;
}
.sk-sayac-item {
    padding: 1.5rem 1.25rem;
    text-align: left;
    color: #fff;
    overflow: visible;
}
.sk-sayac-sep {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.sk-sayac-sayi {
    font-size: 50px !important;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0.5rem 0;
    display: block;
}
.sk-sayac-sayi-ani {
    display: inline;
}
.sk-sayac-baslik {
    font-size: 18px !important;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
    display: block;
    color: #fff;
}
.sk-sayac-aciklama {
    font-size: 15px !important;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
    opacity: 0.9;
    display: block;
    color: #fff;
}

.tekiner-sektorler-page .sektorler-wrap {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.sektor-row {
    margin-bottom: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-120px) scale(0.98);
    transition: opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1), transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}
.sektor-row--image-right {
    transform: translateX(120px) scale(0.98);
}
.sektor-row.is-visible {
    opacity: 1;
    transform: translateX(0) scale(1);
}
@media (prefers-reduced-motion: reduce) {
    .sektor-row {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.sektor-row .sektor-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    min-height: 320px;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.sektor-row--image-left .sektor-inner {
    grid-template-areas: "media content";
}

.sektor-row--image-right .sektor-inner {
    grid-template-areas: "content media";
}

.sektor-media {
    grid-area: media;
    position: relative;
    min-height: 280px;
}

.sektor-media-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sektor-media-placeholder {
    background: linear-gradient(135deg, #e2e8f0 0%, #f1f5f9 100%);
}

.sektor-content {
    grid-area: content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 3.5rem 3rem 3rem;
    background: #fff;
}

.sektor-row--image-right .sektor-content {
    padding: 3rem 3rem 3rem 3.5rem;
}

.sektor-title {
    font-size: 22px;
    font-weight: 600;
    color: #002741;
    margin: 0 0 1rem 0;
    line-height: 1.3;
}

.sektor-text,
.sektor-text p,
.sektor-text div,
.sektor-text span,
.tekiner-sektorler-page .sektor-content .sektor-text,
.tekiner-sektorler-page .sektor-content .sektor-text * {
    font-size: 15px !important;
}

.sektor-text {
    line-height: 1.75;
    color: #000;
    margin-bottom: 1.25rem;
}

.sektor-text p:last-child {
    margin-bottom: 0;
}

.sektor-btn,
.sektor-btn .sektor-btn-text,
.tekiner-sektorler-page .sektor-btn {
    font-size: 15px !important;
}

.sektor-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-width: 200px;
    padding: 12px 24px;
    font-weight: 500;
    color: #fff;
    background: #002741;
    border: 1px solid #002741;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    align-self: flex-start;
}

.sektor-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 4px;
}

.sektor-btn:hover {
    background: #001a2e;
    border-color: #001a2e;
    color: #fff;
}

.sektorler-empty {
    padding: 3rem 1rem;
    text-align: center;
    color: #666;
    font-size: 15px;
}

@media (max-width: 1200px) {
    .sk-hero-title { font-size: 40px; }
    .sk-hero-content { padding: 1.75rem 1.25rem; }
    .sk-hero-text { font-size: 17px; }
    .sk-sayaclar { padding: 2.5rem 1.25rem; }
    .sk-sayac-sayi { font-size: 44px !important; }
    .sk-sayac-item { padding: 1.25rem 1rem; }
    .sektor-row .sektor-inner {
        min-height: 300px;
    }
    .sektor-media {
        min-height: 260px;
    }
    .sektor-content {
        padding: 2.5rem 2.5rem 2.5rem 2rem;
    }
    .sektor-row--image-right .sektor-content {
        padding: 2.5rem 2rem 2.5rem 2.5rem;
    }
}

@media (max-width: 992px) {
    .sk-hero { min-height: calc(100vh - 70px); height: calc(100vh - 70px); }
    .sk-hero-title { font-size: 34px; }
    .sk-hero-content { padding: 1.5rem 1rem; }
    .sk-sayaclar { padding: 2rem 1rem; }
    .sk-sayaclar-inner { grid-template-columns: 1fr 1fr; }
    .sk-sayac-item:nth-child(odd) { border-left: none; }
    .sk-sayac-item { border-bottom: 1px solid rgba(255,255,255,0.25); padding: 1.25rem 1rem; }
    .sk-sayac-item:last-child,
    .sk-sayac-item:nth-last-child(2):nth-child(odd) { border-bottom: none; }
    .tekiner-sektorler-page .sektorler-wrap {
        padding: 0 0 2.5rem 0;
    }
    .sektor-row .sektor-inner {
        min-height: 0;
        grid-template-columns: 1fr;
        grid-template-areas: "media" "content";
    }
    .sektor-row--image-left .sektor-inner,
    .sektor-row--image-right .sektor-inner {
        grid-template-areas: "media" "content";
    }
    .sektor-media {
        min-height: 240px;
    }
    .sektor-content {
        padding: 2rem 1.5rem;
    }
    .sektor-row--image-right .sektor-content {
        padding: 2rem 1.5rem;
    }
    .sektor-title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .sk-hero { min-height: calc(100vh - 70px); height: calc(100vh - 70px); }
    .sk-hero-title { font-size: 28px; }
    .sk-hero-content { padding: 1.25rem 0.75rem; }
    .sk-hero-text { font-size: 16px; }
    .sk-sayaclar { padding: 2rem 1rem; }
    .sk-sayaclar-inner { grid-template-columns: 1fr; }
    .sk-sayac-item { border-left: none !important; border-bottom: 1px solid rgba(255,255,255,0.25); padding: 1.25rem 1rem; text-align: center; }
    .sk-sayac-item:last-child { border-bottom: none; }
    .sk-sayac-sayi { font-size: 40px !important; }
    .sk-sayac-baslik { font-size: 18px !important; }
    .sk-sayac-aciklama { font-size: 15px !important; }
    .tekiner-sektorler-page .sektorler-wrap {
        padding: 0 0 2rem 0;
    }
    .sektor-media {
        min-height: 200px;
    }
    .sektor-content {
        padding: 1.5rem 1.25rem;
    }
    .sektor-row--image-right .sektor-content {
        padding: 1.5rem 1.25rem;
    }
    .sektor-title {
        font-size: 18px;
        margin-bottom: 0.75rem;
    }
    .sektor-text,
    .sektor-text p,
    .sektor-text div,
    .sektor-text span,
    .tekiner-sektorler-page .sektor-content .sektor-text * {
        font-size: 15px !important;
    }
    .sektor-text {
        margin-bottom: 1rem;
    }
    .sektor-btn,
    .sektor-btn .sektor-btn-text {
        font-size: 15px !important;
    }
    .sektor-btn {
        padding: 10px 18px;
        min-width: 180px;
    }
}

@media (max-width: 576px) {
    .sk-hero { min-height: calc(100vh - 70px); height: calc(100vh - 70px); }
    .sk-hero-title { font-size: 24px; }
    .sk-hero-content { padding: 1rem 0.5rem; }
    .sk-hero-text { font-size: 15px; }
    .sk-sayaclar { padding: 1.5rem 0.75rem; }
    .sk-sayac-item { padding: 1rem 0.75rem; text-align: center; }
    .sk-sayac-sayi { font-size: 36px !important; }
    .tekiner-sektorler-page .sektorler-wrap {
        padding: 0 0 1.5rem 0;
    }
    .sektor-media {
        min-height: 180px;
    }
    .sektor-content {
        padding: 1.25rem 1rem;
    }
    .sektor-row--image-right .sektor-content {
        padding: 1.25rem 1rem;
    }
    .sektor-title {
        font-size: 17px;
        margin-bottom: 0.5rem;
    }
    .sektor-btn {
        padding: 9px 16px;
        min-width: 160px;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .sk-hero { min-height: calc(100vh - 70px); height: calc(100vh - 70px); }
    .sk-hero-title { font-size: 22px; }
    .sk-hero-content { padding: 0.75rem 0.5rem; }
    .sk-sayaclar { padding: 1.25rem 0.5rem; }
    .sk-sayac-item { padding: 0.75rem 0.5rem; text-align: center; }
    .sk-sayac-sayi { font-size: 32px !important; }
    .sk-sayac-baslik { font-size: 16px !important; }
    .sk-sayac-aciklama { font-size: 14px !important; }
    .tekiner-sektorler-page .sektorler-wrap {
        padding: 0 0 1.25rem 0;
    }
    .sektor-media {
        min-height: 160px;
    }
    .sektor-content {
        padding: 1rem 0.75rem;
    }
    .sektor-row--image-right .sektor-content {
        padding: 1rem 0.75rem;
    }
    .sektor-title {
        font-size: 16px;
    }
    .sektor-text,
    .sektor-text p,
    .sektor-text div,
    .sektor-text span,
    .tekiner-sektorler-page .sektor-content .sektor-text * {
        font-size: 14px !important;
    }
    .sektor-btn {
        width: 100%;
        min-width: 0;
        justify-content: center;
        padding: 10px 14px;
    }
}
