/* =========================================================
   OPERATIONS HERO V2
   ========================================================= */

.tk-operations-hero-v2 {
    position: relative;
    padding: 88px 0 92px;
    background:
        radial-gradient(circle at top left, rgba(162, 133, 75, 0.10), transparent 30%),
        linear-gradient(180deg, #fcfaf5 0%, #f6f0e6 100%);
    overflow: hidden;
    border-bottom: 1px solid rgba(17, 35, 59, 0.06);
}

.tk-operations-breadcrumb-v2 {
    margin-bottom: 24px;
}

.tk-operations-breadcrumb-v2 .breadcrumb-item,
.tk-operations-breadcrumb-v2 .breadcrumb-item a {
    color: #707b88;
    font-size: 0.92rem;
    text-decoration: none;
}

.tk-operations-breadcrumb-v2 .breadcrumb-item.active {
    color: #11233b;
    font-weight: 700;
}

.tk-operations-hero-content-v2 {
    max-width: 760px;
}

.tk-operations-eyebrow-v2 {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(162, 133, 75, 0.12);
    color: #8f6b2f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.tk-operations-title-v2 {
    margin: 0 0 18px;
    font-size: clamp(2.4rem, 4.6vw, 4.6rem);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #11233b;
}

.tk-operations-title-v2 span {
    display: block;
    margin-top: 6px;
    background: linear-gradient(135deg, #d8bc7a 0%, #a2854b 55%, #7b5a27 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.tk-operations-text-v2 {
    max-width: 700px;
    margin: 0;
    color: #566374;
    font-size: 1.02rem;
    line-height: 1.85;
}

.tk-operations-actions-v2 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
    margin-bottom: 28px;
}

.tk-btn-outline-dark-v2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.78rem 1.25rem;
    border-radius: 14px;
    border: 1px solid rgba(17, 35, 59, 0.14);
    background: rgba(255, 255, 255, 0.88);
    color: #11233b;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.25s ease;
}

.tk-btn-outline-dark-v2:hover {
    background: #ffffff;
    color: #11233b;
    border-color: rgba(162, 133, 75, 0.65);
    transform: translateY(-1px);
}

.tk-operations-inline-points-v2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tk-operations-inline-point-v2 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4f5e6e;
    font-weight: 600;
    line-height: 1.5;
}

.tk-operations-inline-point-v2 i {
    color: #a2854b;
    font-size: 0.95rem;
}

.tk-operations-hero-card-v2 {
    position: relative;
    padding: 30px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(248,244,237,0.96) 100%);
    border: 1px solid rgba(17, 35, 59, 0.08);
    box-shadow: 0 26px 70px rgba(17, 35, 59, 0.10);
    overflow: hidden;
}

.tk-operations-hero-card-v2::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #11233b 0%, #a2854b 100%);
}

.tk-operations-hero-card-top-v2 {
    margin-bottom: 22px;
}

.tk-operations-card-tag-v2 {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(17, 35, 59, 0.06);
    color: #11233b;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.tk-operations-card-title-v2 {
    margin: 0 0 12px;
    color: #11233b;
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    line-height: 1.14;
    font-weight: 800;
}

.tk-operations-card-text-v2 {
    margin: 0;
    color: #617081;
    line-height: 1.75;
    font-size: 0.96rem;
}

.tk-operations-hero-stats-v2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

.tk-operations-stat-v2 {
    padding: 16px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(17, 35, 59, 0.07);
    box-shadow: 0 12px 28px rgba(17, 35, 59, 0.06);
}

.tk-operations-stat-v2 strong {
    display: block;
    color: #11233b;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 6px;
}

.tk-operations-stat-v2 span {
    display: block;
    color: #6e7a88;
    font-size: 0.76rem;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.tk-operations-hero-note-v2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(162, 133, 75, 0.10);
    color: #6f5528;
    font-weight: 700;
    font-size: 0.9rem;
}

.tk-operations-hero-note-v2 i {
    color: #a2854b;
}

@media (max-width: 991.98px) {
    .tk-operations-hero-v2 {
        padding: 68px 0 72px;
    }

    .tk-operations-hero-card-v2 {
        padding: 24px;
    }

    .tk-operations-title-v2 {
        font-size: 2.8rem;
    }
}

@media (max-width: 767.98px) {
    .tk-operations-hero-v2 {
        padding: 54px 0 60px;
    }

    .tk-operations-title-v2 {
        font-size: 2.15rem;
        line-height: 1.02;
    }

    .tk-operations-actions-v2 {
        flex-direction: column;
        align-items: stretch;
    }

    .tk-operations-actions-v2 .btn,
    .tk-btn-outline-dark-v2 {
        width: 100%;
        justify-content: center;
    }

    .tk-operations-hero-card-v2 {
        padding: 20px;
        border-radius: 22px;
    }
}










/* =========================================================
   OPERATIONS MAP SHOWCASE V2
   ========================================================= */

.tk-operations-map-showcase-v2 {
    padding: 0 0 96px;
    background: linear-gradient(180deg, #f6f0e6 0%, #f8f5ef 100%);
}

.tk-operations-map-top-v2 {
    max-width: 860px;
    margin: 0 auto 30px;
    text-align: center;
}

.tk-operations-map-top-eyebrow-v2 {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(162, 133, 75, 0.12);
    color: #8f6b2f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.tk-operations-map-top-title-v2 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #11233b;
}

.tk-operations-map-top-title-v2 span {
    display: block;
    margin-top: 6px;
    background: linear-gradient(135deg, #d8bc7a 0%, #a2854b 55%, #7b5a27 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.tk-operations-map-top-text-v2 {
    margin: 0 auto;
    max-width: 760px;
    color: #5d6978;
    font-size: 1rem;
    line-height: 1.8;
}

.tk-operations-map-stage-v2 {
    position: relative;
    min-height: 720px;
    border-radius: 34px;
    overflow: hidden;
    background: #d9e0e5;
    box-shadow: 0 30px 90px rgba(17, 35, 59, 0.16);
    isolation: isolate;
}

.tk-operations-map-canvas-v2 {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.tk-operations-map-overlay-v2 {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(
            100deg,
            rgba(11, 23, 48, 0.68) 0%,
            rgba(11, 23, 48, 0.48) 24%,
            rgba(11, 23, 48, 0.18) 48%,
            rgba(11, 23, 48, 0.06) 100%
        ),
        linear-gradient(
            180deg,
            rgba(162, 133, 75, 0.10) 0%,
            rgba(162, 133, 75, 0.00) 36%,
            rgba(11, 23, 48, 0.12) 100%
        );
}

.tk-operations-map-card-v2 {
    position: absolute;
    top: 32px;
    left: 32px;
    z-index: 4;
    width: min(430px, calc(100% - 64px));
    padding: 28px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(17, 35, 59, 0.08);
    box-shadow: 0 24px 60px rgba(17, 35, 59, 0.16);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.tk-operations-map-card-tag-v2 {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(162, 133, 75, 0.12);
    color: #8f6b2f;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.tk-operations-map-card-title-v2 {
    margin: 0 0 12px;
    color: #11233b;
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    line-height: 1.12;
    font-weight: 800;
}

.tk-operations-map-card-text-v2 {
    margin: 0 0 18px;
    color: #5e6c7d;
    line-height: 1.8;
    font-size: 0.98rem;
}

.tk-operations-map-points-v2 {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.tk-operations-map-points-v2 li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #4d5c6c;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 10px;
}

.tk-operations-map-points-v2 i {
    color: #a2854b;
    margin-top: 2px;
}

.tk-operations-map-actions-v2 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tk-operations-map-facts-v2 {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap: 14px;
    width: min(760px, calc(100% - 56px));
    padding-right: 50px;
}

.tk-operations-map-fact-v2 {
    padding: 18px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(17, 35, 59, 0.08);
    box-shadow: 0 18px 44px rgba(17, 35, 59, 0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tk-map-fact-label-v2 {
    display: block;
    margin-bottom: 6px;
    color: #7b8795;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.tk-operations-map-fact-v2 strong {
    display: block;
    color: #11233b;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 800;
}

/* Leaflet özel görünüm */
.tk-operations-map-canvas-v2 .leaflet-control-zoom {
    border: none !important;
    box-shadow: 0 16px 34px rgba(17, 35, 59, 0.16) !important;
    overflow: hidden;
    border-radius: 14px !important;
}

.tk-operations-map-canvas-v2 .leaflet-control-zoom a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #11233b;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(17, 35, 59, 0.08);
}

.tk-operations-map-canvas-v2 .leaflet-control-attribution {
    background: rgba(255,255,255,0.88);
    border-radius: 10px 0 0 0;
    padding: 4px 8px;
    font-size: 11px;
}

.tk-operations-map-canvas-v2 .leaflet-popup-content-wrapper {
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(17, 35, 59, 0.18);
}

.tk-operations-map-canvas-v2 .leaflet-popup-content {
    margin: 14px 16px;
    color: #11233b;
    line-height: 1.65;
    font-size: 0.92rem;
}

.tk-operations-map-marker-v2 {
    background: transparent;
    border: none;
}

.tk-operations-map-marker-v2 span {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: radial-gradient(circle at center, #d8bc7a 0%, #a2854b 65%, #7b5a27 100%);
    border: 3px solid rgba(255, 255, 255, 0.95);
    box-shadow:
        0 0 0 10px rgba(162, 133, 75, 0.16),
        0 14px 30px rgba(17, 35, 59, 0.22);
}

@media (max-width: 1199.98px) {
    .tk-operations-map-stage-v2 {
        min-height: 680px;
    }

    .tk-operations-map-facts-v2 {
        grid-template-columns: 1fr;
        width: 280px;
    }
}

@media (max-width: 991.98px) {
    .tk-operations-map-showcase-v2 {
        padding-bottom: 78px;
    }

    .tk-operations-map-stage-v2 {
        min-height: auto;
        display: flex;
        flex-direction: column;
    }

    .tk-operations-map-canvas-v2 {
        position: relative;
        min-height: 420px;
    }

    .tk-operations-map-card-v2 {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        background: #fff;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .tk-operations-map-facts-v2 {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        grid-template-columns: 1fr;
        padding: 0 24px 24px;
    }
}

@media (max-width: 767.98px) {
    .tk-operations-map-top-v2 {
        margin-bottom: 22px;
    }

    .tk-operations-map-top-title-v2 {
        font-size: 2rem;
    }

    .tk-operations-map-stage-v2 {
        border-radius: 24px;
    }

    .tk-operations-map-canvas-v2 {
        min-height: 340px;
    }

    .tk-operations-map-card-v2 {
        padding: 22px 20px;
    }

    .tk-operations-map-actions-v2 {
        flex-direction: column;
        align-items: stretch;
    }

    .tk-operations-map-actions-v2 .btn,
    .tk-operations-map-actions-v2 .tk-btn-outline-dark-v2 {
        width: 100%;
        justify-content: center;
    }

    .tk-operations-map-facts-v2 {
        padding: 0 20px 20px;
    }
}



/* =========================================================
   OPERATIONS DETAIL V3
   ========================================================= */

.tk-operations-detail-v3 {
    padding: 0 0 96px;
    background: #f8f5ef;
}

.tk-operations-detail-head-v3 {
    max-width: 860px;
    margin: 0 auto 40px;
    text-align: center;
}

.tk-operations-detail-eyebrow-v3 {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(162, 133, 75, 0.12);
    color: #8f6b2f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.tk-operations-detail-title-v3 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #11233b;
}

.tk-operations-detail-title-v3 span {
    display: block;
    margin-top: 6px;
    background: linear-gradient(135deg, #d8bc7a 0%, #a2854b 55%, #7b5a27 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.tk-operations-detail-text-v3 {
    max-width: 760px;
    margin: 0 auto;
    color: #5d6978;
    font-size: 1rem;
    line-height: 1.8;
}

.tk-operations-detail-card-v3 {
    height: 100%;
    padding: 32px 28px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(17, 35, 59, 0.08);
    box-shadow: 0 18px 44px rgba(17, 35, 59, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.tk-operations-detail-card-v3:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 56px rgba(17, 35, 59, 0.11);
    border-color: rgba(162, 133, 75, 0.24);
}

.tk-operations-detail-icon-v3 {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: linear-gradient(135deg, #11233b 0%, #2a3f63 100%);
    color: #ffffff;
    font-size: 1.25rem;
    box-shadow: 0 14px 30px rgba(17, 35, 59, 0.16);
}

.tk-operations-detail-card-title-v3 {
    margin: 0 0 12px;
    color: #11233b;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.25;
}

.tk-operations-detail-card-text-v3 {
    margin: 0;
    color: #617081;
    font-size: 0.98rem;
    line-height: 1.82;
}

.tk-operations-highlight-band-v3 {
    margin-top: 34px;
    padding: 30px 32px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, #11233b 0%, #1d3050 60%, #2a3f63 100%);
    box-shadow: 0 26px 70px rgba(17, 35, 59, 0.16);
    overflow: hidden;
    position: relative;
}

.tk-operations-highlight-band-v3::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 188, 122, 0.18) 0%, transparent 70%);
    pointer-events: none;
}

.tk-operations-highlight-content-v3 {
    position: relative;
    z-index: 2;
}

.tk-operations-highlight-tag-v3 {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.tk-operations-highlight-title-v3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.35;
    font-weight: 800;
    max-width: 700px;
}

.tk-operations-highlight-stats-v3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.tk-operations-highlight-stat-v3 {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tk-operations-highlight-stat-v3 strong {
    display: block;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 6px;
    line-height: 1.2;
}

.tk-operations-highlight-stat-v3 span {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .tk-operations-detail-v3 {
        padding-bottom: 78px;
    }

    .tk-operations-highlight-band-v3 {
        padding: 26px 24px;
    }
}

@media (max-width: 767.98px) {
    .tk-operations-detail-head-v3 {
        margin-bottom: 28px;
    }

    .tk-operations-detail-title-v3 {
        font-size: 2rem;
    }

    .tk-operations-detail-card-v3 {
        padding: 24px 22px;
        border-radius: 20px;
    }

    .tk-operations-highlight-band-v3 {
        margin-top: 24px;
        padding: 22px 20px;
        border-radius: 22px;
    }
}



/* =========================================================
   OPERATIONS PROCESS V4
   ========================================================= */

.tk-operations-process-v4 {
    position: relative;
    padding: 0 0 110px;
    background: #f8f5ef;
}

.tk-operations-process-head-v4 {
    max-width: 860px;
    margin: 0 auto 44px;
    text-align: center;
}

.tk-operations-process-eyebrow-v4 {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(162, 133, 75, 0.12);
    color: #8f6b2f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.tk-operations-process-title-v4 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #11233b;
}

.tk-operations-process-title-v4 span {
    display: block;
    margin-top: 6px;
    background: linear-gradient(135deg, #d8bc7a 0%, #a2854b 55%, #7b5a27 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.tk-operations-process-text-v4 {
    max-width: 760px;
    margin: 0 auto;
    color: #5e6977;
    font-size: 1rem;
    line-height: 1.82;
}

.tk-operations-process-grid-v4 {
    position: relative;
    z-index: 2;
}

.tk-operations-process-line-v4 {
    position: absolute;
    left: 50%;
    top: 280px;
    width: min(760px, 78%);
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(162, 133, 75, 0.00) 0%,
        rgba(162, 133, 75, 0.45) 18%,
        rgba(162, 133, 75, 0.45) 82%,
        rgba(162, 133, 75, 0.00) 100%
    );
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}

.tk-operations-process-card-v4 {
    position: relative;
    height: 100%;
    padding: 34px 28px 30px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(17, 35, 59, 0.08);
    box-shadow: 0 18px 44px rgba(17, 35, 59, 0.07);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
    overflow: hidden;
}

.tk-operations-process-card-v4::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #11233b 0%, #a2854b 100%);
}

.tk-operations-process-card-v4:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 58px rgba(17, 35, 59, 0.11);
    border-color: rgba(162, 133, 75, 0.24);
}

.tk-process-step-badge-v4 {
    position: absolute;
    top: 18px;
    right: 18px;
    min-width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(17, 35, 59, 0.05);
    color: #11233b;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.tk-process-icon-v4 {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #11233b 0%, #2a3f63 100%);
    color: #ffffff;
    font-size: 1.35rem;
    box-shadow: 0 14px 30px rgba(17, 35, 59, 0.16);
}

.tk-process-title-v4 {
    margin: 0 0 12px;
    color: #11233b;
    font-size: 1.3rem;
    line-height: 1.24;
    font-weight: 800;
}

.tk-process-text-v4 {
    margin: 0;
    color: #61707f;
    font-size: 0.98rem;
    line-height: 1.82;
}

@media (max-width: 991.98px) {
    .tk-operations-process-v4 {
        padding-bottom: 84px;
    }

    .tk-operations-process-line-v4 {
        display: none;
    }

    .tk-operations-process-head-v4 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .tk-operations-process-v4 {
        padding-bottom: 68px;
    }

    .tk-operations-process-title-v4 {
        font-size: 2rem;
    }

    .tk-operations-process-card-v4 {
        padding: 28px 22px 24px;
        border-radius: 22px;
    }

    .tk-process-step-badge-v4 {
        top: 14px;
        right: 14px;
        min-width: 40px;
        height: 40px;
        font-size: 0.88rem;
    }

    .tk-process-icon-v4 {
        width: 56px;
        height: 56px;
        border-radius: 16px;
        font-size: 1.2rem;
        margin-bottom: 18px;
    }
}



/* =========================================================
   OPERATIONS CTA BAND V5
   ========================================================= */

.tk-operations-cta-v5 {
    padding: 0 0 110px;
    background: #f8f5ef;
}

.tk-operations-cta-shell-v5 {
    position: relative;
    padding: 40px 42px;
    border-radius: 30px;
    overflow: hidden;
    background:
        linear-gradient(135deg, #11233b 0%, #1a2d4a 58%, #2b4062 100%);
    box-shadow: 0 28px 72px rgba(17, 35, 59, 0.18);
    isolation: isolate;
}

.tk-operations-cta-shell-v5::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 188, 122, 0.22) 0%, transparent 72%);
    pointer-events: none;
}

.tk-operations-cta-shell-v5::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 74%);
    pointer-events: none;
}

.tk-operations-cta-content-v5,
.tk-operations-cta-actions-v5 {
    position: relative;
    z-index: 2;
}

.tk-operations-cta-eyebrow-v5 {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.tk-operations-cta-title-v5 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(2rem, 3.6vw, 3rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    max-width: 760px;
}

.tk-operations-cta-title-v5 span {
    display: block;
    margin-top: 6px;
    color: #d8bc7a;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}

.tk-operations-cta-text-v5 {
    margin: 0;
    max-width: 680px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 1rem;
    line-height: 1.82;
}

.tk-operations-cta-actions-v5 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
}

.tk-operations-cta-actions-v5 .btn,
.tk-operations-cta-actions-v5 .tk-btn-outline-light-v5 {
    width: 100%;
    justify-content: center;
}

.tk-btn-outline-light-v5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.78rem 1.2rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.25s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.tk-btn-outline-light-v5:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    border-color: rgba(216, 188, 122, 0.55);
    transform: translateY(-1px);
}

@media (max-width: 991.98px) {
    .tk-operations-cta-v5 {
        padding-bottom: 84px;
    }

    .tk-operations-cta-shell-v5 {
        padding: 32px 28px;
    }
}

@media (max-width: 767.98px) {
    .tk-operations-cta-v5 {
        padding-bottom: 68px;
    }

    .tk-operations-cta-shell-v5 {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .tk-operations-cta-title-v5 {
        font-size: 2rem;
    }

    .tk-operations-cta-title-v5 span {
        margin-top: 4px;
    }
}



