:root {
        --ky-orange: #FE6001;
        --ky-orange-dark: #D45700;
        --ky-orange-bright: #F95700;
        --ky-white: #ffffff;
        --ky-offwhite: #fffaf5;
        --ky-black: #111111;
        --ky-footer-border: rgba(255, 255, 255, 0.12);
        --ky-footer-border-dark: rgba(17, 17, 17, 0.10);
        --ky-footer-gradient: linear-gradient(135deg, #FE6001, #D45700);
        --ky-footer-gradient-alt: linear-gradient(135deg, #F95700, #FE6001);
    }

    .ky-footer-shell,
    .ky-footer-shell * {
        box-sizing: border-box;
    }

    .ky-footer-shell {
        font-family: 'Archivo', Arial, sans-serif;
        color: var(--ky-black);
    }

    .ky-footer-shell h2,
    .ky-footer-shell h3,
    .ky-footer-shell .ky-footer-brand-title {
        font-family: 'Gotu', serif;
    }

    .ky-footer-cta {
        position: relative;
        overflow: hidden;
        min-height: 360px;
        display: flex;
        align-items: center;
        background-color: var(--ky-black);
        background-image: url('../images/home/08-sunset-partner-yoga-hd.webp');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color: var(--ky-white);
        padding: 78px 20px;
        isolation: isolate;
    }

    .ky-footer-cta::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .5);
        pointer-events: none;
        z-index: -1;
    }

    .ky-footer-cta-inner {
        width: min(1180px, 100%);
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 42px;
        position: relative;
        z-index: 1;
    }

    .ky-footer-cta h2 {
        margin: 0 0 12px;
        color: var(--ky-white);
        font-size: clamp(30px, 4vw, 50px);
        line-height: 1.16;
        font-weight: 400;
        letter-spacing: -.015em;
        text-shadow: 0 3px 18px rgba(0, 0, 0, .22);
    }

    .ky-footer-cta p {
        margin: 0;
        font-size: clamp(15px, 1.8vw, 19px);
        line-height: 1.7;
        max-width: 720px;
        color: rgba(255, 255, 255, .9);
        text-shadow: 0 2px 12px rgba(0, 0, 0, .22);
    }

    .ky-footer-call-btn,
    .ky-footer-action,
    .ky-footer-franchise {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border-radius: 999px;
        font-family: 'Archivo', Arial, sans-serif;
        font-weight: 700;
        transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .ky-footer-call-btn {
        min-height: 56px;
        padding: 0 30px;
        background: var(--ky-footer-gradient-alt);
        color: var(--ky-white);
        border: 1px solid rgba(255, 255, 255, .5);
        box-shadow: 0 16px 38px rgba(0, 0, 0, .24);
        white-space: nowrap;
    }

    .ky-footer-call-btn:hover,
    .ky-footer-call-btn:focus-visible,
    .ky-footer-action:hover,
    .ky-footer-action:focus-visible,
    .ky-footer-franchise:hover,
    .ky-footer-franchise:focus-visible {
        transform: translateY(-2px);
    }

    .ky-footer-main {
        background: var(--ky-offwhite);
        color: var(--ky-black);
        padding: 72px 20px 0;
    }

    .ky-footer-container {
        width: min(1180px, 100%);
        margin: 0 auto;
    }

    .ky-footer-grid {
        display: grid;
        grid-template-columns: 1.35fr .9fr .9fr;
        gap: 48px;
        padding-bottom: 48px;
    }

    .ky-footer-logo {
        display: block;
        width: min(100%, 420px);
        max-height: 150px;
        object-fit: contain;
        object-position: left center;
        margin-bottom: 22px;
        filter: drop-shadow(0 12px 24px rgba(0,0,0,.18));
    }

    .ky-footer-brand-title {
        margin: 0 0 12px;
        color: var(--ky-black);
        font-size: 28px;
        font-weight: 400;
    }

    .ky-footer-address,
    .ky-footer-cert-copy {
        margin: 0;
        color: rgba(17,17,17,.72);
        font-size: 15px;
        line-height: 1.8;
    }

    .ky-footer-heading {
        margin: 0 0 18px;
        color: var(--ky-black);
        font-size: 22px;
        font-weight: 400;
    }

    .ky-footer-contact-card {
        border: 1px solid var(--ky-footer-border-dark);
        border-radius: 18px;
        padding: 18px;
        margin-bottom: 14px;
        background: var(--ky-white);
        box-shadow: 0 12px 28px rgba(17,17,17,.05);
    }

    .ky-footer-contact-label {
        display: block;
        margin-bottom: 8px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: var(--ky-orange);
    }

    .ky-footer-contact-card a {
        color: var(--ky-black);
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
    }

    .ky-footer-contact-card a:hover,
    .ky-footer-contact-card a:focus-visible {
        color: var(--ky-orange);
    }

    .ky-footer-action {
        width: 100%;
        min-height: 48px;
        margin-top: 4px;
        padding: 0 20px;
        color: var(--ky-white);
        background: var(--ky-footer-gradient-alt);
    }

    .ky-footer-app-link {
        display: inline-block;
        max-width: 250px;
        margin-bottom: 24px;
    }

    .ky-footer-app-link img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .ky-language-box {
        margin-top: 4px;
    }

    .ky-language-label {
        display: block;
        margin-bottom: 9px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: var(--ky-orange);
    }

    .ky-language-select {
        width: 100%;
        min-height: 48px;
        padding: 0 42px 0 15px;
        border: 1px solid var(--ky-footer-border);
        border-radius: 12px;
        background: var(--ky-white);
        color: var(--ky-black);
        font-family: 'Archivo', Arial, sans-serif;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        outline: none;
    }

    .ky-language-select:focus {
        border-color: var(--ky-orange);
        box-shadow: 0 0 0 3px rgba(254,96,1,.18);
    }

    #google_translate_element {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        overflow: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    body > .skiptranslate,
    .goog-te-banner-frame,
    .goog-te-balloon-frame {
        display: none !important;
    }

    body {
        top: 0 !important;
    }

    .ky-footer-social-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 24px;
    }

    .ky-social-link {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid var(--ky-footer-border-dark);
        color: var(--ky-black);
        background: var(--ky-white);
        text-decoration: none;
        font-size: 13px;
        font-weight: 700;
        transition: background .2s ease, border-color .2s ease, transform .2s ease;
    }

    .ky-social-link:hover,
    .ky-social-link:focus-visible {
        background: var(--ky-orange);
        border-color: var(--ky-orange);
        transform: translateY(-2px);
    }

    .ky-certification-panel {
        border-top: 1px solid var(--ky-footer-border-dark);
        border-bottom: 1px solid var(--ky-footer-border-dark);
        padding: 42px 0;
    }

    .ky-certification-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        margin-bottom: 28px;
    }

    .ky-certification-top .ky-footer-cert-copy {
        max-width: 820px;
    }

    .ky-footer-franchise {
        flex: 0 0 auto;
        min-height: 46px;
        padding: 0 22px;
        color: var(--ky-white);
        background: var(--ky-footer-gradient);
    }

    .ky-cert-grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 20px;
        align-items: center;
    }

    .ky-cert-card {
        min-height: 154px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 18px;
        border-radius: 18px;
        background: var(--ky-offwhite);
        border: 1px solid var(--ky-footer-border-dark);
    }

    .ky-cert-card img {
        display: block;
        max-width: 128px;
        max-height: 118px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .ky-cert-card .ky-cert-main {
        max-width: 145px;
        max-height: 125px;
    }

    .ky-footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        padding: 24px 0;
        font-size: 13px;
        line-height: 1.6;
        color: rgba(17,17,17,.66);
    }

    .ky-footer-bottom p {
        margin: 0;
    }

    .ky-footer-bottom a {
        color: var(--ky-orange-dark);
        text-decoration: none;
        font-weight: 700;
    }

    .ky-footer-bottom a:hover,
    .ky-footer-bottom a:focus-visible {
        color: var(--ky-orange);
    }

    .ky-floating-whatsapp {
        position: fixed;
        right: 22px;
        bottom: 22px;
        z-index: 9998;
        width: 64px;
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--ky-white);
        border: 2px solid var(--ky-white);
        box-shadow: 0 16px 38px rgba(17,17,17,.24);
        transition: transform .2s ease, box-shadow .2s ease;
    }

    .ky-floating-whatsapp::before {
        content: '';
        position: absolute;
        inset: -8px;
        border-radius: inherit;
        border: 2px solid rgba(254, 96, 1, .34);
        animation: kyWhatsappPulse 1.8s ease-out infinite;
    }

    .ky-floating-whatsapp img {
        position: relative;
        z-index: 1;
        display: block;
        width: 54px;
        height: 54px;
        object-fit: contain;
        border-radius: 50%;
    }

    .ky-floating-whatsapp:hover,
    .ky-floating-whatsapp:focus-visible {
        transform: translateY(-3px) scale(1.03);
        box-shadow: 0 20px 42px rgba(17,17,17,.30);
    }

    @keyframes kyWhatsappPulse {
        0% { transform: scale(.88); opacity: .8; }
        80%, 100% { transform: scale(1.28); opacity: 0; }
    }

    @media (prefers-reduced-motion: reduce) {
        .ky-floating-whatsapp::before {
            animation: none;
        }
        .ky-footer-call-btn,
        .ky-footer-action,
        .ky-footer-franchise,
        .ky-social-link,
        .ky-floating-whatsapp {
            transition: none;
        }
    }

    @media (max-width: 900px) {
        .ky-footer-cta {
            min-height: 320px;
            background-attachment: scroll;
        }

        .ky-footer-cta-inner {
            grid-template-columns: 1fr;
            text-align: center;
        }

        .ky-footer-cta p {
            margin-inline: auto;
        }

        .ky-footer-call-btn {
            justify-self: center;
        }

        .ky-footer-grid {
            grid-template-columns: 1fr 1fr;
        }

        .ky-footer-brand {
            grid-column: 1 / -1;
        }

        .ky-cert-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }

    @media (max-width: 640px) {
        .ky-footer-cta {
            min-height: 300px;
            padding: 54px 16px;
            background-position: center center;
        }

        .ky-footer-main {
            padding: 52px 16px 0;
        }

        .ky-footer-grid {
            grid-template-columns: 1fr;
            gap: 34px;
        }

        .ky-footer-brand {
            grid-column: auto;
        }

        .ky-footer-logo {
            max-width: 330px;
        }

        .ky-certification-top {
            align-items: flex-start;
            flex-direction: column;
        }

        .ky-cert-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
        }

        .ky-cert-card {
            min-height: 132px;
            padding: 14px;
        }

        .ky-cert-card img {
            max-width: 105px;
            max-height: 100px;
        }

        .ky-footer-bottom {
            align-items: flex-start;
            flex-direction: column;
        }

        .ky-floating-whatsapp {
            width: 58px;
            height: 58px;
            right: 16px;
            bottom: 16px;
        }

        .ky-floating-whatsapp img {
            width: 48px;
            height: 48px;
        }
    }
