:root {
    --tn-site-shell: 1320px;
    --tn-site-gutter: clamp(16px, 2.5vw, 44px);
    --tn-site-reveal-distance: 24px;
    --tn-floating-control-size: 48px;
    --tn-floating-edge: clamp(18px, 2.2vw, 34px);
    --tn-floating-bottom: clamp(18px, 2vw, 28px);
    --tn-floating-stack-gap: 12px;
    --tn-cookie-banner-offset: 0px;
    --tn-visual-viewport-bottom-offset: 0px;
    --tn-header-surface: rgba(248, 244, 236, 0.8);
    --tn-header-surface-strong: rgba(247, 243, 235, 0.94);
    --tn-header-border: rgba(255, 255, 255, 0.38);
    --tn-header-rule: rgba(18, 43, 78, 0.12);
    --tn-header-ink: #112743;
    --tn-header-ink-soft: rgba(23, 57, 95, 0.9);
    --tn-header-ink-muted: rgba(23, 57, 95, 0.74);
    --tn-header-brand: var(--tn-brand, #1e3f80);
    --wp-estate-h1-font-family: "Manrope", "Segoe UI", sans-serif;
    --wp-estate-h2-font-family: "Manrope", "Segoe UI", sans-serif;
    --wp-estate-h3-font-family: "Manrope", "Segoe UI", sans-serif;
    --wp-estate-h4-font-family: "Manrope", "Segoe UI", sans-serif;
    --wp-estate-h5-font-family: "Manrope", "Segoe UI", sans-serif;
    --wp-estate-h6-font-family: "Manrope", "Segoe UI", sans-serif;
    --wp-estate-paragraph-font-family: "Manrope", "Segoe UI", sans-serif;
    --wp-estate-menu-font-family: "Manrope", "Segoe UI", sans-serif;
    --wp-estate-card-unit-font-family: "Manrope", "Segoe UI", sans-serif;
}

html {
    background: #f3f7fb;
    overflow-x: hidden;
}

body,
body button,
body input,
body select,
body textarea {
    font-family: "Manrope", "Segoe UI", sans-serif;
}

body {
    margin-bottom: 0;
    padding-bottom: 0;
    background: #f3f7fb;
    overflow-x: hidden;
}

#all_wrapper.website-wrapper {
    width: 100%;
    max-width: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background: #f3f7fb;
    overflow-x: clip;
}

.prop-compare,
#form_compare,
#compare_close,
.title_compare,
#submit_compare {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (min-width: 1200px) {
    .tn-site-header-shell {
        display: block !important;
    }

    .mobile_header.tn-site-mobile-header {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .tn-site-header-shell {
        display: none !important;
    }

    .mobile_header.tn-site-mobile-header {
        display: block !important;
    }
}

.tn-site-header-shell {
    --tn-header-glass-blur: 18px;
    position: relative;
    top: auto;
    z-index: 10020;
    display: block;
    width: 100%;
    overflow: visible;
    isolation: isolate;
    font-family: "Manrope", "Segoe UI", sans-serif;
    background:
        linear-gradient(180deg, var(--tn-header-surface-strong) 0%, rgba(248, 244, 236, 0.72) 72%, rgba(248, 244, 236, 0.42) 100%);
    border-bottom: 1px solid var(--tn-header-border);
    box-shadow: 0 14px 30px rgba(17, 39, 67, 0.04);
    backdrop-filter: blur(var(--tn-header-glass-blur));
    -webkit-backdrop-filter: blur(var(--tn-header-glass-blur));
    transition: background-color 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.mobile_header.tn-site-mobile-header,
.tn-mobile-menu {
    font-family: "Manrope", "Segoe UI", sans-serif;
}

.tn-site-header-shell:not(.is-ready),
.tn-site-header-shell:not(.is-ready) .tn-site-header__inner,
.tn-site-header-shell:not(.is-ready) .tn-site-header__brand,
.tn-site-header-shell:not(.is-ready) .tn-site-header__link,
.tn-site-header-shell:not(.is-ready) .tn-site-header__link::after,
.tn-site-header-shell:not(.is-ready) .tn-site-header__caret,
.tn-site-header-shell:not(.is-ready) .tn-site-header__submenu,
.tn-site-header-shell:not(.is-ready) .tn-site-header__submenu-link,
.tn-site-header-shell:not(.is-ready) .tn-site-header__cta {
    transition: none !important;
}

.tn-site-header-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
    opacity: 0.92;
}

.tn-site-header-shell.is-condensed {
    background:
        linear-gradient(180deg, rgba(248, 244, 236, 0.98) 0%, rgba(248, 244, 236, 0.92) 100%);
    border-bottom-color: rgba(18, 43, 78, 0.08);
    box-shadow: 0 18px 34px rgba(17, 39, 67, 0.08);
}

.tn-site-header {
    position: relative;
    overflow: visible;
}

.tn-site-header__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: calc(var(--tn-site-shell) + (var(--tn-site-gutter) * 2));
    min-height: 84px;
    margin: 0 auto;
    padding: 0 var(--tn-site-gutter);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: clamp(18px, 2vw, 34px);
    transition: min-height 0.22s ease, gap 0.22s ease;
    overflow: visible;
}

.tn-site-header-shell.is-condensed .tn-site-header__inner {
    min-height: 74px;
    gap: clamp(16px, 1.6vw, 28px);
}

.tn-site-header__lead,
.tn-site-header__actions {
    min-width: 0;
    display: flex;
    align-items: center;
}

.tn-site-header__lead {
    justify-self: start;
    justify-content: flex-start;
}

.tn-site-header__actions {
    justify-self: end;
    justify-content: flex-end;
}

.tn-site-header__brand {
    display: inline-flex;
    align-items: center;
    color: var(--tn-header-brand);
    text-decoration: none;
    font-size: clamp(30px, 2.55vw, 38px);
    font-weight: 800;
    line-height: 0.94;
    letter-spacing: -0.045em;
    transition: color 0.2s ease, transform 0.2s ease, font-size 0.22s ease;
}

.tn-site-header__brand:hover,
.tn-site-header__brand:focus-visible {
    color: var(--tn-brand-strong, #132a55);
    text-decoration: none;
    outline: none;
}

.tn-site-header-shell.is-condensed .tn-site-header__brand {
    font-size: clamp(28px, 2.4vw, 35px);
}

.tn-site-header__nav {
    min-width: 0;
    justify-self: center;
    position: relative;
    padding-inline: clamp(22px, 2.4vw, 34px);
    overflow: visible;
}

.tn-site-header__nav::before,
.tn-site-header__nav::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: 26px;
    background: rgba(18, 43, 78, 0.14);
    transform: translateY(-50%);
}

.tn-site-header__nav::before {
    left: 0;
}

.tn-site-header__nav::after {
    right: 0;
}

.tn-site-header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: clamp(14px, 1.45vw, 26px);
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: visible;
}

.tn-site-header__item {
    flex: 0 0 auto;
    position: relative;
    overflow: visible;
}

.tn-site-header__item.has-children:hover,
.tn-site-header__item.has-children:focus-within,
.tn-site-header__item.has-children.is-open {
    z-index: 10030;
}

.tn-site-header__item.is-support .tn-site-header__link {
    color: var(--tn-header-ink-muted);
}

.tn-site-header__item.is-primary .tn-site-header__link {
    font-weight: 790;
    color: #153860;
}

.tn-site-header__item.is-core .tn-site-header__link {
    color: rgba(18, 43, 78, 0.92);
}

.tn-site-header__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    gap: 8px;
    color: var(--tn-header-ink-soft);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 710;
    letter-spacing: 0.004em;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.tn-site-header__link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 1.5px;
    background: linear-gradient(90deg, rgba(29, 62, 127, 0.72) 0%, rgba(29, 62, 127, 0.08) 100%);
    opacity: 0;
    transform: translateY(2px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.tn-site-header__link:hover,
.tn-site-header__link:focus-visible,
.tn-site-header__link.is-current,
.tn-site-header__item.is-current .tn-site-header__link {
    color: #10233f;
    text-decoration: none;
    outline: none;
}

.tn-site-header__link:hover::after,
.tn-site-header__link:focus-visible::after,
.tn-site-header__link.is-current::after,
.tn-site-header__item.is-current .tn-site-header__link::after {
    opacity: 1;
    transform: translateY(0);
}

.tn-site-header__caret {
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-1px) rotate(45deg);
    transition: transform 0.2s ease;
}

.tn-site-header__item.has-children:hover .tn-site-header__caret,
.tn-site-header__item.has-children:focus-within .tn-site-header__caret,
.tn-site-header__item.has-children.is-open .tn-site-header__caret {
    transform: translateY(1px) rotate(-135deg);
}

.tn-site-header__submenu {
    position: absolute;
    z-index: 10040;
    top: calc(100% + 12px);
    left: 50%;
    display: grid;
    gap: 6px;
    min-width: 220px;
    padding: 10px;
    border: 1px solid rgba(23, 57, 95, 0.1);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 242, 234, 0.96));
    box-shadow:
        0 22px 42px rgba(17, 39, 67, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.76);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    pointer-events: none;
}

.tn-site-header__submenu::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    height: 18px;
}

.tn-site-header__item.has-children:hover .tn-site-header__submenu,
.tn-site-header__item.has-children:focus-within .tn-site-header__submenu,
.tn-site-header__item.has-children.is-open .tn-site-header__submenu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

.tn-site-header__submenu-link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    color: #27476b;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.tn-site-header__submenu-link:hover,
.tn-site-header__submenu-link:focus-visible,
.tn-site-header__submenu-link.is-current,
.tn-site-header__submenu-link[aria-current="page"] {
    background: rgba(29, 62, 127, 0.08);
    color: #10233f;
    text-decoration: none;
    outline: none;
    transform: translateX(1px);
}

.tn-site-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    border: 1px solid rgba(23, 57, 95, 0.12);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(247, 242, 234, 0.9) 100%);
    box-shadow:
        0 12px 24px rgba(17, 39, 67, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    color: var(--tn-header-ink);
    text-decoration: none;
    font-size: 0.93rem;
    font-weight: 760;
    letter-spacing: 0.01em;
    white-space: nowrap;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.tn-site-header__cta:hover,
.tn-site-header__cta:focus-visible {
    color: #10233f;
    text-decoration: none;
    outline: none;
    border-color: rgba(23, 57, 95, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 240, 231, 0.96) 100%);
    box-shadow:
        0 16px 28px rgba(17, 39, 67, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
    transform: translateY(-1px);
}

.tn-site-header-shell.is-condensed .tn-site-header__cta {
    min-height: 42px;
    padding-inline: 21px;
}

.mobile_header.tn-site-mobile-header {
    position: relative;
    top: auto;
    z-index: 802;
    background:
        linear-gradient(180deg, rgba(248, 244, 236, 0.92) 0%, rgba(248, 244, 236, 0.8) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 12px 28px rgba(17, 39, 67, 0.05);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.tn-site-mobile-header__inner {
    width: 100%;
    max-width: calc(var(--tn-site-shell) + (var(--tn-site-gutter) * 2));
    min-height: 70px;
    margin: 0 auto;
    padding: 0 var(--tn-site-gutter);
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    gap: 10px;
}

.mobile_header.tn-site-mobile-header .tn-site-mobile-header__inner {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
    align-items: center !important;
}

.tn-site-mobile-header__brand {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--tn-header-brand);
    text-decoration: none;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.045em;
}

.mobile_header.tn-site-mobile-header .tn-site-mobile-header__brand {
    grid-column: 2;
    justify-self: center;
    width: auto !important;
    max-width: 100%;
    min-width: 0;
    line-height: 0.94;
    white-space: nowrap;
    text-align: center;
}

.tn-site-mobile-header__brand:hover,
.tn-site-mobile-header__brand:focus-visible {
    color: var(--tn-brand-strong, #132a55);
    text-decoration: none;
    outline: none;
}

.tn-site-mobile-header__trigger,
.tn-site-mobile-header__spacer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

.tn-site-mobile-header__trigger {
    grid-column: 1;
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--tn-header-brand);
    font-size: 18px;
}

.mobile_header.tn-site-mobile-header .tn-site-mobile-header__trigger {
    position: relative !important;
    inset: auto !important;
    float: none !important;
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    color: var(--tn-header-brand) !important;
    line-height: 1 !important;
}

.mobile_header.tn-site-mobile-header .tn-site-mobile-header__trigger::before {
    content: "" !important;
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: currentColor !important;
    box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor !important;
}

.mobile_header.tn-site-mobile-header .tn-site-mobile-header__trigger i,
.mobile_header.tn-site-mobile-header .tn-site-mobile-header__trigger-icon {
    display: none !important;
    margin: 0 !important;
    color: inherit !important;
    font-size: 19px !important;
    line-height: 1 !important;
}

.mobile_header.tn-site-mobile-header .tn-site-mobile-header__trigger-icon,
.mobile_header.tn-site-mobile-header .tn-site-mobile-header__trigger-icon path {
    color: inherit !important;
    stroke: currentColor !important;
}

.tn-site-mobile-header__trigger:hover,
.tn-site-mobile-header__trigger:focus-visible {
    color: var(--tn-brand-strong, #132a55);
    outline: none;
}

.tn-site-mobile-header__spacer {
    grid-column: 3;
    pointer-events: none;
}

.tn-has-custom-header .mobilewrapper .snap-drawer-left {
    background:
        linear-gradient(180deg, #112844 0%, #163457 100%);
    box-shadow: 12px 0 36px rgba(6, 18, 35, 0.26);
}

.tn-has-custom-header #mobilewrapper_links.mobilewrapper {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    display: block !important;
    width: min(84vw, 318px);
    height: 100vh;
    height: 100dvh;
    z-index: 10060;
    pointer-events: none;
    visibility: hidden;
    transform: translate3d(-104%, 0, 0);
    transition:
        transform 0.28s cubic-bezier(0.22, 0.72, 0.24, 1),
        visibility 0s linear 0.28s;
    will-change: transform;
}

body.tn-mobile-menu-open {
    overflow: hidden;
}

body.tn-mobile-menu-open #mobilewrapper_links.mobilewrapper {
    pointer-events: auto;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition:
        transform 0.28s cubic-bezier(0.22, 0.72, 0.24, 1),
        visibility 0s linear 0s;
}

body.tn-mobile-menu-open #all_wrapper.website-wrapper {
    transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
    -webkit-transition: none !important;
}

.tn-has-custom-header #mobilewrapper_links .snap-drawer,
.tn-has-custom-header #mobilewrapper_links .snap-drawer-left {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.tn-mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: block;
    padding: 0;
    border: 0;
    background: rgba(6, 18, 35, 0.38);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.22s ease,
        visibility 0s linear 0.22s;
}

body.tn-mobile-menu-open .tn-mobile-menu-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
        opacity 0.22s ease,
        visibility 0s linear 0s;
}

body.tn-mobile-menu-open .tn-back-to-top,
body.tn-mobile-menu-open .tn-whatsapp-float {
    opacity: 0;
    pointer-events: none;
}

/* Mientras el banner de cookies ocupa la pantalla, ocultamos los controles flotantes
   (antes se subían por encima del banner y tapaban el hero/las fichas en móvil). Al
   cerrar el banner, el WhatsApp vuelve a su posición inferior y no invade contenido. */
body.tn-cookie-banner-visible .tn-back-to-top,
body.tn-cookie-banner-visible .tn-whatsapp-float {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.tn-has-custom-header .mobilewrapper .mobilemenu-close {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 18px 0 4px 20px;
    padding: 0;
    border: 1px solid rgba(220, 229, 241, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    color: rgba(243, 247, 252, 0.84);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 10px 22px rgba(5, 15, 29, 0.12);
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.08);
}

.tn-has-custom-header .mobilewrapper .mobilemenu-close i {
    display: none !important;
}

.tn-has-custom-header .mobilewrapper .mobilemenu-close::before,
.tn-has-custom-header .mobilewrapper .mobilemenu-close::after,
.tn-has-custom-header .mobilewrapper .mobilemenu-close__mark::before,
.tn-has-custom-header .mobilewrapper .mobilemenu-close__mark::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
}

.tn-has-custom-header .mobilewrapper .mobilemenu-close::before,
.tn-has-custom-header .mobilewrapper .mobilemenu-close__mark::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.tn-has-custom-header .mobilewrapper .mobilemenu-close::after,
.tn-has-custom-header .mobilewrapper .mobilemenu-close__mark::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.tn-has-custom-header .mobilewrapper .mobilemenu-close__mark::before,
.tn-has-custom-header .mobilewrapper .mobilemenu-close__mark::after {
    display: none;
}

.tn-has-custom-header .mobilewrapper .mobilemenu-close:hover,
.tn-has-custom-header .mobilewrapper .mobilemenu-close:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.095);
    border-color: rgba(220, 229, 241, 0.22);
    transform: translateY(-1px);
    outline: none;
}

.tn-mobile-menu,
.tn-mobile-menu * {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.08);
}

.tn-mobile-menu {
    padding: 22px 0 34px;
}

.tn-mobile-menu__list.mobilex-menu {
    list-style: none;
    margin: 0;
    padding: 0 24px;
}

.tn-mobile-menu__item {
    margin: 0;
}

.tn-mobile-menu__item.has-children {
    padding: 16px 0 12px;
    border-bottom: 1px solid rgba(220, 229, 241, 0.12);
}

.tn-mobile-menu__item.has-children.is-current {
    margin: 8px -12px 0;
    padding: 16px 12px 12px;
    border-radius: 18px;
    border-bottom-color: transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    box-shadow: inset 0 0 0 1px rgba(220, 229, 241, 0.08);
}

.tn-mobile-menu__group-label {
    display: block;
    padding: 0 0 12px;
    color: rgba(243, 247, 252, 0.58);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tn-mobile-menu__group-label.is-current {
    color: rgba(255, 255, 255, 0.82);
    position: relative;
    padding-left: 16px;
}

.tn-mobile-menu__group-label.is-current::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 1.5px;
    background: rgba(158, 184, 224, 0.92);
    transform: translateY(-50%);
}

.tn-mobile-menu__sublist {
    display: grid;
    gap: 0;
}

.tn-mobile-menu__list.mobilex-menu .tn-mobile-menu__link {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 0;
    border-bottom: 1px solid rgba(220, 229, 241, 0.12);
    color: rgba(243, 247, 252, 0.86);
    font-size: 1.04rem;
    font-weight: 710;
    letter-spacing: -0.01em;
    text-decoration: none;
}

.tn-mobile-menu__list.mobilex-menu .tn-mobile-menu__link.is-current,
.tn-mobile-menu__list.mobilex-menu .tn-mobile-menu__link[aria-current="page"] {
    color: #ffffff;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
    border-radius: 14px;
    padding-left: 14px;
    padding-right: 14px;
    border-bottom-color: transparent;
    box-shadow: inset 0 0 0 1px rgba(220, 229, 241, 0.07);
}

.tn-mobile-menu__list.mobilex-menu .tn-mobile-menu__item:first-child .tn-mobile-menu__link {
    color: #ffffff;
    font-weight: 780;
}

.tn-mobile-menu__list.mobilex-menu .tn-mobile-menu__item:last-child .tn-mobile-menu__link {
    border-bottom: 0;
}

.tn-mobile-menu__list.mobilex-menu .tn-mobile-menu__link.is-child {
    min-height: 48px;
    padding-left: 18px;
    margin-left: 2px;
    border-bottom-color: rgba(220, 229, 241, 0.08);
    color: rgba(243, 247, 252, 0.84);
    font-size: 0.98rem;
    font-weight: 680;
}

.tn-mobile-menu__list.mobilex-menu .tn-mobile-menu__link.is-child.is-current,
.tn-mobile-menu__list.mobilex-menu .tn-mobile-menu__link.is-child[aria-current="page"] {
    padding-left: 18px;
    margin-left: 2px;
}

.tn-mobile-menu__list.mobilex-menu .tn-mobile-menu__sublist .tn-mobile-menu__link:last-child {
    border-bottom: 0;
}

.tn-mobile-menu__list.mobilex-menu .tn-mobile-menu__link:hover,
.tn-mobile-menu__list.mobilex-menu .tn-mobile-menu__link:focus-visible,
.tn-mobile-menu__list.mobilex-menu .tn-mobile-menu__link:active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    text-decoration: none;
    outline: none;
}

.tn-mobile-menu__footer {
    padding: 22px 24px 0;
}

.tn-mobile-menu__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid rgba(244, 248, 252, 0.12);
    background:
        linear-gradient(180deg, rgba(245, 239, 230, 0.96) 0%, rgba(234, 223, 205, 0.92) 100%);
    box-shadow:
        0 16px 30px rgba(5, 15, 29, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    color: #123154;
    font-size: 0.98rem;
    font-weight: 760;
    letter-spacing: 0.005em;
    text-decoration: none;
}

.tn-mobile-menu__cta:hover,
.tn-mobile-menu__cta:focus-visible {
    color: #10233f;
    text-decoration: none;
    outline: none;
    background:
        linear-gradient(180deg, rgba(247, 242, 235, 1) 0%, rgba(237, 227, 211, 0.96) 100%);
}

body.admin-bar .tn-site-header-shell,
body.admin-bar .mobile_header.tn-site-mobile-header {
    top: auto;
}

/* Hide legacy floating controls from the parent theme and plugin widgets replaced by the child theme. */
a.backtop,
.backtop,
.backtop.islive,
a.contact-box,
.contact-box,
.contact-box.islive,
.contact-box.wpsestate_is_contact_single,
.contactformwrapper,
#footer-contact-form,
.ht-ctc,
.ht_ctc_chat_data {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 782px) {
    body.admin-bar .tn-site-header-shell,
    body.admin-bar .mobile_header.tn-site-mobile-header {
        top: auto;
    }
}

.tn-back-to-top {
    position: fixed !important;
    right: var(--tn-floating-edge);
    bottom: calc(var(--tn-floating-bottom) + var(--tn-floating-control-size) + var(--tn-floating-stack-gap));
    z-index: 760;
    width: var(--tn-floating-control-size);
    height: var(--tn-floating-control-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.54);
    border-radius: 999px;
    background: linear-gradient(145deg, #173d70 0%, #102e55 100%);
    color: #ffffff;
    box-shadow:
        0 16px 32px rgba(14, 33, 57, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    text-decoration: none;
    opacity: 0;
    transform: translate3d(0, 10px, 0) scale(0.96);
    pointer-events: none;
    transition:
        opacity 0.22s ease,
        transform 0.22s ease,
        box-shadow 0.22s ease,
        background-color 0.22s ease;
}

.tn-back-to-top[hidden] {
    display: none !important;
}

.tn-back-to-top.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    pointer-events: auto;
}

.tn-back-to-top:hover,
.tn-back-to-top:focus-visible {
    color: #ffffff;
    text-decoration: none;
    transform: translate3d(0, -2px, 0) scale(1.02);
    box-shadow:
        0 20px 38px rgba(14, 33, 57, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.26);
    outline: none;
}

.tn-back-to-top__icon {
    display: block;
    font-size: 1.35rem;
    font-weight: 820;
    line-height: 1;
    transform: translateY(-1px);
}

.tn-whatsapp-float {
    position: fixed !important;
    right: var(--tn-floating-edge);
    bottom: var(--tn-floating-bottom);
    z-index: 760;
    width: var(--tn-floating-control-size);
    height: var(--tn-floating-control-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    background: linear-gradient(145deg, #45d161 0%, #1fb446 100%);
    color: #ffffff;
    box-shadow:
        0 18px 34px rgba(14, 33, 57, 0.2),
        0 10px 26px rgba(31, 180, 70, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.34);
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

.tn-whatsapp-float:hover,
.tn-whatsapp-float:focus-visible {
    color: #ffffff;
    text-decoration: none;
    transform: translate3d(0, -2px, 0) scale(1.035);
    filter: saturate(1.06);
    box-shadow:
        0 22px 40px rgba(14, 33, 57, 0.24),
        0 14px 30px rgba(31, 180, 70, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.38);
    outline: none;
}

.tn-whatsapp-float__icon {
    width: 28px;
    height: 28px;
    display: block;
    fill: currentColor;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left,
.cky-btn-revisit-wrapper.cky-revisit-bottom-right {
    bottom: calc(15px + var(--tn-visual-viewport-bottom-offset, 0px)) !important;
}

@media (max-width: 767px) {
    :root {
        --tn-floating-control-size: 48px;
        --tn-floating-edge: 16px;
        --tn-floating-bottom: 18px;
        --tn-floating-stack-gap: 10px;
    }

    .tn-back-to-top {
        right: var(--tn-floating-edge);
        bottom: calc(var(--tn-floating-bottom) + var(--tn-cookie-banner-offset, 0px) + var(--tn-visual-viewport-bottom-offset, 0px) + var(--tn-floating-control-size) + var(--tn-floating-stack-gap));
        width: var(--tn-floating-control-size);
        height: var(--tn-floating-control-size);
    }

    .tn-whatsapp-float {
        right: var(--tn-floating-edge);
        bottom: calc(var(--tn-floating-bottom) + var(--tn-cookie-banner-offset, 0px) + var(--tn-visual-viewport-bottom-offset, 0px));
        width: var(--tn-floating-control-size);
        height: var(--tn-floating-control-size);
    }

    .tn-whatsapp-float__icon {
        width: 28px;
        height: 28px;
    }
}

.tn-site-footer {
    position: relative;
    margin-top: clamp(50px, 6.8vw, 84px);
    background:
        radial-gradient(circle at 13% 18%, rgba(189, 214, 241, 0.11) 0%, rgba(189, 214, 241, 0) 34%),
        radial-gradient(circle at 84% 10%, rgba(214, 191, 154, 0.038) 0%, rgba(214, 191, 154, 0) 21%),
        radial-gradient(circle at 50% 100%, rgba(101, 145, 196, 0.046) 0%, rgba(101, 145, 196, 0) 37%),
        linear-gradient(180deg, #06172a 0%, #0a2038 46%, #0c243d 100%);
    color: #f4f7fb;
    overflow: hidden;
    box-shadow:
        inset 0 1px 0 rgba(241, 246, 252, 0.06),
        inset 0 18px 40px rgba(255, 255, 255, 0.009),
        inset 0 -20px 34px rgba(4, 12, 24, 0.035),
        0 -14px 26px rgba(7, 18, 35, 0.045);
}

.tn-footer-entry-stage {
    position: relative;
    display: flow-root;
    clear: both;
    isolation: isolate;
    padding-top: clamp(50px, 6.8vw, 84px);
    background: transparent;
}

.tn-footer-entry-stage > .tn-site-footer {
    margin-top: 0;
}

#tn-colophon.tn-site-footer {
    isolation: isolate;
    font: 16px/1.5 "Manrope", "Segoe UI", sans-serif;
}

#tn-colophon.tn-site-footer,
#tn-colophon.tn-site-footer * {
    box-sizing: border-box;
}

#tn-colophon.tn-site-footer :where(h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, span, strong, em, address, small) {
    margin: 0;
    padding: 0;
    border: 0;
}

#tn-colophon.tn-site-footer :where(ul, ol) {
    list-style: none;
}

#tn-colophon.tn-site-footer :where(a, p, span, li, h2, h3, h4, address, small, strong, em) {
    color: inherit;
    font-family: inherit;
}

#tn-colophon.tn-site-footer a {
    text-decoration: none;
}

.tn-site-footer::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(221, 230, 242, 0.048);
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.026) 0%, rgba(255, 255, 255, 0.008) 12%, rgba(255, 255, 255, 0) 34%),
        radial-gradient(circle at 12% 52%, rgba(175, 203, 236, 0.02) 0%, rgba(175, 203, 236, 0) 36%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.018),
        inset 0 -1px 0 rgba(255, 255, 255, 0.006);
    pointer-events: none;
}

.tn-site-footer__shell {
    position: relative;
    z-index: 1;
    width: min(100%, calc(var(--tn-site-shell) + (var(--tn-site-gutter) * 2)));
    margin: 0 auto;
    padding: clamp(38px, 4.6vw, 58px) var(--tn-site-gutter) clamp(26px, 3vw, 38px);
}

.tn-site-footer__top {
    display: grid;
    grid-template-columns: minmax(248px, 0.68fr) minmax(0, 1.82fr);
    gap: clamp(20px, 2.1vw, 30px);
    align-items: stretch;
}

.tn-site-footer__top:not(.has-widgets) {
    grid-template-columns: minmax(248px, 0.68fr) minmax(0, 1.42fr);
}

.tn-site-footer__brand,
.tn-site-footer__content,
.tn-site-footer__nav,
.tn-site-footer__nav-grid,
.tn-site-footer__widget-area {
    min-width: 0;
}

.tn-site-footer__brand {
    position: relative;
    display: grid;
    align-content: start;
    gap: 0;
    align-self: start;
    margin-top: -14px;
    max-width: 27.35rem;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    overflow: visible;
}

.tn-site-footer__brand::before {
    content: none;
}

.tn-site-footer__support-title,
.tn-site-footer .widget-title,
.tn-site-footer__social-title {
    margin: 0;
    color: rgba(216, 227, 241, 0.31);
    font-size: 10.95px;
    font-weight: 654;
    line-height: 1.1;
    letter-spacing: 0.164em;
    text-transform: uppercase;
}

.tn-site-footer__identity {
    display: grid;
    gap: 0;
    align-items: start;
}

#tn-colophon.tn-site-footer .tn-site-footer__title {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 16px;
    color: #f8fbff;
    font-size: clamp(45px, 3.68vw, 59px);
    font-weight: 764;
    line-height: 0.93;
    letter-spacing: -0.043em;
    text-shadow: 0 1px 0 rgba(7, 16, 31, 0.08);
}

.tn-site-footer__copy {
    max-width: 19.15ch;
    margin: 0;
    color: rgba(229, 237, 246, 0.61);
    font-size: clamp(15.35px, 0.99vw, 16.35px);
    font-weight: 446;
    line-height: 1.42;
    letter-spacing: -0.011em;
}

.tn-site-footer__social-title {
    font-size: 10.15px;
}

.tn-site-footer__social-block {
    display: grid;
    align-content: start;
    gap: 4px;
    max-width: 15rem;
    margin-top: 18px;
    margin-bottom: 0;
    padding-top: 0;
}

.tn-site-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.tn-site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: rgba(229, 236, 245, 0.255);
    transition:
        color 0.24s ease,
        opacity 0.24s ease,
        transform 0.24s ease;
}

.tn-site-footer__social-link svg {
    width: 100%;
    height: 100%;
}

.tn-site-footer__social-link:hover,
.tn-site-footer__social-link:focus-visible {
    transform: translateY(-1px);
    color: rgba(255, 255, 255, 0.74);
    outline: none;
}

.tn-site-footer__content {
    display: grid;
    margin-top: -10px;
    grid-template-columns:
        minmax(0, 16.5ch)
        minmax(18px, 0.58fr)
        minmax(0, 23.5ch)
        minmax(18px, 0.5fr)
        minmax(0, 15ch)
        minmax(18px, 0.7fr)
        minmax(0, 13.5ch);
    grid-template-areas:
        "contact . operations . support . nav";
    gap: 18px 0;
    align-items: start;
    align-content: start;
}

.tn-site-footer__content--no-nav {
    grid-template-columns:
        minmax(0, 16.5ch)
        minmax(18px, 0.62fr)
        minmax(0, 23.5ch)
        minmax(18px, 0.74fr)
        minmax(0, 15ch);
    grid-template-areas: "contact . operations . support";
}

.tn-site-footer__content--no-support {
    grid-template-columns:
        minmax(0, 16.5ch)
        minmax(18px, 0.62fr)
        minmax(0, 23.5ch)
        minmax(18px, 0.82fr)
        minmax(0, 13.5ch);
    grid-template-areas: "contact . operations . nav";
}

.tn-site-footer__content--no-nav.tn-site-footer__content--no-support {
    grid-template-columns:
        minmax(0, 16.5ch)
        minmax(18px, 0.82fr)
        minmax(0, 23.5ch);
    grid-template-areas: "contact . operations";
}

.tn-site-footer__panel {
    display: grid;
    align-content: start;
    gap: 0;
    min-width: 0;
}

.tn-site-footer__panel--contact {
    grid-area: contact;
}

.tn-site-footer__panel--operations {
    grid-area: operations;
    max-width: 27ch;
}

.tn-site-footer__panel--operations .tn-site-footer__panel-text {
    max-width: 23ch;
}

.tn-site-footer__panel-text {
    max-width: 21ch;
    font-size: 14.5px;
    font-weight: 458;
    line-height: 1.42;
    letter-spacing: -0.005em;
}

.tn-site-footer__panel-list,
.tn-site-footer__nav .tn-site-footer__widget-area .menu,
.tn-site-footer__nav-list,
.tn-site-footer__nav .tn-site-footer__widget-area .menu li,
.tn-site-footer__nav-list li,
.tn-site-footer__panel-list li,
.tn-site-footer__support-grid ul,
.tn-site-footer__support-grid li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tn-site-footer__panel-list,
.tn-site-footer__contact-list {
    display: grid;
}

.tn-site-footer__nav-list,
.tn-site-footer__nav .tn-site-footer__widget-area .menu,
.tn-site-footer__support .tn-site-footer__widget-area .textwidget,
.tn-site-footer__support .tn-site-footer__widget-area .menu {
    display: grid;
    grid-auto-flow: row;
    grid-auto-rows: 1.42em;
    align-items: start;
    justify-items: start;
    margin: 0;
    padding: 0;
}

.tn-site-footer__panel-list {
    gap: 7px;
    margin-top: 0;
}

.tn-site-footer__panel-list li {
    font-size: 14.5px;
    font-weight: 458;
    line-height: 1.42;
    letter-spacing: -0.005em;
}

.tn-site-footer__contact-list {
    gap: 7px;
}

.tn-site-footer__contact-item {
    font-size: 14.5px;
    font-weight: 458;
    line-height: 1.42;
    letter-spacing: -0.005em;
}

.tn-site-footer__nav-list,
.tn-site-footer__nav .tn-site-footer__widget-area .menu,
.tn-site-footer__support .tn-site-footer__widget-area .textwidget,
.tn-site-footer__support .tn-site-footer__widget-area .menu {
    row-gap: 7px;
    column-gap: 0;
}

.tn-site-footer__nav-list li,
.tn-site-footer__nav .tn-site-footer__widget-area .menu li,
.tn-site-footer__support .tn-site-footer__widget-area .menu li {
    display: block;
    min-height: 1.42em;
    margin: 0;
    padding: 0;
}

.tn-site-footer__nav {
    grid-area: nav;
    display: grid;
    position: relative;
    align-content: start;
    gap: 0;
    padding-top: 0;
    border-top: 0;
}

.tn-site-footer__nav::before,
.tn-site-footer__support::before {
    content: none;
}

.tn-site-footer__support {
    grid-area: support;
    display: grid;
    position: relative;
    gap: 0;
    padding-top: 0;
    border-top: 0;
    align-content: start;
}

.tn-site-footer__content--no-nav .tn-site-footer__support {
    grid-area: support;
}

.tn-site-footer__nav-grid,
.tn-site-footer__support-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    justify-content: start;
    align-items: start;
}

.tn-site-footer__panel .tn-site-footer__widget-area,
.tn-site-footer__nav .tn-site-footer__widget-area,
.tn-site-footer__widget-area {
    display: grid;
    align-content: start;
    gap: 8px;
    max-width: 26ch;
}

.tn-site-footer__widget-area .widget {
    margin: 0;
}

.tn-site-footer__panel .tn-site-footer__widget-area,
.tn-site-footer__panel .tn-site-footer__widget-area p,
.tn-site-footer__panel .tn-site-footer__widget-area li,
.tn-site-footer__panel .tn-site-footer__widget-area span,
.tn-site-footer__panel .tn-site-footer__widget-area address,
.tn-site-footer__nav .tn-site-footer__widget-area,
.tn-site-footer__nav .tn-site-footer__widget-area p,
.tn-site-footer__nav .tn-site-footer__widget-area li,
.tn-site-footer__nav .tn-site-footer__widget-area span,
.tn-site-footer__nav .tn-site-footer__widget-area address,
.tn-site-footer__support .tn-site-footer__widget-area,
.tn-site-footer__support .tn-site-footer__widget-area p,
.tn-site-footer__support .tn-site-footer__widget-area li,
.tn-site-footer__support .tn-site-footer__widget-area span,
.tn-site-footer__support .tn-site-footer__widget-area address {
    color: rgba(239, 245, 251, 0.72);
    font-size: 14.5px;
    font-weight: 458;
    line-height: 1.42;
    letter-spacing: -0.005em;
}

.tn-site-footer__contact-link,
.tn-site-footer__panel .tn-site-footer__widget-area a,
.tn-site-footer__panel .tn-site-footer__widget-area a:visited,
.tn-site-footer__nav .tn-site-footer__widget-area a,
.tn-site-footer__nav .tn-site-footer__widget-area a:visited,
.tn-site-footer__nav-list a,
.tn-site-footer__nav-list a:visited,
.tn-site-footer__support .tn-site-footer__widget-area a,
.tn-site-footer__support .tn-site-footer__widget-area a:visited,
.tn-site-footer__support-grid a,
.tn-site-footer__support-grid a:visited {
    color: rgba(239, 245, 251, 0.72);
    transform: translateX(0);
    transition: color 0.22s ease, transform 0.22s ease;
}

.tn-site-footer__contact-link,
.tn-site-footer__nav .tn-site-footer__widget-area .menu a,
.tn-site-footer__nav-list a,
.tn-site-footer__support .tn-site-footer__widget-area .menu a,
.tn-site-footer__support-grid a {
    display: flex;
    align-items: flex-start;
    min-height: 1.42em;
    font-size: 14.5px;
    font-weight: 458;
    line-height: 1.42;
    letter-spacing: -0.005em;
}

.tn-site-footer__contact-link:hover,
.tn-site-footer__contact-link:focus-visible,
.tn-site-footer__panel .tn-site-footer__widget-area a:hover,
.tn-site-footer__panel .tn-site-footer__widget-area a:focus-visible,
.tn-site-footer__nav .tn-site-footer__widget-area a:hover,
.tn-site-footer__nav .tn-site-footer__widget-area a:focus-visible,
.tn-site-footer__nav-list a:hover,
.tn-site-footer__nav-list a:focus-visible,
.tn-site-footer__support .tn-site-footer__widget-area a:hover,
.tn-site-footer__support .tn-site-footer__widget-area a:focus-visible,
.tn-site-footer__support-grid a:hover,
.tn-site-footer__support-grid a:focus-visible {
    color: #ffffff;
    transform: translateX(2px);
    outline: none;
}

.tn-site-footer__bottom {
    display: grid;
    position: relative;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 9px 16px;
    align-items: baseline;
    margin-top: clamp(30px, 2.8vw, 40px);
    padding-top: 15px;
    padding-inline: 2px;
    border-top: 0;
    box-shadow: none;
}

.tn-site-footer__bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(219, 228, 240, 0) 0%, rgba(219, 228, 240, 0.02) 12%, rgba(219, 228, 240, 0.009) 88%, rgba(219, 228, 240, 0) 100%);
}

.tn-site-footer__bottom > * {
    min-width: 0;
}

#tn-colophon.tn-site-footer .tn-site-footer__bottom {
    color: rgba(239, 245, 251, 0.68);
}

#tn-colophon.tn-site-footer .tn-site-footer__copyright {
    color: rgba(239, 245, 251, 0.68);
    font-size: 13.45px;
    line-height: 1.32;
    letter-spacing: 0.014em;
}

.tn-site-footer__legal {
    justify-self: center;
    min-width: 0;
}

.tn-site-footer__legal-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7px 24px;
    max-width: 100%;
}

.tn-site-footer__legal-list li {
    margin: 0;
    padding: 0;
}

#tn-colophon.tn-site-footer .tn-site-footer__legal-list a,
#tn-colophon.tn-site-footer .tn-site-footer__legal-list a:visited {
    display: inline-block;
    color: rgba(239, 245, 251, 0.68);
    font-size: 13.3px;
    font-weight: 458;
    line-height: 1.34;
    letter-spacing: 0.012em;
    transform: translateY(0);
    transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.tn-site-footer__legal-list a:hover,
.tn-site-footer__legal-list a:focus-visible {
    color: rgba(243, 247, 252, 0.98);
    transform: translateX(2px);
    outline: none;
}

@media (max-width: 1180px) {
    .tn-site-footer__top,
    .tn-site-footer__top:not(.has-widgets) {
        grid-template-columns: 1fr;
        gap: 44px;
        align-items: start;
    }

    .tn-site-footer__brand {
        margin-top: 0;
        max-width: 29rem;
        min-height: 0;
        padding: 0;
    }

    .tn-site-footer__content {
        margin-top: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "contact operations"
            "support nav";
        gap: 18px clamp(24px, 2.8vw, 32px);
        justify-content: stretch;
    }

    .tn-site-footer__content--no-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "contact operations"
            "support support";
    }

    .tn-site-footer__content--no-support {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "contact operations"
            "nav nav";
    }

    .tn-site-footer__content--no-nav.tn-site-footer__content--no-support {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas: "contact operations";
    }
}

@media (max-width: 900px) {
    .tn-site-footer__brand {
        padding: 0;
    }

    .tn-site-footer__copy {
        max-width: 18ch;
        margin-top: 0;
    }

    .tn-site-footer__social-block {
        margin-top: 14px;
    }

    .tn-site-footer__content {
        grid-template-columns: 1fr;
        grid-template-areas:
            "contact"
            "operations"
            "support"
            "nav";
        gap: 16px;
        justify-content: stretch;
    }

    .tn-site-footer__content--no-nav {
        grid-template-columns: 1fr;
        grid-template-areas:
            "contact"
            "operations"
            "support";
    }

    .tn-site-footer__content--no-support {
        grid-template-columns: 1fr;
        grid-template-areas:
            "contact"
            "operations"
            "nav";
    }

    .tn-site-footer__content--no-nav.tn-site-footer__content--no-support {
        grid-template-columns: 1fr;
        grid-template-areas:
            "contact"
            "operations";
    }

    .tn-site-footer__nav,
    .tn-site-footer__support {
        gap: 0;
        padding-top: 14px;
    }

    .tn-site-footer__nav-list,
    .tn-site-footer__nav .tn-site-footer__widget-area .menu,
    .tn-site-footer__support .tn-site-footer__widget-area .textwidget,
    .tn-site-footer__support .tn-site-footer__widget-area .menu {
        row-gap: 3px;
        column-gap: 0;
    }

    .tn-site-footer__nav .tn-site-footer__widget-area .menu a,
    .tn-site-footer__nav-list a {
        font-size: 14.5px;
    }

    .tn-site-footer__nav .tn-site-footer__widget-area,
    .tn-site-footer__nav .tn-site-footer__widget-area p,
    .tn-site-footer__nav .tn-site-footer__widget-area li,
    .tn-site-footer__nav .tn-site-footer__widget-area span,
    .tn-site-footer__nav .tn-site-footer__widget-area address,
    .tn-site-footer__support .tn-site-footer__widget-area,
    .tn-site-footer__support .tn-site-footer__widget-area p,
    .tn-site-footer__support .tn-site-footer__widget-area li,
    .tn-site-footer__support .tn-site-footer__widget-area span,
    .tn-site-footer__support .tn-site-footer__widget-area address,
    .tn-site-footer__panel-text,
    .tn-site-footer__panel-list li,
    .tn-site-footer__contact-item {
        font-size: 14.5px;
    }

    .tn-site-footer__bottom {
        grid-template-columns: 1fr;
        gap: 7px;
        margin-top: 28px;
        align-items: start;
    }

    .tn-site-footer__legal {
        justify-self: start;
    }

    .tn-site-footer__legal-list {
        justify-content: flex-start;
        gap: 7px 20px;
    }

}

@media (max-width: 640px) {
    .tn-site-footer::before {
        inset: 10px;
        border-radius: 22px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .tn-site-footer {
        box-shadow:
            inset 0 1px 0 rgba(241, 246, 252, 0.065),
            inset 0 12px 28px rgba(255, 255, 255, 0.008);
    }

    .tn-site-footer__shell {
        padding-top: 28px;
        padding-bottom: 20px;
    }

    .tn-site-footer__brand {
        padding: 0;
        border-radius: 0;
    }

    .tn-site-footer__top {
        gap: 28px;
    }

    #tn-colophon.tn-site-footer .tn-site-footer__title {
        font-size: clamp(33px, 10.8vw, 39px);
    }

    .tn-site-footer__copy {
        max-width: 16ch;
        margin-top: 0;
    }

    .tn-site-footer__content {
        gap: 18px;
    }

    .tn-site-footer__social-block {
        margin-top: 15px;
    }

    .tn-site-footer__social-link {
        width: 17px;
        height: 17px;
    }

    .tn-site-footer__social {
        gap: 11px;
    }

    .tn-site-footer__copyright,
    .tn-site-footer__legal-list a {
        font-size: 11.5px;
    }

    .tn-site-footer__support-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .tn-site-footer__bottom {
        gap: 7px;
        margin-top: 24px;
        padding-top: 12px;
    }

    .tn-site-footer__legal-list {
        gap: 7px 16px;
    }
}

/* Footer: aire entre Recursos y Traspasos por distrito + lista a 2 columnas (11-ago) */
.tn-site-footer__support-grid {
    gap: 26px;
}

.tn-site-footer__widget-area--distritos ul.menu {
    columns: 2;
    column-gap: 20px;
}

.tn-site-footer__widget-area--distritos ul.menu li {
    break-inside: avoid;
}

/* Footer: distritos como fila horizontal sobre el copyright (la columna de
   Recursos mide ~146px y no caben; ver 11-ago). */
.tn-site-footer__distritos {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 18px;
    margin-top: clamp(20px, 2.6vw, 32px);
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tn-site-footer__distritos-label {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tn-site-footer__distritos ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tn-site-footer__distritos a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tn-site-footer__distritos a:hover {
    color: #ffffff;
    text-decoration: underline;
}
