

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

.tekiner-vizyon-misyon-page h2 {
    font-size: 30px !important;
}

.vm-hero {
    background-color: #262430;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vm-hero--has-video {
    overflow: hidden;
}

.vm-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    display: block;
}

.vm-hero-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 1.5rem;
    text-align: center;
}

.vm-hero-inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.vm-hero-title {
    margin: 0 0 0.75rem 0;
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.vm-hero-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.55;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .vm-hero-title { font-size: 32px; }
    .vm-hero-text { font-size: 16px; }
}

.vm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.vm-section {
    padding: 4rem 0;
}

.vm-section--two-up {
    background: #fff;
}

.vm-section--dark {
    background: #262430;
}

.vm-section--kutular {
    background: #262430;
}

.vm-section--kutular .vm-container {
    max-width: 1360px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.vm-section-head--kutular .vm-section-desc {
    max-width: none;
    width: 100%;
    font-size: 16px;
}

.vm-section--kutular .vm-section-title {
    font-size: 30px;
}

.vm-section--kutular .vm-section-head--kutular,
.vm-section--kutular .vm-section-head--kutular .vm-section-title,
.vm-section--kutular .vm-section-head--kutular .vm-section-desc {
    width: 100%;
    max-width: none;
}

.vm-kutular-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
    margin-top: 2.5rem;
}

@media (max-width: 768px) {
    .vm-kutular-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.vm-kutu {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 0;
}

.vm-kutu-image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #1a1a24;
    border-radius: 0;
}

.vm-kutu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vm-kutu-image a {
    display: block;
    height: 100%;
}

.vm-kutu-body {
    padding: 1.25rem 0 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.vm-kutu-title {
    margin: 0 0 0.5rem 0;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    width: 100%;
}

.vm-kutu-text {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    margin: 0;
    flex: 1;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.vm-kutu-text p {
    margin: 0 0 0.5rem 0;
    box-sizing: border-box;
}

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

.vm-section--kutular .vm-kutu-body,
.vm-section--kutular .vm-kutu-text,
.vm-section--kutular .vm-kutu-text p {
    width: 100% !important;
    max-width: none !important;
}

.vm-section--tabs {
    background: #fff;
}

.vm-section--tabs .vm-container {
    max-width: 1360px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.vm-divider {
    width: 100%;
    height: 2px;
    background: #e0e0e0;
}

.vm-tabs-header {
    text-align: center;
    margin-bottom: 2rem;
}

.vm-tabs-title {
    margin: 0 0 1rem 0;
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.vm-tabs-desc {
    margin: 0 0 1.5rem 0;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    width: 100%;
    max-width: none;
}

.tekiner-vizyon-misyon-page .vm-section--tabs .vm-tabs-desc {
    font-size: 16px !important;
    max-width: none !important;
    width: 100% !important;
}

.vm-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 2rem;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.vm-tab-btn {
    background: none;
    border: none;
    padding: 0.5rem 0;
    font-size: 1rem;
    color: #555;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    transition: color 0.2s ease;
}

.vm-tab-btn:hover {
    color: #002741;
}

.vm-tab-btn.is-active {
    color: #002741;
    font-weight: 600;
}

.vm-tab-btn.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.5rem;
    height: 2px;
    background: #002741;
}

.vm-tabs-panels {
    margin-top: 0;
}

.vm-tabs-panel {
    display: block;
}

.vm-tabs-panel[hidden] {
    display: none;
}

.vm-tab-content.vm-tab-content--m-spacing {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.vm-stats-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1rem;
}

.vm-stats-row--narrow-wide {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.5rem;
}

.vm-stats-row--wide-narrow {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
}

@media (max-width: 600px) {
    .vm-stats-row--narrow-wide,
    .vm-stats-row--wide-narrow {
        grid-template-columns: 1fr;
    }
}

.vm-stat-card {
    background: #262430;
    border-radius: 12px;
    padding: 1.75rem 2rem;
    text-align: left;
    color: #fff;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.vm-stat-number {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #fff;
    width: 100%;
}

.vm-stat-desc {
    font-size: 25px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    width: 100%;
}

.vm-section-head {
    text-align: center;
    margin-bottom: 3rem;
}

.vm-section-title {
    margin: 0 0 0.5rem 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.vm-section--two-up .vm-section-title {
    color: #002741;
}

.vm-section-desc {
    margin: 0;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.85);
}

.vm-section--two-up .vm-section-desc {
    color: #555;
}

.vm-section--uc-sutun {
    background: #fff;
}

.vm-section--uc-sutun .vm-container {
    max-width: 1360px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.vm-uc-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.vm-uc-title {
    margin: 0 0 1rem 0;
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.tekiner-vizyon-misyon-page .vm-section--uc-sutun .vm-uc-title {
    font-size: 28px !important;
}

.vm-uc-desc {
    margin: 0 0 1.5rem 0;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    width: 100%;
    max-width: none;
}

.tekiner-vizyon-misyon-page .vm-section--uc-sutun .vm-uc-desc {
    font-size: 16px !important;
    max-width: none !important;
    width: 100% !important;
}

.vm-uc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

@media (max-width: 900px) {
    .vm-uc-grid {
        grid-template-columns: 1fr;
    }
}

.vm-uc-card {
    display: flex;
    flex-direction: column;
}

.vm-uc-card-image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 1.25rem;
    background: #f0f0f0;
}

.vm-uc-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vm-uc-card-body {
    flex: 1;
}

.vm-uc-card-title {
    margin: 0 0 0.75rem 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.vm-uc-card-text {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

.tekiner-vizyon-misyon-page .vm-uc-card-text,
.tekiner-vizyon-misyon-page .vm-uc-card-text p {
    font-size: 16px !important;
}

.vm-uc-card-text p {
    margin: 0 0 0.5rem 0;
}

.vm-uc-card-text p:last-child {
    margin-bottom: 0;
}

.vm-section--tarihce {
    background: #262430;
}

.vm-section--tarihce .vm-container {
    max-width: 1360px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.vm-tarihce-header {
    text-align: center;
    margin-bottom: 2rem;
}

.vm-tarihce-title {
    margin: 0 0 1rem 0;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.vm-tarihce-desc {
    margin: 0 0 0 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    width: 100%;
    max-width: none;
}

.vm-tarihce-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 2rem;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.vm-tarihce-btn {
    background: none;
    border: none;
    padding: 0.5rem 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    position: relative;
    font-family: inherit;
    transition: color 0.2s ease;
}

.vm-tarihce-btn:hover {
    color: #0066cc;
}

.vm-tarihce-btn:hover::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.5rem;
    height: 2px;
    background: #fff;
}

.vm-tarihce-btn.is-active {
    color: #fff;
    font-weight: 600;
}

.vm-tarihce-btn.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.5rem;
    height: 2px;
    background: #fff;
}

.vm-tarihce-panel {
    display: block;
}

.vm-tarihce-panel[hidden] {
    display: none;
}

.vm-tarihce-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
}

@media (max-width: 600px) {
    .vm-tarihce-list {
        grid-template-columns: 1fr;
    }
}

.vm-tarihce-item {
    color: #fff;
}

.vm-tarihce-year {
    margin: 0 0 0.35rem 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.vm-tarihce-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

.tekiner-vizyon-misyon-page .vm-tarihce-text,
.tekiner-vizyon-misyon-page .vm-tarihce-text p {
    font-size: 16px !important;
}

.vm-tarihce-text p {
    margin: 0 0 0.25rem 0;
}

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

.vm-section--tarihce .vm-tarihce-header,
.vm-section--tarihce .vm-tarihce-title,
.vm-section--tarihce .vm-tarihce-desc {
    width: 100%;
    max-width: none;
}

.tekiner-vizyon-misyon-page .vm-section--tarihce .vm-tarihce-desc {
    font-size: 16px !important;
}

.vm-section--promo {
    padding: 0;
}

.vm-promo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    min-height: 820px;
}

@media (max-width: 768px) {
    .vm-promo-grid {
        grid-template-columns: 1fr;
    }
}

.vm-promo-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.vm-promo-card:first-child,
.vm-promo-card:last-child {
    border-radius: 0;
}

.vm-promo-card-bg,
.vm-promo-card-inner {
    transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.vm-promo-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.vm-section--promo .vm-promo-card:first-child .vm-promo-card-bg,
.vm-section--promo .vm-promo-card:first-child .vm-promo-card-inner {
    transform: translateX(-100%);
}

.vm-section--promo .vm-promo-card:last-child .vm-promo-card-bg,
.vm-section--promo .vm-promo-card:last-child .vm-promo-card-inner {
    transform: translateX(100%);
}

.vm-section--promo.is-in-view .vm-promo-card:first-child .vm-promo-card-bg,
.vm-section--promo.is-in-view .vm-promo-card:first-child .vm-promo-card-inner,
.vm-section--promo.is-in-view .vm-promo-card:last-child .vm-promo-card-bg,
.vm-section--promo.is-in-view .vm-promo-card:last-child .vm-promo-card-inner {
    transform: translateX(0);
}

.vm-promo-card-inner {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.vm-promo-title {
    margin: 0 0 1.25rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.vm-promo-btn {
    display: inline-block;
    width: auto;
    padding: 0.5rem 1rem;
    margin: 0 0.75rem;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vm-promo-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #1a1a1a !important;
}

.vm-promo-arrow {
    white-space: nowrap;
}

.vm-grid {
    display: grid;
    gap: 2.5rem;
    align-items: start;
}

.vm-grid--2 {
    grid-template-columns: repeat(2, 1fr);
}

.vm-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 992px) {
    .vm-grid--2 { grid-template-columns: 1fr; }
    .vm-grid--3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
    .vm-grid--3 { grid-template-columns: 1fr; }
    .vm-hero { padding: 3rem 1rem; min-height: 280px; }
    .vm-hero-title { font-size: 1.75rem; }
}

.vm-card {
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #eee;
}

.vm-card-title {
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #002741;
    line-height: 1.3;
}

.vm-card-text {
    font-size: 1rem;
    color: #444;
    line-height: 1.65;
}

.vm-card-text p {
    margin: 0 0 1rem 0;
}

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

.vm-degerler {
    margin-top: 0;
}

.vm-deger-card {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.vm-deger-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
}

.vm-deger-card-image {
    width: 100%;
    aspect-ratio: 3 / 4;
    max-width: 200px;
    margin-bottom: 1.25rem;
    border-radius: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 2px 16px rgba(0, 0, 0, 0.4);
}

.vm-deger-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vm-deger-card-title {
    margin: 0 0 0.75rem 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.vm-deger-card-text {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

.vm-deger-card-text p {
    margin: 0 0 0.5rem 0;
}

.vm-deger-card-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .vm-section {
        padding: 3rem 0;
    }
    .vm-section--kutular .vm-container,
    .vm-section--tabs .vm-container,
    .vm-section--uc-sutun .vm-container,
    .vm-section--tarihce .vm-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .vm-promo-grid {
        min-height: 640px;
    }
}

@media (max-width: 768px) {
    .vm-hero,
    .vm-hero--has-video {
        min-height: 50vh;
        height: auto;
    }
    .vm-section {
        padding: 2.5rem 0;
    }
    .vm-section--kutular .vm-container,
    .vm-section--tabs .vm-container,
    .vm-section--uc-sutun .vm-container,
    .vm-section--tarihce .vm-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .tekiner-vizyon-misyon-page h2 {
        font-size: 26px !important;
    }
    .vm-kutu-title {
        font-size: 26px;
    }
    .vm-kutular-grid {
        gap: 1.25rem;
        margin-top: 1.5rem;
    }
    .vm-tabs-header {
        margin-bottom: 1.5rem;
    }
    .vm-tabs-nav {
        gap: 0 1.25rem;
        margin-bottom: 1.5rem;
    }
    .vm-tarihce-header {
        margin-bottom: 1.5rem;
    }
    .vm-tarihce-nav {
        gap: 0 1.25rem;
        margin-bottom: 1.5rem;
    }
    .vm-promo-grid {
        min-height: 520px;
    }
    .vm-promo-card {
        padding: 1.5rem;
    }
    .vm-promo-title {
        font-size: 1.35rem;
        margin-bottom: 1rem;
    }
    .vm-uc-header {
        margin-bottom: 2rem;
    }
    .vm-uc-grid {
        gap: 1.5rem;
    }
}

@media (max-width: 576px) {
    .vm-hero,
    .vm-hero--has-video {
        min-height: 40vh;
    }
    .vm-section {
        padding: 2rem 0;
    }
    .vm-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .vm-section--kutular .vm-container,
    .vm-section--tabs .vm-container,
    .vm-section--uc-sutun .vm-container,
    .vm-section--tarihce .vm-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .tekiner-vizyon-misyon-page h2 {
        font-size: 24px !important;
    }
    .vm-kutu-title {
        font-size: 24px;
    }
    .vm-kutular-grid {
        gap: 1rem;
        margin-top: 1.25rem;
    }
    .vm-kutu-body {
        padding-top: 1rem;
    }
    .vm-tabs-nav,
    .vm-tarihce-nav {
        gap: 0 1rem;
        padding-bottom: 0.5rem;
    }
    .vm-tab-btn,
    .vm-tarihce-btn {
        font-size: 0.9375rem;
        padding: 0.4rem 0;
    }
    .vm-promo-grid {
        min-height: 420px;
    }
    .vm-promo-card {
        padding: 1.25rem;
    }
    .vm-promo-title {
        font-size: 1.25rem;
    }
    .vm-promo-btn {
        font-size: 16px;
        padding: 0.45rem 0.75rem;
        margin: 0 0.5rem;
    }
    .vm-uc-grid {
        gap: 1.25rem;
    }
    .vm-deger-card {
        padding: 1.5rem;
    }
    .vm-tarihce-list {
        gap: 1rem 1.25rem;
    }
}

@media (max-width: 400px) {
    .vm-section {
        padding: 1.5rem 0;
    }
    .vm-section--kutular .vm-container,
    .vm-section--tabs .vm-container,
    .vm-section--uc-sutun .vm-container,
    .vm-section--tarihce .vm-container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .tekiner-vizyon-misyon-page h2 {
        font-size: 22px !important;
    }
    .vm-kutu-title {
        font-size: 22px;
    }
    .vm-promo-grid {
        min-height: 360px;
    }
}
