.gkl-form-card {
    background: #092653;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(2, 17, 42, .35);
    color: #fff;
    padding: 34px;
}

.gkl-form-card h2 {
    color: #fff;
    font-size: clamp(24px, 2.3vw, 34px);
    line-height: 1.1;
    margin: 0 0 12px;
}

.gkl-form-card > p {
    color: #d8e2f1;
    line-height: 1.55;
    margin: 0 0 24px;
}

.gkl-evaluation-form {
    display: grid;
    gap: 13px;
}

.gkl-evaluation-form label > span {
    display: block;
    font-size: 0;
}

.gkl-evaluation-form input:not([type="checkbox"]),
.gkl-evaluation-form textarea {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #10264a;
    font: inherit;
    outline: none;
    padding: 14px 16px;
    transition: border-color .2s, box-shadow .2s;
    width: 100%;
}

.gkl-evaluation-form input:focus,
.gkl-evaluation-form textarea:focus {
    border-color: #d0063b;
    box-shadow: 0 0 0 3px rgba(208, 6, 59, .16);
}

.gkl-evaluation-form textarea {
    resize: vertical;
}

.gkl-evaluation-form button {
    background: #d0063b;
    border: 0;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px;
    transition: background .2s, transform .2s;
}

.gkl-evaluation-form button:hover {
    background: #ae002f;
    transform: translateY(-1px);
}

.gkl-consent {
    align-items: flex-start;
    color: #d8e2f1;
    display: flex;
    font-size: 12px;
    gap: 9px;
    line-height: 1.4;
}

.gkl-consent span {
    display: block !important;
    font-size: 12px !important;
}

.gkl-consent input {
    margin-top: 2px;
}

.gkl-honeypot {
    display: none !important;
}

.gkl-form-message {
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 12px 14px;
}

.gkl-form-success {
    background: #dff6e6;
    color: #165b2e;
}

.gkl-form-error {
    background: #ffe1e6;
    color: #8d1534;
}

@media (max-width: 767px) {
    .gkl-form-card {
        border-radius: 16px;
        padding: 24px 18px;
    }
}

.gkl-header {
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 8px 30px rgba(5, 25, 57, .08);
    position: sticky !important;
    top: 0;
    transition: box-shadow .25s ease, background-color .25s ease;
    z-index: 999;
}

.admin-bar .gkl-header {
    top: 32px;
}

.gkl-header.is-scrolled {
    background: rgba(255, 255, 255, .9) !important;
    box-shadow: 0 12px 35px rgba(5, 25, 57, .18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.gkl-header .elementor-container,
.gkl-header .elementor-widget-image img {
    transition: min-height .25s ease, max-width .25s ease, padding .25s ease;
}

.gkl-nav {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: center;
}

.gkl-nav a {
    color: #0a2652;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    text-decoration: none;
}

.gkl-nav a:hover {
    color: #d0063b;
}

.gkl-nav a.is-active {
    color: #d0063b;
}

.gkl-nav a.is-active::after {
    background: #d0063b;
    border-radius: 999px;
    content: "";
    display: block;
    height: 2px;
    margin: 6px auto 0;
    width: 24px;
}

.gkl-mobile-menu {
    display: none;
}

.gkl-mobile-contact {
    display: none;
}

#evaluacion {
    scroll-margin-top: 95px;
}

body.gkl-modal-open {
    overflow: hidden;
}

.gkl-consultation-modal[hidden] {
    display: none !important;
}

.gkl-consultation-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 24px;
    position: fixed;
    transition: opacity .18s ease;
    visibility: hidden;
    z-index: 10000;
}

.gkl-consultation-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.gkl-consultation-backdrop {
    background: rgba(2, 14, 35, .78);
    border: 0;
    cursor: default;
    inset: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

.gkl-consultation-panel {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 22px;
    box-shadow: 0 30px 90px rgba(2, 14, 35, .42);
    max-height: calc(100dvh - 48px);
    max-width: 660px;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    position: relative;
    scrollbar-gutter: stable;
    transform: translateY(22px) scale(.97);
    transition: opacity .2s ease, transform .2s ease;
    width: 100%;
    z-index: 1;
}

.gkl-consultation-modal.is-open .gkl-consultation-panel {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.gkl-consultation-modal-header {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e7ebf1;
    display: flex;
    justify-content: space-between;
    padding: 18px 20px;
    position: sticky;
    top: 0;
    z-index: 2;
}

.gkl-consultation-modal-header div {
    display: grid;
    gap: 2px;
}

.gkl-consultation-modal-header span {
    color: #d0063b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gkl-consultation-modal-header strong {
    color: #082653;
    font-size: 20px;
    line-height: 1.2;
}

.gkl-consultation-close {
    align-items: center;
    background: #eef2f7;
    border: 0;
    border-radius: 50%;
    color: #082653;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 42px;
    font-size: 29px;
    height: 42px;
    justify-content: center;
    line-height: 1;
    padding: 0 0 3px;
}

.gkl-consultation-close:hover,
.gkl-consultation-close:focus {
    background: #d0063b;
    color: #fff;
}

.gkl-consultation-modal-body {
    background: #f3f6fa;
    padding: 20px;
}

.gkl-consultation-modal .gkl-form-card {
    box-shadow: none;
}

.gkl-hero {
    overflow: visible;
}

.gkl-hero::before {
    background: linear-gradient(90deg, rgba(3, 20, 49, .96) 0%, rgba(5, 31, 67, .82) 52%, rgba(5, 31, 67, .48) 100%) !important;
}

.gkl-eyebrow {
    color: #efb9c8;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.gkl-accent {
    color: #d0063b;
}

.gkl-trust-strip {
    box-shadow: 0 18px 45px rgba(5, 25, 57, .12);
}

.gkl-service-card {
    border: 1px solid #e4eaf2;
    border-radius: 18px;
    height: 100%;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

.gkl-service-card:hover {
    border-color: rgba(208, 6, 59, .35);
    box-shadow: 0 18px 45px rgba(5, 25, 57, .11);
    transform: translateY(-5px);
}

.gkl-service-card .elementor-widget-image img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}

body.elementor-page-9 {
    overflow-x: hidden;
}

.gkl-step-number {
    align-items: center;
    background: #d0063b;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    font-weight: 800;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.gkl-footer a {
    color: #d7e0ee;
}

@media (max-width: 1024px) {
    .gkl-nav {
        flex-wrap: wrap;
        gap: 14px 22px;
    }
}

@media (max-width: 767px) {
    body:not(.elementor-editor-active) {
        padding-bottom: calc(92px + env(safe-area-inset-bottom));
    }

    .gkl-mobile-contact {
        align-items: center;
        background: #d0063b;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 15px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        box-sizing: border-box;
        box-shadow: 0 15px 38px rgba(3, 20, 49, .32);
        color: #fff;
        display: flex;
        font-size: 15px;
        font-weight: 800;
        gap: 10px;
        justify-content: center;
        left: 14px;
        height: 56px;
        min-height: 56px;
        padding: 9px 18px;
        position: fixed;
        right: 14px;
        text-decoration: none;
        z-index: 1000;
    }

    .gkl-mobile-contact:hover,
    .gkl-mobile-contact:focus {
        background: #ae002f;
        color: #fff;
        transform: translateY(-1px);
    }

    .gkl-mobile-contact-icon {
        align-items: center;
        background: #25d366;
        border: 2px solid #fff;
        border-radius: 50%;
        color: transparent;
        display: inline-flex;
        height: 22px;
        justify-content: center;
        position: relative;
        width: 22px;
    }

    .gkl-mobile-contact-icon::after {
        color: #fff;
        content: "✓";
        font-size: 13px;
        font-weight: 900;
        left: 4px;
        position: absolute;
        top: -1px;
    }

    .gkl-consultation-modal {
        align-items: flex-end;
        padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    }

    .gkl-consultation-panel {
        border-radius: 20px 20px 14px 14px;
        max-height: calc(100dvh - 16px - env(safe-area-inset-bottom));
        max-width: none;
        width: calc(100vw - 16px);
    }

    .gkl-consultation-modal-header {
        padding: 14px 15px;
    }

    .gkl-consultation-modal-header strong {
        font-size: 18px;
    }

    .gkl-consultation-close {
        flex-basis: 38px;
        height: 38px;
    }

    .gkl-consultation-modal-body {
        padding: 12px;
    }

    .gkl-consultation-modal .gkl-form-card {
        border-radius: 16px;
        padding: 22px 16px;
        width: 100%;
    }

    .gkl-consultation-modal *,
    .gkl-consultation-modal *::before,
    .gkl-consultation-modal *::after {
        box-sizing: border-box;
    }

    .gkl-consultation-modal .gkl-form-card h2 {
        font-size: 27px;
        line-height: 1.12;
    }

    .gkl-consultation-modal .gkl-form-card > p {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .gkl-consultation-modal .gkl-evaluation-form {
        gap: 12px;
    }

    .gkl-consultation-modal .gkl-evaluation-form input:not([type="checkbox"]),
    .gkl-consultation-modal .gkl-evaluation-form textarea {
        box-sizing: border-box;
        min-height: 52px;
        max-width: 100%;
        padding: 13px 14px;
    }

    .admin-bar .gkl-header {
        top: 46px;
    }

    .gkl-header {
        min-height: 72px;
        padding: 0 !important;
    }

    .gkl-header > .elementor-container {
        min-height: 72px;
        padding: 7px 16px !important;
    }

    .gkl-header.is-scrolled > .elementor-container {
        min-height: 62px;
        padding-bottom: 4px !important;
        padding-top: 4px !important;
    }

    .gkl-header .elementor-column,
    .gkl-header .elementor-widget-wrap,
    .gkl-header .elementor-element-populated {
        min-height: 0 !important;
    }

    .gkl-header .elementor-element-populated {
        align-content: center;
        align-items: center;
        padding: 0 !important;
    }

    .gkl-header .elementor-widget-image,
    .gkl-header .elementor-widget-image .elementor-widget-container {
        line-height: 0;
        margin: 0 !important;
    }

    .gkl-nav {
        display: none;
    }

    .gkl-header .elementor-container {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
    }

    .gkl-header .elementor-column:nth-child(1) {
        width: 70%;
    }

    .gkl-header .elementor-column:nth-child(2) {
        display: block;
        width: 30%;
    }

    .gkl-header .elementor-column:nth-child(3) {
        display: none;
    }

    .gkl-header .elementor-widget-image img {
        max-width: 145px;
    }

    .gkl-header.is-scrolled .elementor-widget-image img {
        max-width: 124px;
    }

    .gkl-header .elementor-widget-text-editor,
    .gkl-header .elementor-widget-text-editor .elementor-widget-container {
        margin: 0;
    }

    .gkl-mobile-menu {
        display: block;
        margin-left: auto;
        position: relative;
        width: fit-content;
        z-index: 1002;
    }

    .gkl-mobile-menu summary {
        align-items: center;
        background: #082653;
        border-radius: 10px;
        color: #fff;
        cursor: pointer;
        display: flex;
        font-size: 0;
        height: 44px;
        justify-content: center;
        list-style: none;
        width: 48px;
    }

    .gkl-mobile-menu summary::-webkit-details-marker {
        display: none;
    }

    .gkl-mobile-menu summary::before {
        content: "☰";
        font-size: 24px;
        line-height: 1;
    }

    .gkl-mobile-menu[open] summary {
        background: #d0063b;
    }

    .gkl-mobile-menu[open] summary::before {
        content: "×";
        font-size: 31px;
    }

    .gkl-mobile-menu-items {
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 20px 50px rgba(5, 25, 57, .22);
        display: grid;
        min-width: 230px;
        overflow: hidden;
        padding: 9px;
        position: absolute;
        right: 0;
        top: calc(100% + 12px);
        width: min(270px, calc(100vw - 32px));
    }

    .gkl-mobile-menu-items a {
        border-radius: 9px;
        color: #082653;
        font-size: 15px;
        font-weight: 700;
        padding: 12px 14px;
        text-decoration: none;
    }

    .gkl-mobile-menu-items a:hover {
        background: #f2f5f9;
        color: #d0063b;
    }

    .gkl-mobile-menu-items a.is-active {
        background: #eef2f7;
        color: #d0063b;
    }

    .gkl-mobile-menu-items a[href$="#evaluacion"] {
        background: #d0063b;
        color: #fff;
        margin-top: 5px;
    }

    .gkl-hero::before {
        background: rgba(3, 20, 49, .91) !important;
    }
}
