:root {
    --gkl-navy: #061f46;
    --gkl-navy-deep: #03142f;
    --gkl-red: #d0063b;
    --gkl-ink: #112842;
    --gkl-muted: #617187;
    --gkl-surface: #f3f6fa;
}

@media (min-width: 1025px) {
    .gkl-header > .elementor-container {
        display: flex;
        align-items: center;
    }

    .gkl-header > .elementor-container > .elementor-column:nth-child(1) {
        width: 22% !important;
    }

    .gkl-header > .elementor-container > .elementor-column:nth-child(2) {
        width: 56% !important;
    }

    .gkl-header > .elementor-container > .elementor-column:nth-child(3) {
        width: 22% !important;
    }

    .gkl-header > .elementor-container > .elementor-column:first-child img {
        width: 200px !important;
        max-width: 200px !important;
    }

    .gkl-header .gkl-nav {
        justify-content: center;
        gap: clamp(24px, 2.2vw, 42px);
    }
}

.gkl-hero {
    isolation: isolate;
    overflow: hidden;
}

.gkl-hero > .elementor-background-overlay {
    z-index: 1;
}

.gkl-hero > .elementor-container {
    position: relative;
    z-index: 2;
}

.gkl-hero-slider-backgrounds {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.gkl-hero-slide-background {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: opacity 1s ease;
}

.gkl-hero-slide-background.is-active {
    opacity: 1;
}

.gkl-slider-mounted > .elementor-widget-wrap > .elementor-element {
    display: none !important;
}

.gkl-hero-slider-copy {
    position: relative;
    width: 100%;
    min-height: 520px;
}

.gkl-hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 760px;
    padding: 55px 26px 82px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(24px);
    transition: opacity .65s ease, transform .65s ease, visibility .65s ease;
    pointer-events: none;
}

.gkl-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}

.gkl-hero-slide-eyebrow {
    margin-bottom: 24px;
    color: #ffb3c5;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.gkl-hero-slide h1 {
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(44px, 3.3vw, 64px);
    font-weight: 800;
    line-height: 1.04;
}

.gkl-hero-slide h1 span {
    color: var(--gkl-red);
}

.gkl-hero-slide p {
    max-width: 720px;
    margin: 0 0 34px;
    color: #eef3fa;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
}

.gkl-hero-slide > a {
    display: inline-flex;
    min-width: 170px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    background: var(--gkl-red);
    font-weight: 800;
    text-decoration: none;
    transition: transform .25s ease, background .25s ease;
}

.gkl-hero-slide > a:hover {
    color: #fff;
    background: #b90534;
    transform: translateY(-2px);
}

.gkl-hero-slider-controls {
    position: absolute;
    bottom: 28px;
    left: 26px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 14px;
}

.gkl-slider-dots {
    display: flex;
    align-items: center;
    gap: 9px;
}

.gkl-slider-dot {
    width: 28px;
    height: 3px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, .45);
    transition: width .3s ease, background .3s ease;
    cursor: pointer;
}

.gkl-slider-dot.is-active {
    width: 48px;
    background: var(--gkl-red);
}

.gkl-slider-arrow {
    display: grid;
    width: 34px;
    height: 34px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 50%;
    color: #fff;
    background: rgba(4, 24, 54, .25);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.gkl-corporate-hero {
    position: relative;
    isolation: isolate;
}

.gkl-corporate-hero::after {
    content: "";
    position: absolute;
    inset: 26px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, .3);
    pointer-events: none;
}

.gkl-profile-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #dfe6ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(8, 38, 83, .08);
}

.gkl-profile-placeholder {
    display: grid;
    min-height: 290px;
    place-items: center;
    color: #8392a6;
    background:
        linear-gradient(135deg, rgba(8, 38, 83, .05), rgba(208, 6, 59, .07)),
        repeating-linear-gradient(135deg, transparent 0 18px, rgba(8, 38, 83, .025) 18px 19px);
}

.gkl-profile-placeholder span {
    padding: 10px 16px;
    border: 1px dashed #aab7c8;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gkl-profile-photo {
    height: 640px;
    overflow: hidden;
    background: #eef2f7;
}

.gkl-profile-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.gkl-manager-section .elementor-widget-text-editor p {
    max-width: 100%;
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
    text-wrap: pretty;
    hyphens: auto;
    line-height: 1.85 !important;
}

.gkl-profile-card-copy {
    padding: 25px;
}

.gkl-profile-card-copy small {
    color: var(--gkl-red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.gkl-profile-card-copy h3 {
    margin: 9px 0 17px;
    color: var(--gkl-navy);
    font-size: 21px;
}

.gkl-profile-bubble {
    position: relative;
    padding: 16px 18px;
    border-radius: 14px;
    color: #66768a;
    background: #f3f6fa;
    line-height: 1.55;
}

.gkl-profile-bubble::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 24px;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #f3f6fa;
    border-left: 9px solid transparent;
}

.gkl-method-card {
    height: 100%;
    min-height: 250px;
    padding: 32px 28px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(8, 38, 83, .07);
}

.gkl-method-card strong {
    color: var(--gkl-red);
    font-size: 13px;
    letter-spacing: .14em;
}

.gkl-method-card h3 {
    margin: 18px 0 14px;
    color: var(--gkl-navy);
    font-size: 23px;
}

.gkl-method-card p {
    color: #617187;
    line-height: 1.65;
}

.gkl-contact-details h2 {
    margin: 8px 0 18px;
    color: var(--gkl-navy);
    font-size: 42px;
}

.gkl-contact-details > p {
    margin-bottom: 26px;
    color: #617187;
    font-size: 17px;
}

.gkl-contact-action {
    display: flex;
    margin: 0 0 12px;
    padding: 15px 18px;
    align-items: center;
    border: 1px solid #dce3ec;
    border-radius: 11px;
    color: var(--gkl-navy);
    background: #fff;
    font-weight: 700;
    text-decoration: none;
}

.gkl-contact-address {
    margin: 24px 0 30px;
    padding-left: 18px;
    border-left: 3px solid var(--gkl-red);
    color: #53657d;
    line-height: 1.7;
}

.gkl-map-wrap {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(8, 38, 83, .1);
}

.gkl-map-wrap iframe {
    display: block;
    width: 100%;
    height: 320px;
    border: 0;
}

.gkl-bulletin-placeholder {
    max-width: 820px;
    margin: 0 auto;
    padding: 70px 40px;
    border: 1px dashed #bcc8d7;
    border-radius: 20px;
    text-align: center;
    background: #f7f9fc;
}

.gkl-bulletin-placeholder span {
    color: var(--gkl-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.gkl-bulletin-placeholder h2 {
    margin: 14px 0;
    color: var(--gkl-navy);
    font-size: 40px;
}

html.gkl-loader-active,
html.gkl-loader-active body {
    overflow: hidden !important;
}

.gkl-site-loader {
    position: fixed;
    inset: 0;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    z-index: 999999;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(1, 14, 34, .94), rgba(5, 29, 62, .88)),
        var(--gkl-loader-image) center / cover no-repeat;
    opacity: 1;
    visibility: visible;
    transition: opacity .6s ease, visibility .6s ease;
}

.gkl-site-loader::before {
    content: "";
    position: absolute;
    inset: 4.5%;
    border: 1px solid rgba(255, 255, 255, .42);
    pointer-events: none;
}

.gkl-site-loader.is-leaving {
    opacity: 0;
    visibility: hidden;
}

.gkl-site-loader-frame {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 18px;
    width: min(86vw, 520px);
    text-align: center;
    animation: gklLoaderReveal .7s ease both;
}

.gkl-site-loader-frame img {
    width: min(56vw, 270px);
    height: auto;
    max-height: 130px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.gkl-site-loader-frame span {
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.gkl-site-loader-progress {
    position: absolute;
    bottom: 8%;
    left: 50%;
    width: min(58vw, 290px);
    height: 2px;
    overflow: hidden;
    background: rgba(255, 255, 255, .24);
    transform: translateX(-50%);
}

.gkl-site-loader-progress i {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--gkl-red);
    transform-origin: left;
    animation: gklLoaderProgress 1.3s cubic-bezier(.4, 0, .2, 1) both;
}

.gkl-services-hero {
    position: relative;
    isolation: isolate;
}

.gkl-services-hero::after {
    content: "";
    position: absolute;
    inset: 26px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, .3);
    pointer-events: none;
}

.gkl-services-index a {
    color: inherit;
    text-decoration: none;
}

.gkl-services-index strong {
    display: block;
    color: var(--gkl-red);
    font-size: 12px;
    letter-spacing: .12em;
}

.gkl-service-detail {
    overflow: hidden;
}

.gkl-service-detail .elementor-widget-image img {
    width: 100%;
    min-height: 440px;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}

.gkl-service-detail:hover .elementor-widget-image img {
    transform: scale(1.035);
}

.gkl-service-list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.gkl-service-list li {
    position: relative;
    margin: 0 0 13px;
    padding-left: 25px;
    color: var(--gkl-muted);
    line-height: 1.62;
}

.gkl-service-dark .gkl-service-list li {
    color: #dce6f3;
}

.gkl-service-list li::before {
    content: "";
    position: absolute;
    top: .68em;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid var(--gkl-red);
    transform: rotate(45deg);
}

.gkl-service-number {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--gkl-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.gkl-service-number::after {
    content: "";
    width: 58px;
    height: 1px;
    background: currentColor;
}

@keyframes gklLoaderReveal {
    from { opacity: 0; transform: translateY(12px) scale(.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes gklLoaderProgress {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
    .gkl-site-loader-frame,
    .gkl-site-loader-progress i {
        animation: none;
    }

    .gkl-service-detail .elementor-widget-image img {
        transition: none;
    }
}

@media (max-width: 767px) {
    .gkl-hero {
        background-color: #eef2f7 !important;
        background-image: none !important;
    }

    .gkl-hero-slider-backgrounds,
    .gkl-hero > .elementor-background-overlay {
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        height: var(--gkl-mobile-slider-height, calc(max(650px, calc(100svh - 118px)) + 120px));
    }

    .gkl-site-loader::before {
        inset: 18px;
    }

    .gkl-site-loader-frame {
        gap: 12px;
        width: min(82vw, 340px);
        padding: 0 20px;
    }

    .gkl-site-loader-frame img {
        width: min(58vw, 205px);
        max-height: 96px;
    }

    .gkl-site-loader-frame span {
        max-width: 260px;
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: .18em;
    }

    .gkl-site-loader-progress {
        bottom: max(46px, calc(env(safe-area-inset-bottom) + 28px));
        width: min(52vw, 210px);
    }

    .gkl-services-hero::after {
        inset: 14px;
    }

    .gkl-corporate-hero::after {
        inset: 14px;
    }

    .gkl-profile-placeholder {
        min-height: 245px;
    }

    .gkl-profile-photo {
        height: 470px;
    }

    .gkl-manager-section .elementor-widget-text-editor p {
        text-align: left;
        hyphens: none;
        line-height: 1.72 !important;
    }

    .gkl-contact-details h2 {
        font-size: 32px;
    }

    .gkl-map-wrap iframe {
        height: 260px;
    }

    .gkl-hero-slider-copy {
        min-height: max(650px, calc(100svh - 118px));
    }

    .gkl-hero-slide {
        justify-content: flex-end;
        padding: 56px 28px 220px;
    }

    .gkl-hero-slide-eyebrow {
        margin-bottom: 20px;
        font-size: 11px;
    }

    .gkl-hero-slide h1 {
        margin-bottom: 20px;
        font-size: clamp(34px, 9.7vw, 42px);
        line-height: 1.03;
    }

    .gkl-hero-slide p {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 1.56;
    }

    .gkl-hero-slide > a {
        min-width: 165px;
        min-height: 48px;
    }

    .gkl-hero-slider-controls {
        right: 28px;
        bottom: 160px;
        left: 28px;
        justify-content: center;
    }

    .gkl-service-detail .elementor-widget-image img {
        min-height: 260px;
    }
}

.gkl-bulletin-index {
    max-width: 1240px;
    margin: 0 auto;
    padding: 92px 28px 105px;
}

.gkl-bulletin-index__intro {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.gkl-bulletin-index__intro > span,
.gkl-article-kicker {
    color: #d0063b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.gkl-bulletin-index__intro h2 {
    margin: 10px 0 12px;
    color: #082653;
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.08;
}

.gkl-bulletin-index__intro p {
    color: #53657d;
    font-size: 18px;
    line-height: 1.65;
}

.gkl-bulletin-layout {
    display: grid;
    grid-template-columns: minmax(250px, 290px) minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.gkl-bulletin-sidebar {
    position: sticky;
    top: 155px;
}

.gkl-bulletin-tools {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0;
    padding: 26px;
    align-items: stretch;
    border: 1px solid #dfe6ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(8, 38, 83, .07);
}

.gkl-bulletin-tools__title {
    color: #082653;
    font-size: 20px;
    line-height: 1.25;
}

.gkl-bulletin-search,
.gkl-bulletin-filter {
    display: grid;
    gap: 8px;
    color: #082653;
    font-size: 13px;
    font-weight: 800;
}

.gkl-bulletin-search > div {
    position: relative;
}

.gkl-bulletin-search svg {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #53657d;
    stroke-linecap: round;
    stroke-width: 1.8;
    transform: translateY(-50%);
    pointer-events: none;
}

.gkl-bulletin-search input,
.gkl-bulletin-filter select {
    width: 100%;
    min-height: 52px;
    border: 1px solid #cfd9e6;
    border-radius: 10px;
    color: #203a5e;
    background: #fff;
    font: inherit;
    font-weight: 500;
    outline: none;
}

.gkl-bulletin-search input {
    padding: 0 16px 0 48px;
}

.gkl-bulletin-filter select {
    padding: 0 40px 0 15px;
}

.gkl-bulletin-search input:focus,
.gkl-bulletin-filter select:focus {
    border-color: #d0063b;
    box-shadow: 0 0 0 3px rgba(208, 6, 59, .1);
}

.gkl-bulletin-search small {
    color: #718197;
    font-size: 11px;
    font-weight: 500;
}

.gkl-bulletin-clear {
    width: 100%;
    min-height: 52px;
    padding: 0 19px;
    border: 1px solid #082653;
    border-radius: 10px;
    color: #082653;
    background: transparent;
    font-weight: 800;
    cursor: pointer;
}

.gkl-bulletin-clear:hover,
.gkl-bulletin-clear:focus {
    color: #fff;
    background: #082653;
}

.gkl-bulletin-results {
    display: flex;
    gap: 6px;
    margin: 0 0 18px;
    color: #64758b;
    font-size: 14px;
}

.gkl-bulletin-results strong {
    color: #d0063b;
}

.gkl-bulletin-card[hidden] {
    display: none;
}

.gkl-bulletin-no-results {
    display: grid;
    gap: 7px;
    padding: 50px 24px;
    border: 1px dashed #bfcddd;
    border-radius: 16px;
    color: #5e7088;
    text-align: center;
}

.gkl-bulletin-no-results[hidden] {
    display: none;
}

.gkl-bulletin-no-results strong {
    color: #082653;
    font-size: 21px;
}

.gkl-bulletin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.gkl-bulletin-card {
    overflow: hidden;
    border: 1px solid #e1e7f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(8, 38, 83, .09);
    transition: transform .25s ease, box-shadow .25s ease;
}

.gkl-bulletin-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(8, 38, 83, .15);
}

.gkl-bulletin-card__image {
    display: block;
    height: 230px;
    overflow: hidden;
    background: linear-gradient(135deg, #082653, #17447d);
}

.gkl-bulletin-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.gkl-bulletin-card:hover .gkl-bulletin-card__image img {
    transform: scale(1.045);
}

.gkl-bulletin-card__image > span {
    display: grid;
    height: 100%;
    place-items: center;
    color: #fff;
    font-weight: 800;
}

.gkl-bulletin-card__body {
    padding: 28px;
}

.gkl-bulletin-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin-bottom: 15px;
    color: #d0063b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gkl-bulletin-card h3 {
    margin: 0 0 13px;
    color: #082653;
    font-size: 24px;
    line-height: 1.22;
}

.gkl-bulletin-card h3 a {
    color: inherit;
}

.gkl-bulletin-card p {
    min-height: 78px;
    margin: 0 0 21px;
    color: #53657d;
    line-height: 1.62;
}

.gkl-bulletin-card__link {
    color: #082653;
    font-weight: 800;
}

.gkl-article-shell {
    max-width: 900px;
    margin: 0 auto;
    padding: 85px 28px 95px;
}

.gkl-article-lead {
    margin: 0 0 38px;
    padding-left: 22px;
    border-left: 4px solid #d0063b;
    color: #263d5b;
    font-size: 21px;
    line-height: 1.65;
}

.gkl-article-shell h2 {
    margin: 48px 0 18px;
    color: #082653;
    font-size: clamp(29px, 3.3vw, 40px);
    line-height: 1.18;
}

.gkl-article-shell h3 {
    margin: 28px 0 10px;
    color: #082653;
}

.gkl-article-shell p,
.gkl-article-shell li {
    color: #455a75;
    font-size: 18px;
    line-height: 1.75;
}

.gkl-article-shell ol,
.gkl-article-shell ul {
    padding-left: 24px;
}

.gkl-article-note {
    margin: 40px 0;
    padding: 26px 28px;
    border-radius: 14px;
    background: #eef3f9;
}

.gkl-article-cta {
    margin-top: 55px;
    padding: 42px;
    border-radius: 20px;
    background: #082653;
    color: #fff;
    text-align: center;
}

.gkl-article-cta h2,
.gkl-article-cta p {
    color: #fff;
}

.gkl-article-cta a {
    display: inline-flex;
    min-height: 52px;
    margin-top: 8px;
    padding: 0 28px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #d0063b;
    color: #fff;
    font-weight: 800;
}

.gkl-article-sources {
    margin-top: 38px;
    padding-top: 24px;
    border-top: 1px solid #dfe6ef;
    font-size: 14px;
}

.gkl-process-section > .elementor-container {
    position: relative;
}

.gkl-process-section > .elementor-container::before,
.gkl-process-section > .elementor-container::after {
    content: "";
    position: absolute;
    top: 23px;
    right: 10.5%;
    left: 38.5%;
    height: 2px;
    border-radius: 999px;
    transform: scaleX(0);
    transform-origin: left center;
    pointer-events: none;
}

.gkl-process-section > .elementor-container::before {
    background: #d9e1ec;
    transition: transform .8s ease;
}

.gkl-process-section > .elementor-container::after {
    background: linear-gradient(90deg, #d0063b 0 68%, #082653 68% 100%);
    box-shadow: 0 0 16px rgba(208, 6, 59, .28);
    transition: transform 1.35s cubic-bezier(.22, .75, .25, 1) .18s;
}

.gkl-process-section.gkl-process-visible > .elementor-container::before,
.gkl-process-section.gkl-process-visible > .elementor-container::after {
    transform: scaleX(1);
}

.gkl-process-section > .elementor-container > .elementor-column:nth-child(n+2) {
    position: relative;
    z-index: 1;
}

.gkl-process-section .gkl-step-number {
    position: relative;
    z-index: 2;
    border: 4px solid #fff;
    box-sizing: content-box;
    box-shadow: 0 5px 18px rgba(8, 38, 83, .16);
    transition: transform .25s ease, box-shadow .25s ease;
}

.gkl-process-section > .elementor-container > .elementor-column:nth-child(n+2):hover .gkl-step-number {
    transform: translateY(-4px) scale(1.06);
    box-shadow: 0 9px 24px rgba(208, 6, 59, .23);
}

.gkl-footer {
    position: relative;
    overflow: hidden;
}

.gkl-footer::before {
    content: "";
    position: absolute;
    top: -190px;
    left: -150px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(208, 6, 59, .16), transparent 68%);
    pointer-events: none;
}

.gkl-footer-brand img {
    width: min(210px, 80%);
    height: auto;
    margin-bottom: 24px;
}

.gkl-footer-brand p,
.gkl-footer-contact p {
    color: #c8d4e5;
    line-height: 1.7;
}

.gkl-footer-brand p {
    max-width: 330px;
    text-align: left;
    text-wrap: pretty;
}

.gkl-footer-heading {
    display: block;
    margin-bottom: 22px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .04em;
}

.gkl-footer-nav {
    display: grid;
    gap: 10px;
}

.gkl-footer-nav a,
.gkl-footer-contact a {
    color: #dce5f2;
    transition: color .2s ease, transform .2s ease;
}

.gkl-footer-nav a:hover,
.gkl-footer-contact a:hover {
    color: #fff;
    transform: translateX(3px);
}

.gkl-footer-contact-line {
    display: flex;
    gap: 10px;
    margin-bottom: 11px;
    align-items: flex-start;
    color: #dce5f2;
    line-height: 1.5;
}

.gkl-footer-contact-line svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    fill: none;
    stroke: #e30540;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.gkl-footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 23px;
}

.gkl-footer-socials a {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.gkl-footer-socials a:hover {
    border-color: #e30540;
    background: #e30540;
    transform: translateY(-3px);
}

.gkl-footer-socials svg {
    width: 19px;
    height: 19px;
    fill: #fff;
}

.gkl-facebook-box {
    overflow: hidden;
    min-height: 348px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 20px 42px rgba(0, 0, 0, .2);
}

.gkl-facebook-box iframe {
    display: block;
    width: 100%;
    min-width: 0;
    height: 300px;
    border: 0;
    overflow: hidden;
}

.gkl-facebook-fallback {
    display: flex;
    padding: 10px 14px;
    align-items: center;
    justify-content: space-between;
    color: #082653;
    background: #fff;
    font-size: 12px;
    font-weight: 800;
}

.gkl-facebook-fallback a {
    color: #d0063b;
}

@media (max-width: 900px) {
    .gkl-footer > .elementor-container {
        flex-wrap: wrap;
    }

    .gkl-footer > .elementor-container > .elementor-column {
        width: 50%;
    }

    .gkl-bulletin-tools {
        grid-template-columns: 1fr 1fr;
    }

    .gkl-bulletin-layout {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .gkl-bulletin-sidebar {
        position: static;
    }

    .gkl-bulletin-tools__title {
        grid-column: 1 / -1;
    }

    .gkl-bulletin-clear {
        grid-column: 1 / -1;
    }

    .gkl-bulletin-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    /* Evita el tirón al entrar a la sección de respaldo en la portada móvil. */
    .elementor-element-cd44924.hostinger-elementor-aos {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .elementor-element-cd44924 .elementor-column {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
    }

    .gkl-footer > .elementor-container > .elementor-column {
        width: 100%;
    }

    .gkl-footer-brand,
    .gkl-footer-contact,
    .gkl-footer-nav {
        text-align: left;
    }

    .gkl-footer > .elementor-container > .elementor-column:last-child,
    .gkl-footer > .elementor-container > .elementor-column:last-child .gkl-footer-heading {
        text-align: center;
    }

    .gkl-facebook-box {
        position: relative;
        width: min(100%, 500px);
        margin-right: auto;
        margin-left: auto;
        min-height: 326px;
        height: 326px;
    }

    .gkl-facebook-box iframe {
        position: absolute;
        top: 0;
        left: 50%;
        width: 500px;
        min-width: 500px;
        height: 500px;
        min-height: 500px;
        transform: translateX(-50%) scale(.572);
        transform-origin: top center;
    }

    .gkl-facebook-fallback {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
    }

    .gkl-bulletin-index {
        padding: 66px 20px 80px;
    }

    .gkl-bulletin-grid {
        grid-template-columns: 1fr;
    }

    .gkl-bulletin-tools {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .gkl-bulletin-clear {
        grid-column: auto;
        width: 100%;
    }

    .gkl-bulletin-card__image {
        height: 210px;
    }

    .gkl-bulletin-card p {
        min-height: 0;
    }

    .gkl-article-shell {
        padding: 58px 22px 75px;
    }

    .gkl-article-lead,
    .gkl-article-shell p,
    .gkl-article-shell li {
        font-size: 17px;
    }

    .gkl-article-cta {
        padding: 32px 22px;
    }
}

@media (max-width: 767px) {
    .gkl-process-section > .elementor-container::before,
    .gkl-process-section > .elementor-container::after {
        display: none;
    }

    .gkl-process-section > .elementor-container > .elementor-column:nth-child(n+2) {
        position: relative;
        padding-left: 0 !important;
    }

    .gkl-process-section > .elementor-container > .elementor-column:nth-child(n+2)::before {
        content: "";
        position: absolute;
        top: 45px;
        bottom: -23px;
        left: 20px;
        z-index: 0;
        width: 13px;
        background: linear-gradient(180deg, #d0063b 0%, #d0063b 54%, #566f91 100%);
        clip-path: polygon(
            50% 0,
            100% 9px,
            63% 9px,
            63% calc(100% - 9px),
            100% calc(100% - 9px),
            50% 100%,
            0 calc(100% - 9px),
            37% calc(100% - 9px),
            37% 9px,
            0 9px
        );
        opacity: .62;
        transform: scaleY(0);
        transform-origin: top center;
        transition: transform .65s ease;
    }

    .gkl-process-section.gkl-process-visible > .elementor-container > .elementor-column:nth-child(n+2)::before {
        transform: scaleY(1);
    }

    .gkl-process-section > .elementor-container > .elementor-column:last-child::before {
        display: none;
    }

    .gkl-process-section .gkl-step-number {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 0 14px;
    }

    .gkl-process-section > .elementor-container > .elementor-column:nth-child(n+2)
        > .elementor-widget-wrap > .elementor-element:not(:first-child) {
        width: calc(100% - 28px);
        margin-left: 28px;
    }
}
