/* ============================================================
   SLIDE — sabit görsel + başlık
   ============================================================ */

.slide-fixed-img-wrap {
    line-height: 0;
}
.slide-fixed-img-wrap img {
    width: auto; max-width: 100%; display: block; margin: 0 auto;

}

.slide-fixed-img-track {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    will-change: transform;
}

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

.slide-title-wrap { max-width: 1150px; width: 100%; padding: 0 20px; }
.slide-title { color: #fff; font-size: 45pt; font-weight: 500; line-height: 1.15; text-align: center; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.slide-title .first-word { color: #efae00; }
@media (max-width: 1200px) { .slide-title { font-size: 44pt; } }
@media (max-width: 960px)  { .slide-title { font-size: 32pt; } }
@media (max-width: 640px)  { .slide-title { font-size: 25pt; } }

/* Mobilde alt görsel: 100px yükseklik + sağdan sola kayan animasyon */
@media (max-width: 639px) {
    .slide-fixed-img-wrap {
        height: 200px;
        overflow: hidden;
        pointer-events: none;
    }
    .slide-fixed-img-wrap .uk-container {
        height: 100%;
    }
    .slide-fixed-img-track {
        height: 100%;
        animation: slideFixedMarquee 18s linear infinite;
        transform: translateZ(0);
    }
    .slide-fixed-img-wrap img {
        height: 200px;
        width: auto;
        max-width: none;
        flex: 0 0 auto;
        margin: 0;
    }
}

/* Masaüstünde eski davranış: tek görsel ortalı, container içinde */
@media (min-width: 640px) {
    .slide-fixed-img-track {
        display: block;
        transform: none !important;
        animation: none !important;
        will-change: auto;
    }
    .slide-fixed-img-track img:nth-child(2) {
        display: none;
    }
    .slide-fixed-img-track img {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .slide-fixed-img-track { animation: none !important; }
}

/* ============================================================
   HEADER
   ============================================================ */

#header.header-absolute {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 500;
    transition: all 0.2s ease-out;
}
#header.header-absolute.sticky {
    position: fixed !important;
    top: 0; left: 0; right: 0;
    background: transparent;
    box-shadow: none;
}
.site-nav {
    background-color: transparent;
    padding-top: 50px;
    padding-bottom: 12px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease;
}
.sticky .site-nav {
    background-color: #fff;
    box-shadow: 0 2px 24px rgba(0,0,0,0.28);
    padding-top: 12px;
    padding-bottom: 12px;
}
.site-nav__container {
    display: flex; align-items: center;
    width: 100%; height: 100%; position: relative;
}
.site-nav__container > .uk-navbar-left,
.site-nav__container > .uk-navbar-center,
.site-nav__container > .uk-navbar-right {
    display: flex; align-items: center; height: 100%;
}
.site-nav__container > .uk-navbar-center {
    position: absolute; left: 50%; transform: translateX(-50%);
    top: 0; bottom: 0; z-index: 2;
}
.site-nav__container > .uk-navbar-left,
.site-nav__container > .uk-navbar-right { z-index: 3; }

.site-nav__menu > li > a,
.site-nav__toggle {
    color: #ffffff;
    font-size: clamp(13px, 1.15vw, 16px);
    font-weight: 500;
    letter-spacing: clamp(0.02em, 0.05em, 0.05em);
    text-transform: uppercase;
    min-height: 72px;
    padding: 0 clamp(8px, 0.9vw, 16px);
    display: flex; align-items: center;
}
.site-nav__menu > li > a:hover,
.site-nav__toggle:hover {
    color: #efae00;
    text-decoration: none;
    transition: all 0.2s ease-out;
}
.sticky .site-nav__menu > li > a,
.sticky .site-nav__toggle { color: #262626; }
.sticky .site-nav__menu > li > a:hover,
.sticky .site-nav__toggle:hover { color: #efae00; }

.site-nav__logo {
    display: inline-flex; align-items: center;
    justify-content: center; padding: 0;
}
.site-nav__logo img {
    display: block; height: 70px; width: auto;
    max-height: none; transition: all 0.25s ease-out;
}
.site-nav__logo .logo-dark { display: none; }
.sticky .site-nav__logo .logo-light { display: none; }
.sticky .site-nav__logo .logo-dark { display: block; }
.sticky .site-nav__logo img { height: 60px; }

.site-nav__phone {
    color: #fff;
    font-size: clamp(12px, 1.15vw, 16px);
    font-weight: 500;
    letter-spacing: 0.04em;
    white-space: nowrap;
    padding: 0 clamp(8px, 0.9vw, 14px);
    text-decoration: none;
    transition: color 0.2s;
}
.site-nav__phone:hover { color: #efae00; }
.sticky .site-nav__phone { color: #262626; }
.sticky .site-nav__phone:hover { color: #efae00; }

.site-nav__lang-btn {
    background: none; border: none; cursor: pointer;
    color: #fff;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0 clamp(8px, 0.9vw, 14px);
    display: flex; align-items: center; gap: 3px;
    min-height: 72px;
    transition: color 0.2s;
}
.site-nav__lang-btn:hover { color: #efae00; }
.site-nav__lang-wrap .uk-dropdown {
    border-radius: 5px;
    min-width: 0;
    width: 100%;
    padding: 6px 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.site-nav__lang-wrap .uk-dropdown-nav > li > a {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 7px 0;
    transition: color 0.15s;
}
.site-nav__lang-wrap .uk-dropdown-nav > li > a:hover { color: #efae00; }
.sticky .site-nav__lang-btn { color: #262626; }
.sticky .site-nav__lang-btn:hover { color: #efae00; }

.site-nav__search-btn {
    color: #fff;
    padding: 0 clamp(8px, 0.9vw, 14px);
    min-height: 72px;
    display: flex; align-items: center;
    transition: color 0.2s;
}
.site-nav__search-btn:hover { color: #efae00; }
.sticky .site-nav__search-btn { color: #262626; }
.sticky .site-nav__search-btn:hover { color: #efae00; }

/* Search modal */
#search-modal.uk-modal { z-index: 1300; }
#search-modal .uk-modal-dialog {
    display: flex !important; align-items: center !important;
    justify-content: center !important;
    width: 100% !important; min-height: 100vh !important;
    height: 100% !important; margin: 0 !important;
    padding: 40px 20px !important; box-sizing: border-box;
}

/* ============================================================
   MOBILE NAV
   ============================================================ */

#mobile-nav .uk-offcanvas-bar {
    background: #ffffff; color: rgba(61,61,60,0.9);
    padding: 0; display: flex; flex-direction: column;
    height: 100vh;
    height: 100dvh;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    position: relative; overflow: hidden;
}
#mobile-nav .mobile-nav__mid {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#mobile-nav .uk-offcanvas-close {
    position: absolute !important;
    top: 16px !important; right: 16px !important; left: auto !important;
    color: rgba(61,61,60,0.6); z-index: 100;
    pointer-events: all !important;
    background: transparent !important; border: 0 !important;
}
#mobile-nav .mobile-nav__logo {
    display: flex; align-items: center; justify-content: left;
    padding: 64px 24px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    pointer-events: none;
}
#mobile-nav .mobile-nav__logo a { pointer-events: all; }
#mobile-nav .mobile-nav__logo img { display: block; max-height: 48px; width: auto; height: auto; }
#mobile-nav .mobile-nav__menu {
    flex: 0 0 auto;
    display: flex; flex-direction: column;
    justify-content: flex-start;
    padding: 16px 0 4px;
    margin: 0; list-style: none;
}
#mobile-nav .mobile-nav__menu > li > a {
    display: block; color: #3d3d3c !important;
    font-weight: 600; font-size: 14px;
    letter-spacing: 0.12em; text-transform: uppercase;
    padding: 11px 24px;
    transition: color 0.18s, background 0.18s;
}
#mobile-nav .mobile-nav__menu > li > a:hover,
#mobile-nav .mobile-nav__menu > li > a:focus {
    color: #3d3d3c !important;
    background: rgba(0,0,0,0.04); text-decoration: none;
}
#mobile-nav .mobile-nav__lang {
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 6px; overflow: hidden;
    margin: 0 20px 28px;
}
#mobile-nav .mobile-nav__lang a {
    flex: 1; text-align: center; padding: 10px 0;
    color: rgba(61,61,60,0.60) !important;
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.10em; text-transform: uppercase;
    text-decoration: none;
    transition: background 0.18s, color 0.18s;
}
#mobile-nav .mobile-nav__lang a.active { background: #36393d; color: #fff !important; }
#mobile-nav .mobile-nav__lang a:hover { background: #e6e6e6; color: #3d3d3c !important; }

#mobile-nav .mobile-nav__hr {
    flex-shrink: 0;
    margin: 4px 24px 10px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}
#mobile-nav .mobile-nav__cats {
    flex-shrink: 0;
    margin: 0;
    padding: 0 0 20px;
}
#mobile-nav .mobile-nav__cats > li > a {
    color: #3d3d3c !important;
    font-weight: 600; font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 10px 24px;
}
#mobile-nav .mobile-nav__cats > li > a:hover {
    color: #efae00 !important;
}
#mobile-nav .mobile-nav__cats .uk-nav-sub {
    padding-left: 0;
    background: rgba(0,0,0,0.03);
    border-left: 3px solid #efae00;
}
#mobile-nav .mobile-nav__cats .uk-nav-sub > li > a {
    color: #3d3d3c !important;
    font-weight: 500; font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: none;
    padding: 9px 16px 9px 14px;
    display: block;
    transition: color 0.15s, background 0.15s;
}
#mobile-nav .mobile-nav__cats .uk-nav-sub > li > a:hover {
    color: #efae00 !important;
    background: rgba(239,174,0,0.06);
}
#mobile-nav .mobile-nav__cats .uk-nav-sub > li + li {
    border-top: 1px solid rgba(0,0,0,0.06);
}

/* ============================================================
   RESPONSIVE — HEADER
   ============================================================ */

@media (max-width: 959px) {
    #header.header-absolute,
    #header.header-absolute.sticky { position: absolute; top: 0; z-index: 500; }
    .site-nav { padding-top: 15px; padding-bottom: 8px; }
    .sticky .site-nav { background-color: #fff; box-shadow: 0 2px 24px rgba(0,0,0,0.28); padding-top: 15px; padding-bottom: 8px; }
    .site-nav__logo img { height: 55px; }
    .sticky .site-nav__logo img { height: 55px; }
    #search-modal .uk-modal-dialog { padding: 60px 20px 40px !important; }
    #search-modal form { width: 100% !important; }
    #search-modal .uk-search-input { padding-left: 78px; padding-right: 16px; font-size: 20px; }
}
@media (min-width: 960px) and (max-width: 1199px) {
    .site-nav { padding-top: 62px; padding-bottom: 10px; }
    .sticky .site-nav { padding-top: 10px; padding-bottom: 10px; }
    .site-nav__menu > li > a,
    .site-nav__toggle { font-size: 13px; letter-spacing: 0.03em; padding: 0 10px; min-height: 60px; }
    .site-nav__logo img { height: 60px; }
    .sticky .site-nav__logo img { height: 60px; }
}

/* ============================================================
   NAV DROPDOWN (masaüstü alt menü)
   ============================================================ */

#header .site-nav__menu > li > .uk-navbar-dropdown {
    background: #ffffff !important;
    border-top: 3px solid #efae00 !important;
    border-radius: 0 0 6px 6px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18) !important;
    min-width: 200px;
    padding: 8px 0 !important;
    color: #3d3d3c !important;
}

#header .site-nav__menu > li > .uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a {
    color: #3d3d3c !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em !important;
    padding: 9px 20px !important;
    transition: color 0.15s, background 0.15s;
    display: block;
    background: transparent !important;
}

#header .site-nav__menu > li > .uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a:hover {
    color: #efae00 !important;
    background: rgba(239,174,0,0.06) !important;
    text-decoration: none;
}

#header .site-nav__menu > li > .uk-navbar-dropdown .uk-navbar-dropdown-nav > li + li {
    border-top: 1px solid rgba(0,0,0,0.06);
}

/* ============================================================
   MOBILE NAV — normal menü alt menüsü
   ============================================================ */

#mobile-nav .mobile-nav__menu > li.uk-parent > a {
    color: #3d3d3c !important;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 11px 24px;
}

#mobile-nav .mobile-nav__menu > li.uk-parent > a:hover {
    color: #efae00 !important;
}

#mobile-nav .mobile-nav__menu .uk-nav-sub {
    padding-left: 0;
    background: rgba(0,0,0,0.03);
    border-left: 3px solid #efae00;
}

#mobile-nav .mobile-nav__menu .uk-nav-sub > li > a {
    color: #3d3d3c !important;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: none;
    padding: 9px 16px 9px 14px;
    display: block;
    transition: color 0.15s, background 0.15s;
}

#mobile-nav .mobile-nav__menu .uk-nav-sub > li > a:hover {
    color: #efae00 !important;
    background: rgba(239,174,0,0.06);
}

#mobile-nav .mobile-nav__menu .uk-nav-sub > li + li {
    border-top: 1px solid rgba(0,0,0,0.06);
}

/* ============================================================
   CAT NAV BAR
   ============================================================ */

.cat-nav-wrap {
    display: flex;
    justify-content: center;
    padding: 0 0 12px;
    margin-top: 32px;
    transition: margin-top 0.3s ease, padding 0.3s ease;
}
.sticky .cat-nav-wrap {
    margin-top: 0;
    padding: 8px 0 14px;
}
.cat-nav__list {
    display: inline-flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 8px 32px;
    border: 1px solid #efae00;
    border-radius: 50px;
    background: rgba(0,0,0,0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    gap: 0;
    transition: background-color 0.35s ease, backdrop-filter 0.35s ease;
}
.sticky .cat-nav__list {
    background: rgba(22, 22, 22, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.cat-nav__item > a {
    color: #fff;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 500;
    letter-spacing: 0.03em;
    text-decoration: none;
    padding: 6px 20px;
    display: block;
    transition: color 0.18s;
}
.cat-nav__item > a:hover,
.cat-mega-trigger.cat-mega-active > a { color: #efae00; }
.cat-nav__sep {
    color: rgba(255,255,255,0.30);
    font-size: 14px;
    padding: 0;
    user-select: none;
}
.cat-nav__sep::before { content: '|'; }

#cat-mega-overlay {
    display: none;
}
@media (min-width: 960px) {
    #cat-mega-overlay.uk-offcanvas-overlay {
        display: block;
        position: fixed;
        top: 0; right: 0; bottom: 0; left: 0;
        z-index: 400;
        pointer-events: none;
    }
    #cat-mega-overlay.uk-offcanvas-overlay.uk-open {
        pointer-events: auto;
    }
    #cat-mega-overlay.uk-offcanvas-overlay::before {
        background: rgba(0, 0, 0, 0.42);
    }
}

/* ============================================================
   CAT MEGA PANEL
   ============================================================ */

#cat-mega-wrap {
    display: none;
}
@media (min-width: 960px) {
    #cat-mega-wrap {
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: min(1600px, calc(100% - 40px));
        z-index: 300;
        pointer-events: none;
    }
    #cat-mega-wrap.is-open { pointer-events: all; }

    .cat-mega-panel {
        position: absolute;
        top: 0; left: 0; right: 0;
        overflow: hidden;
        border-radius: 14px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.18s ease, visibility 0s linear 0.18s;
        pointer-events: none;
        background: rgba(14,14,14,0.92);
        backdrop-filter: blur(28px);
        -webkit-backdrop-filter: blur(28px);
        box-shadow: 0 16px 48px rgba(0,0,0,0.4);
    }
    .cat-mega-panel::before { content: none; }
    .cat-mega-panel.is-active {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.18s ease;
        pointer-events: all;
    }
    .cat-mega-panel.is-instant { transition: none !important; }

    .cat-mega__grid {
        display: flex;
        min-height: 300px;
        align-items: stretch;
    }
    .cat-mega__left {
        flex: 0 0 36%;
        position: relative;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-6px);
        transition: opacity 0.22s ease 0.06s, transform 0.22s ease 0.06s;
    }
    .cat-mega-panel.is-active .cat-mega__left {
        opacity: 1;
        transform: translateY(0);
    }
    .cat-mega-panel.is-instant .cat-mega__left { transition: none !important; }
    .cat-mega__left-body {
        position: absolute;
        top: 0; left: 0; right: 0;
        padding: 48px 52px;
        z-index: 2;
    }
    .cat-mega__title {
        font-size: clamp(18px, 1.8vw, 24px);
        font-weight: 300;
        color: #ffffff;
        margin: 0 0 10px;
        line-height: 1.2;
        letter-spacing: 0.05em;
    }
    .cat-mega__desc {
        font-size: 13px;
        color: rgba(255,255,255,0.50);
        line-height: 1.7;
        margin: 0;
    }
    .cat-mega__img {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
    }
    .cat-mega__img::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.35);
    }

    .cat-mega__right {
        flex: 1;
        position: relative;
        padding: 36px 40px 36px 48px;
        display: flex;
        align-items: flex-start;
        background: rgba(38,38,38,0.60);
        opacity: 0;
        transform: translateY(-6px);
        transition: opacity 0.22s ease 0.12s, transform 0.22s ease 0.12s;
    }
    .cat-mega-panel.is-active .cat-mega__right {
        opacity: 1;
        transform: translateY(0);
    }
    .cat-mega-panel.is-instant .cat-mega__right { transition: none !important; }

    .cat-mega__bg {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transition: opacity 0.32s ease;
        z-index: 0;
    }
    .cat-mega__bg::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
    }
    .cat-mega__bg.has-image { opacity: 1; }

    .cat-mega__links {
        list-style: none;
        margin: 0; padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 32px;
        position: relative;
        z-index: 1;
        width: 100%;
    }
    .cat-mega__links li {
        border-bottom: 1px solid rgba(255,255,255,0.07);
    }
    .cat-mega__links li a {
        display: block;
        position: relative;
        color: rgba(255,255,255,0.72);
        font-size: clamp(12px, 1vw, 14px);
        font-weight: 400;
        letter-spacing: 0.03em;
        text-decoration: none;
        padding: 12px 0;
        padding-left: 0;
        transition: color 0.18s ease, padding-left 0.18s ease;
    }
    .cat-mega__link-icon {
        position: absolute;
        left: 0;
        top: 50%;
        color: #efae00;
        opacity: 0;
        transform: translate(-6px, -50%);
        transition: opacity 0.18s ease, transform 0.18s ease;
        pointer-events: none;
    }
    .cat-mega__links li a:hover {
        color: #efae00;
        padding-left: 22px;
        text-decoration: none;
    }
    .cat-mega__links li a:hover .cat-mega__link-icon {
        opacity: 1;
        transform: translate(0, -50%);
    }
}

/* ============================================================
   GMM GLOBAL — KÜRESEL GÜÇLENME SECTION
   ============================================================ */

.gmm-global {
    background: #f3f3f3;
    position: relative;
    padding-top: 80px;
    margin-top: 200px;
}
.gmm-global__bg-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-83%);
    font-size: 8vw;
    font-weight: 900;
    color: #f3f3f3;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}
.gmm-global__body {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 60px;
}
.gmm-global__world {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    max-width: 1600px;
    pointer-events: none;
    z-index: 0;
}
.gmm-global__world img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.gmm-global__text {
    font-size: 40px;
    color: #0e0f13;
    text-align: center;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    margin: 0;
    font-weight: 400;
    padding-top: 90px;
}
.gmm-global__text strong {
    font-weight: 800;
}

.gmm-global__cards-wrap {
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 70px;
}
.gmm-global__cards {
    margin: 0 !important;
}
.gmm-global__cards > div {
    border-right: 1px solid #d0d0d0;
}
.gmm-global__cards > div:last-child {
    border-right: none;
}
.gmm-global__card {
    height: 380px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 32px 38px;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    transition: background-color 0.35s ease;
}
.gmm-global__card::before {
    content: '';
    flex-grow: 1;
    transition: flex-grow 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.gmm-global__card:hover {
    background-color: #0e0f13;
    background-image: var(--card-hover-bg, url('/images/icon-hover.webp'));
    padding-top: 2px;
}
.gmm-global__card:hover::before {
    flex-grow: 0;
}
.gmm-global__card-icon {
    width: 75px;
    height: 75px;
    object-fit: contain;
    display: block;
    margin-bottom: 28px;
    transition: opacity 0.3s;
}
.gmm-global__card:hover .gmm-global__card-icon {
    opacity: 0;
}
.gmm-global__card-title {
    font-size: 22px;
    color: #0e0f13;
    font-weight: 500;
    margin: 0 0 6px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(22px * 1.3 * 2);
    transition: color 0.3s;
}
.gmm-global__card:hover .gmm-global__card-title {
    color: #fff;
}
.gmm-global__card-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(16px * 1.6 * 3);
    transition: color 0.3s;
}
.gmm-global__card:hover .gmm-global__card-desc {
    color: rgba(255, 255, 255, 0.75);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 959px) {
    .gmm-global__text      { font-size: 30px; }
    .gmm-global__world img { width: 85%; }
    .gmm-global__body      { min-height: 380px; }
    .gmm-global__card-title { font-size: 18px; }
}

@media (max-width: 639px) {
    .gmm-global            { margin-top: 60px; padding-top: 60px; }
    .gmm-global__text      { font-size: 22px; padding-top: 40px; }
    .gmm-global__world img { width: 100%; }
    .gmm-global__body      { min-height: 280px; padding: 10px 0 40px; }
    .gmm-global__cards > div          { border-right: none; border-bottom: 1px solid #d0d0d0; }
    .gmm-global__cards > div:last-child { border-bottom: none; }
    .gmm-global__card              { height: auto; padding: 28px 22px; }
    .gmm-global__card::before      { display: none; }
    .gmm-global__card:hover        { padding-top: 28px; }
    .gmm-global__card-icon         { width: 55px; height: 55px; margin-bottom: 16px; }
    .gmm-global__card-title        { min-height: unset; -webkit-line-clamp: unset; display: block; margin-bottom: 6px; }
    .gmm-global__card-desc         { min-height: unset; -webkit-line-clamp: unset; display: block; }
    .gmm-global__cards-wrap        { padding-top: 30px; padding-bottom: 40px; }
}

@media (max-width: 320px) {

}

@media (min-width: 321px) {

}

@media (min-width: 640px) {

}

@media (min-width: 960px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}

@media (min-width: 1600px) {

}
