.global-section {
    background: #ffffff;
    color: #111827;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding: 80px 20px;
}

.global-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 56px;
    align-items: center;
    flex-wrap: wrap;
}

.global-copy {
    flex: 1;
    min-width: 280px;
}

.project-detail {
    margin-bottom: 32px;
    min-height: 140px;
    max-width: 520px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.project-detail.is-changing {
    opacity: 0;
    transform: translateY(4px);
}

.global-subline {
    margin: 8px 0 20px;
    font-size: 0.95rem;
    color: #4b5563;
    max-width: 520px;
}

.project-detail-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 8px;
}

.project-detail-text {
    margin: 0;
    font-size: 0.96rem;
    color: #4b5563;
    line-height: 1.6;
}

.global-title {
    font-size: 3.1rem;
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: -0.04em;
}

.global-desc {
    margin: 0 0 40px;
    max-width: 480px;
    color: #374151;
    line-height: 1.7;
    font-size: 0.98rem;
}

.global-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 32px;
}

.stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat-number {
    font-size: 2.4rem;
    font-weight: 300;
    color: #111827;
}

.stat-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #4b5563;
}

.global-map {
    flex: 1.1;
    min-width: 320px;
}

.map-tilt {
    perspective: 900px;
}

.map-surface {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 26px;
    background-color: #ffffff;
    background-image:
        radial-gradient(circle at 15% 0, rgba(12, 145, 199, 0.55), transparent 60%),
        radial-gradient(circle at 85% 100%, rgba(12, 145, 199, 0.35), transparent 60%),
        url("https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/World_map_-_low_resolution.svg/1600px-World_map_-_low_resolution.svg.png");
    background-size: cover;
    background-position: center;
    transform: rotateY(-16deg) rotateX(10deg);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.8);
    overflow: hidden;
    z-index: 0;
}

.map-surface::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(15, 23, 42, 0.1), rgba(15, 23, 42, 0.9));
    mix-blend-mode: soft-light;
    z-index: 1;
}

.map-pin {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.map-tooltip {
    position: absolute;
    padding: 2px 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #111827;
    font-size: 0.6rem;
    white-space: nowrap;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.25);
    pointer-events: none;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.15s ease, transform 0.15s ease;
    z-index: 3;
}

.map-tooltip.visible {
    opacity: 1;
    transform: translateY(-12px);
}

.pin-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #0c91c7;
    border: 2px solid #0c91c7;
    box-shadow: 0 0 14px rgba(12, 145, 199, 0.9);
}

.pin-pulse {
    position: absolute;
    inset: -6px;
    border-radius: 999px;
    border: 2px solid rgba(12, 145, 199, 0.6);
    opacity: 0;
    animation: pinPulse 2.2s infinite;
}

.pin-label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) translateX(2px);
    padding: 2px 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: #111827;
    font-size: 0.6rem;
    white-space: nowrap;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    display: none; /* text is only for accessibility; visual popup uses .map-tooltip */
}

.pin-korea {
    top: 33.1%;
    left: 85.3%;
}

.pin-kenya {
    top: 53.3%;
    left: 59.5%;
}

.pin-mongolia {
    top: 28.4%;
    left: 77.9%;
}

.pin-bahrain {
    top: 41.7%;
    left: 62.1%;
}

.pin-bulgaria {
    top: 32.9%;
    left: 55.0%;
}

.pin-qatar {
    top: 41.7%;
    left: 64.0%;
}
.pin-türkiye{
    top: 35%;
    left: 57.0%;
}
.pin-djibouti {
    top: 48.5%;
    left: 61%;
}
.pin-gurcistan {
    top: 30.5%;
    left: 59.0%;
}
.pin-kazakistan {
    top: 28.1%;
    left: 67.5%;
}
.pin-ingiltere {
    top: 27.3%;
    left: 46.9%;
}
.pin-irak {
    top: 37.9%;
    left: 60.0%;
}
.pin-kosova {
    top: 32.0%;
    left: 52.6%;
}
.pin-azerbaycan {
    top: 34.0%;
    left: 61%;
}
.pin-kamerun {
    top: 52.0%;
    left: 51.6%;
}
.pin-arnavutluk {
    top: 34.4%;
    left: 53.4%;
}

@keyframes pinPulse {
    0% {
        transform: scale(0.6);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.cvsair-video-grid {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px 60px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.cvsair-video-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(15, 23, 42, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.16s ease-out, box-shadow 0.16s ease-out, border-color 0.16s ease-out;
}

.cvsair-video-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.2);
    border-color: rgba(12, 145, 199, 0.35);
}

.cvsair-video-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #020617;
}

.cvsair-video-thumb iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.cvsair-video-body {
    padding: 16px 18px 18px;
}

.cvsair-video-title {
    font-size: 0.98rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 6px;
}

.cvsair-video-meta {
    font-size: 0.8rem;
    color: #6b7280;
}

@media (max-width: 960px) {
    .cvsair-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .cvsair-video-grid {
        grid-template-columns: minmax(0, 1fr);
        padding: 32px 16px 48px;
    }
}

@media (max-width: 960px) {
    .global-inner {
        flex-direction: column;
    }

    .global-title {
        font-size: 2.4rem;
    }

    .map-surface {
        transform: none;
        margin-top: 24px;
    }

    .global-map {
        order: 1;
        width: 100%;
        margin-bottom: 24px;
    }

    .global-copy {
        order: 2;
    }
}

@media (max-width: 640px) {
    .global-section {
        padding: 56px 16px;
    }

    .global-inner {
        gap: 32px;
    }

    .global-title {
        font-size: 2rem;
    }

    .global-map {
        min-width: 0;
    }
}

.products-modern {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px 60px;
}

.products-modern > .wp-block-spectra-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.products-modern > .wp-block-spectra-container > .wp-block-spectra-container {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    transition: transform 0.16s ease-out, box-shadow 0.16s ease-out;
}

.products-modern > .wp-block-spectra-container > .wp-block-spectra-container:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
}

.products-modern img {
    width: 100%;
    border-radius: 10px;
    background: #f9fafb;
    padding: 12px;
    object-fit: contain;
}

.products-modern h2,
.products-modern h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 8px;
}

.products-modern .price,
.products-modern .wc-block-components-product-price {
    color: #0c91c7;
    font-weight: 700;
    margin-bottom: 10px;
}

.products-modern a.wp-block-button__link,
.products-modern .wc-block-grid__product-add-to-cart a,
.products-modern .wp-block-button .wp-element-button {
    background-color: #0c91c7;
    color: #ffffff;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
}

.products-modern a.wp-block-button__link:hover,
.products-modern .wc-block-grid__product-add-to-cart a:hover,
.products-modern .wp-block-button .wp-element-button:hover {
    background-color: #076f97;
}

@media (max-width: 960px) {
    .products-modern > .wp-block-spectra-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .products-modern > .wp-block-spectra-container {
        grid-template-columns: minmax(0, 1fr);
    }
}

.page-id-800 .woocommerce ul.products {
    list-style: none;
    margin: 0;
    padding: 40px 20px 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.page-id-800 .woocommerce ul.products li.product {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    transition: transform 0.16s ease-out, box-shadow 0.16s ease-out;
}

.page-id-800 .woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
}

.page-id-800 .woocommerce ul.products li.product a img {
    width: 100%;
    border-radius: 10px;
    background: #f9fafb;
    padding: 12px;
    object-fit: contain;
}

.page-id-800 .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 8px;
}

.page-id-800 .woocommerce ul.products li.product .price {
    color: #0c91c7;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-id-800 .woocommerce ul.products li.product a.button {
    background-color: #0c91c7;
    color: #ffffff;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
}

.page-id-800 .woocommerce ul.products li.product a.button:hover {
    background-color: #076f97;
}

@media (max-width: 960px) {
    .page-id-800 .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .page-id-800 .woocommerce ul.products {
        grid-template-columns: minmax(0, 1fr);
    }
}
