
.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #0f72d8, #0fa0d8);
    box-shadow: 0 10px 24px rgba(15, 114, 216, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.social-link svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.social-link--facebook {
    background: #1877f2;
}

.social-link--instagram {
    background: radial-gradient(circle at 30% 30%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-link:hover,
.social-link:focus {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(15, 114, 216, 0.28);
    filter: brightness(1.05);
}

/*
    Template:       airi
    Theme Name:     Airi Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Clean, Minimal WooCommerce Theme
    Version:        1.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License:        GNU General Public License
    License URI:    licence/GPL.txt
    Text Domain:    airi-child
    Domain Path:    /languages/
*/

.meteo-viewport {
    position: relative;
    display: flex;
    align-items: flex-start;
    background-color: #ffffff;
    padding: 15px 0 60px;
}

.meteo-viewport::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 20%, rgba(30, 111, 198, 0.12), rgba(255, 255, 255, 0)),
                radial-gradient(circle at 80% 15%, rgba(0, 135, 174, 0.12), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.meteo-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
}

.meteo-header {
    max-width: 680px;
}

.meteo-header__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(6, 66, 115, 0.08);
    color: #064273;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 13px;
}

.meteo-header__title {
    margin: 18px 0 14px;
    font-size: clamp(36px, 5vw, 52px);
    line-height: 1.1;
    color: #042e50;
    letter-spacing: -0.02em;
}

.meteo-header__lead {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #30536f;
    max-width: 580px;
}

.meteo-dashboard {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 48px;
    align-items: start;
}

.meteo-dashboard__intro {
    display: flex;
    flex-direction: column;
    gap: 42px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.meteo-dashboard__intro.meteo-dashboard--ready {
    opacity: 1;
    transform: translateY(0);
}

.meteo-dashboard__cards {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.meteo-overview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px;
    border-radius: 18px;
    background: #f2f8ff;
    border: 1px solid rgba(9, 84, 180, 0.16);
    box-shadow: 0 14px 30px rgba(9, 84, 180, 0.08);
}

.meteo-overview__location {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.meteo-overview__location span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #064273;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.meteo-overview__timestamp {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
    color: #30536f;
    font-size: 15px;
}

.meteo-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.meteo-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(6, 66, 115, 0.08);
    box-shadow: 0 10px 26px rgba(6, 66, 115, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.meteo-card:hover,
.meteo-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(6, 66, 115, 0.12);
}

.meteo-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f72d8, #0fa0d8);
    color: #ffffff;
    font-size: 22px;
}

.meteo-card__title {
    margin: 0;
    font-size: 32px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #042e50;
    text-align: center;
    font-weight: 700;
}

.meteo-card__value {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 40px;
    font-weight: 700;
    color: #031b33;
    text-align: center;
}

.meteo-card__value--condensed {
    font-size: 28px;
}

.meteo-weather-icon {
    font-size: 38px;
    color: #0f72d8;
}

.meteo-card__unit {
    font-size: 24px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f72d8;
    font-weight: 600;
    text-align: center;
}

.meteo-card__meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: rgba(4, 46, 80, 0.72);
    text-align: center;
}
.meteo-card--wind .meteo-card__meta {
    font-size: 18px;
}
.meteo-card--weather .meteo-card__meta [data-meteo-field="temperature"] {
    font-size: 24px;
    font-weight: 700;
}

.meteo-card__meta--stacked {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.meteo-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(15, 114, 216, 0.15);
    color: #0f72d8;
    transition: transform 0.35s ease;
}
.meteo-card--wind .meteo-arrow {
    width: 28px;
    height: 28px;
    font-size: 20px;
}

.meteo-card__footnote {
    margin-top: auto;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(6, 66, 115, 0.6);
}

.meteo-dashboard__map {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-self: stretch;
}

.meteo-map {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(9, 84, 180, 0.16);
    box-shadow: 0 20px 40px rgba(9, 84, 180, 0.12);
}

.meteo-map iframe {
    display: block;
    width: 100%;
    min-height: 520px;
    border: none;
}

.meteo-map__caption {
    margin: 0;
    padding: 12px 18px 16px;
    background: #f2f8ff;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #064273;
}

.meteo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.meteo-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f72d8, #0fa0d8);
    color: #ffffff !important;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(15, 114, 216, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.meteo-button:hover,
.meteo-button:focus {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(15, 114, 216, 0.32);
}

.meteo-button--ghost {
    background: rgba(15, 114, 216, 0.1);
    color: #0f72d8 !important;
    box-shadow: none;
}

.meteo-button--ghost:hover,
.meteo-button--ghost:focus {
    box-shadow: 0 12px 24px rgba(15, 114, 216, 0.18);
}

.footer-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}

.footer-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 28px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 12px;
}

.footer-nav__list a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-nav__list a:hover,
.footer-nav__list a:focus {
    color: rgba(6, 66, 115, 0.7);
}


.corso-specs {
    margin-top: 32px;
    padding: 28px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(242, 248, 255, 0.8) 0%, rgba(255, 255, 255, 0.95) 100%);
    border: 1px solid rgba(9, 84, 180, 0.12);
    box-shadow: 0 14px 28px rgba(6, 66, 115, 0.08);
}

.corso-specs__header h4 {
    margin: 0;
    font-size: 24px;
    color: #042e50;
    letter-spacing: 0.02em;
}

.corso-specs__header p {
    margin: 10px 0 0;
    color: #30536f;
    font-size: 15px;
}

.corso-specs__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 22px 0 26px;
}

.corso-specs__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(15, 114, 216, 0.12);
    color: #0f72d8;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 13px;
}

.corso-specs__table-wrap {
    overflow-x: auto;
}

.corso-specs__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    background: #ffffff;
}

.corso-specs__table th,
.corso-specs__table td {
    text-align: left;
    font-size: 15px;
}

.corso-specs__table--horizontal thead th {
    padding: 18px 20px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    color: #064273;
    text-align: center;
    border-bottom: 2px solid rgba(6, 66, 115, 0.15);
}

.corso-specs__table--horizontal tbody td {
    padding: 22px 20px;
    vertical-align: top;
    border-bottom: none;
    border-right: 1px solid rgba(6, 66, 115, 0.08);
}

.corso-specs__table--horizontal tbody td:last-child {
    border-right: none;
}

.corso-specs__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #30536f;
}

.corso-specs__list li {
    position: relative;
    padding-left: 18px;
}

.corso-specs__list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #0f72d8;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .corso-specs__table {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .corso-specs {
        padding: 22px;
    }

    .corso-specs__highlights {
        flex-direction: column;
        align-items: flex-start;
    }

    .corso-specs__table--horizontal {
        border-collapse: separate;
    }

    .corso-specs__table--horizontal thead {
        display: none;
    }

    .corso-specs__table--horizontal tbody tr {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .corso-specs__table--horizontal tbody td {
        border-right: none;
        border: 1px solid rgba(6, 66, 115, 0.12);
        border-radius: 18px;
        padding: 18px 24px 20px 24px;
        background: rgba(242, 248, 255, 0.6);
    }

    .corso-specs__table--horizontal tbody td::before {
        content: attr(data-title);
        display: block;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #064273;
        margin-bottom: 10px;
    }
}

.corso-equip {
    margin-top: 40px;
    padding: 30px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(242, 248, 255, 0.9) 100%);
    border: 1px solid rgba(9, 84, 180, 0.1);
    box-shadow: 0 16px 34px rgba(6, 66, 115, 0.08);
}

.corso-equip__header h4 {
    margin: 0;
    font-size: 24px;
    color: #042e50;
    letter-spacing: 0.02em;
}

.corso-equip__header p {
    margin: 10px 0 24px;
    color: #30536f;
    font-size: 15px;
}

.corso-equip__table-wrap {
    overflow-x: auto;
}

.corso-equip__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 560px;
    background: #ffffff;
}

.corso-equip__table th,
.corso-equip__table td {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(6, 66, 115, 0.12);
    vertical-align: top;
}

.corso-equip__table th {
    width: 24%;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #064273;
    font-weight: 600;
}

.corso-equip__table tr:last-child th,
.corso-equip__table tr:last-child td {
    border-bottom: none;
}

.corso-equip__list {
    list-style: none;
    margin-left: 15px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #30536f;
}

.corso-equip__list li {
    position: relative;
    padding-left: 18px;
}

.corso-equip__list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #0f72d8;
    font-weight: 700;
}

.corso-equip__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    background: rgba(15, 114, 216, 0.16);
    color: #0f72d8;
    font-size: 16px;
    box-shadow: 0 6px 16px rgba(6, 66, 115, 0.18);
}

.corso-equip__icon .fa {
    line-height: 1;
}

@media (max-width: 768px) {
    .corso-equip {
        padding: 24px;
    }

    .corso-equip__table {
        min-width: 100%;
    }

    .corso-equip__table thead {
        display: none;
    }

    .corso-equip__table tbody tr {
        display: block;
        border-bottom: 1px solid rgba(6, 66, 115, 0.12);
        padding: 12px 0;
    }

    .corso-equip__table tbody tr:last-child {
        border-bottom: none;
    }

    .corso-equip__table th,
    .corso-equip__table td {
        display: block;
        width: 100%;
        border: none;
        padding: 10px 6px;
    }

    .corso-equip__table th {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .corso-equip__icon {
        margin-bottom: 6px;
        margin-right: 8px;
    }
}

.

#galeria-blueju .wpb_image_grid_ul {
    list-style: none;
    margin: -5px;
    padding: 0;
}

#galeria-blueju .wpb_image_grid_ul li {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    border: 3px solid rgba(15, 114, 216, 0.18);
    box-shadow: 0 18px 32px rgba(6, 66, 115, 0.16);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#galeria-blueju .wpb_image_grid_ul li:hover,
#galeria-blueju .wpb_image_grid_ul li:focus-within {
    transform: translateY(-6px);
    border-color: rgba(15, 114, 216, 0.4);
    box-shadow: 0 22px 40px rgba(6, 66, 115, 0.2);
}

#galeria-blueju .wpb_image_grid_ul li a {
    display: block;
    height: 100%;
}

#galeria-blueju .wpb_image_grid_ul img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

#galeria-blueju .wpb_image_grid_ul li:hover img,
#galeria-blueju .wpb_image_grid_ul li:focus-within img {
    transform: scale(1.05);
}

.home-feature-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 30px 28px;
    border-radius: 24px;
    background: linear-gradient(140deg, rgba(4, 46, 80, 0.06), rgba(15, 114, 216, 0.08)), #ffffff;
    border: 1px solid rgba(9, 84, 180, 0.16);
    box-shadow: 0 22px 40px rgba(4, 46, 80, 0.12);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-feature-card:hover,
.home-feature-card:focus-within {
    transform: translateY(-6px);
    box-shadow: 0 26px 46px rgba(4, 46, 80, 0.16);
}

.home-feature-card__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.home-feature-card__label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    max-width: fit-content;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(15, 114, 216, 0.12);
    color: #0f4c81;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}

.home-feature-card__title {
    margin: 0;
    font-size: clamp(28px, 4vw, 36px);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #042e50;
}

.home-feature-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(4, 46, 80, 0.78);
}

.home-feature-card__icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #3a4a5d;
    box-shadow: 0 12px 26px rgba(4, 46, 80, 0.12);
}

.home-feature-card__icon--passion {
    background: linear-gradient(135deg, rgba(255, 224, 228, 0.95), rgba(255, 204, 213, 0.95));
    color: #9a2330;
}

.home-feature-card__icon--live {
    background: linear-gradient(135deg, rgba(216, 238, 255, 0.95), rgba(198, 232, 255, 0.95));
    color: #176aa0;
}

.home-feature-card__icon--experience {
    background: linear-gradient(135deg, rgba(255, 239, 204, 0.95), rgba(255, 227, 178, 0.95));
    color: #9a6a12;
}

.home-feature-card__icon .fa {
    line-height: 1;
}

@media (max-width: 767px) {
    .home-feature-card {
        gap: 16px;
        padding: 26px 22px;
    }
}

.home .banner--image,
.home .banner--image .loop__item__thumbnail--bkg {
    border-radius: 22px;
}

.home .banner--image {
    overflow: hidden;
}

#mdt-features {
    margin-left: -12px;
    margin-right: -12px;
}

#mdt-features > .wpb_column {
    padding-left: 12px;
    padding-right: 12px;
}

#mdt-features .vc_column-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#mdt-features .vc_column-inner > .wpb_wrapper,
#mdt-features .wpb_raw_code > .wpb_wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#mdt-features .home-feature-card {
    height: 100%;
    flex: 1;
}

@media (max-width: 767px) {
    #mdt-features {
        margin-left: -8px;
        margin-right: -8px;
    }

    #mdt-features > .wpb_column {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 18px;
    }

    #mdt-features > .wpb_column:last-of-type {
        margin-bottom: 0;
    }
}

.hero-slider-wrapper {
    position: relative;
}

.mobile-hero-socials {
    display: none;
}

.mobile-hero-socials a {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 6px;
    box-shadow: 0 14px 30px rgba(15, 114, 216, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mobile-hero-socials .social-link__icon {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
}

.mobile-hero-socials a:hover,
.mobile-hero-socials a:focus {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(15, 114, 216, 0.34);
}

.cookie-consent {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 12000;
}

.cookie-consent.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.cookie-consent__overlay {
    position: absolute;
    inset: 0;
    background: rgba(4, 46, 80, 0.55);
    backdrop-filter: blur(2px);
}

.cookie-consent__modal {
    position: relative;
    width: min(540px, 92vw);
    background: #f8fbff;
    border-radius: 26px;
    padding: 32px 28px 26px;
    border: 1px solid rgba(15, 114, 216, 0.18);
    box-shadow: 0 32px 70px rgba(4, 46, 80, 0.24);
    transform: translateY(24px) scale(0.98);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
    text-align: center;
}

.cookie-consent.is-visible .cookie-consent__modal {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.cookie-consent__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(15, 114, 216, 0.12);
    color: #0f72d8;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 12px;
}

.cookie-consent__title {
    margin: 18px 0 10px;
    font-size: clamp(22px, 4vw, 30px);
    color: #042e50;
    letter-spacing: -0.01em;
    font-weight: 600;
}

.cookie-consent__copy {
    margin: 0 0 16px;
    color: rgba(4, 46, 80, 0.78);
    line-height: 1.6;
    font-size: 15px;
}

.cookie-consent__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
    margin-bottom: 22px;
    font-size: 14px;
}

.cookie-consent__links a {
    color: #0f72d8;
    text-decoration: none;
    font-weight: 600;
}

.cookie-consent__links a:hover,
.cookie-consent__links a:focus {
    text-decoration: underline;
}

.cookie-consent__actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cookie-consent__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 14px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    width: 100%;
}

.cookie-consent__btn--primary {
    background: linear-gradient(135deg, #0f72d8, #0fa0d8);
    color: #fff;
    box-shadow: 0 18px 36px rgba(15, 114, 216, 0.28);
}

.cookie-consent__btn--primary:hover,
.cookie-consent__btn--primary:focus {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(15, 114, 216, 0.32);
}

.cookie-consent__btn--ghost {
    background: rgba(15, 114, 216, 0.12);
    color: #0f72d8;
    box-shadow: none;
}

.cookie-consent__btn--ghost:hover,
.cookie-consent__btn--ghost:focus {
    background: rgba(15, 114, 216, 0.18);
}

body.cookie-consent-open {
    overflow: hidden;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 12px auto;
}

@media (max-width: 480px) {
    .cookie-consent__modal {
        padding: 28px 22px 24px;
    }

    .cookie-consent__actions {
        gap: 12px;
    }
}

@media (max-width: 767px) {
    .site-header-mobile .header_component--link {
        display: none;
    }

    .site-header-mobile .header_component--link.ig-mobile {
        display: inline-flex;
    }

    .mobile-hero-socials {
        display: flex;
        position: absolute;
        top: 14px;
        right: 14px;
        gap: 10px;
        z-index: 30;
    }

    .cta-btn {
        display: inline-flex;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-align-left {
        text-align: center;
    }
}

.rev-btn.LaBtnOutlineBlack {
    background: linear-gradient(135deg, #0f72d8, #0fa0d8) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 15px 32px !important;
    box-shadow: 0 18px 36px rgba(15, 114, 216, 0.28) !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600 !important;
}

.rev-btn.LaBtnOutlineBlack:hover,
.rev-btn.LaBtnOutlineBlack:focus {
    background: linear-gradient(135deg, #0fa0d8, #0f72d8) !important;
    color: #fff !important;
    box-shadow: 0 22px 42px rgba(15, 114, 216, 0.34) !important;
}

.contact-location-card {
    position: relative;
    padding: 30px 28px;
    border-radius: 26px;
    background: linear-gradient(160deg, rgba(15, 114, 216, 0.16), rgba(4, 46, 80, 0.08)) , #ffffff;
    border: 1px solid rgba(15, 114, 216, 0.18);
    box-shadow: 0 24px 54px rgba(4, 46, 80, 0.18);
    overflow: hidden;
    margin-bottom: 26px;
}

.contact-location-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(15, 114, 216, 0.18), transparent 55%);
    pointer-events: none;
}

.contact-location-card__header {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-location-card__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(4, 46, 80, 0.12);
    color: #042e50;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 12px;
}

.contact-location-card__title {
    margin: 0;
    font-size: clamp(26px, 4vw, 34px);
    color: #042e50;
    font-weight: 700;
    letter-spacing: -0.015em;
}

.contact-location-card__address {
    position: relative;
    z-index: 1;
    margin: 20px 0 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-style: normal;
    color: rgba(4, 46, 80, 0.82);
    font-size: 16px;
    line-height: 1.6;
}

.contact-location-card__phone {
    font-weight: 600;
    color: #0f72d8;
    text-decoration: none;
}

.contact-location-card__phone:hover,
.contact-location-card__phone:focus {
    text-decoration: underline;
}

.contact-location-card__cta {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 999px;
    text-decoration: none;
    background: linear-gradient(135deg, #0f72d8, #0fa0d8);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: 0 20px 36px rgba(15, 114, 216, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-location-card__cta:hover,
.contact-location-card__cta:focus {
    transform: translateY(-2px);
    box-shadow: 0 24px 42px rgba(15, 114, 216, 0.32);
    color: #ffffff;
}

.contact-location-card__map {
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 24px 54px rgba(4, 46, 80, 0.16);
    position: relative;
    border: 1px solid rgba(15, 114, 216, 0.14);
}

.contact-location-card__map iframe {
    display: block;
    width: 100%;
}

.contact-location-card__map::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 24px;
    border: 2px solid rgba(15, 114, 216, 0.32);
    mix-blend-mode: screen;
}

.contact-socials {
    display: flex;
    gap: 16px;
}

.contact-socials__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(15, 76, 129, 0.22);
    padding: 6px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-socials__link img,
.contact-socials__icon {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
}

.contact-socials__link:hover,
.contact-socials__link:focus {
    transform: translateY(-4px);
    box-shadow: 0 20px 36px rgba(15, 76, 129, 0.28);
}

.mobile-lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(4, 46, 80, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 18px;
    z-index: 13000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.mobile-lightbox-overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.mobile-lightbox-overlay img {
    max-width: 100%;
    max-height: calc(100vh - 120px);
    border-radius: 18px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.mobile-lightbox-overlay__close {
    position: absolute;
    top: 18px;
    right: 18px;
    border: none;
    background: rgba(255, 255, 255, 0.92);
    color: #042e50;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(4, 46, 80, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mobile-lightbox-overlay__close:hover,
.mobile-lightbox-overlay__close:focus {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(4, 46, 80, 0.28);
}

body.mobile-lightbox-open {
    overflow: hidden;
}

@media (max-width: 1199px) {
    .meteo-dashboard {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

    .meteo-dashboard__map {
        order: 2;
    }
}

@media (max-width: 991px) {
    .meteo-viewport {
        padding: 15px 0 15px;
    }

    .meteo-dashboard__intro {
        gap: 36px;
    }

    .meteo-map iframe {
        min-height: 420px;
    }

    .contact-location-card {
        padding: 26px 22px;
    }
}

@media (max-width: 576px) {
    .meteo-header__title {
        font-size: 32px;
    }

    .meteo-overview {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .meteo-overview__timestamp {
        align-items: flex-start;
    }

    .meteo-card {
        padding: 20px;
    }

    .meteo-card__value {
        font-size: 24px;
    }

    .meteo-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

.events-simple {
    display: grid;
    gap: 28px;
    margin-top: 40px;
}

.events-simple__intro {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #30536f;
    text-align: center;
}

.events-simple__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 26px;
}

.events-simple__card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(15, 114, 216, 0.12);
    box-shadow: 0 14px 28px rgba(4, 46, 80, 0.12);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.events-simple__card:hover,
.events-simple__card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(4, 46, 80, 0.16);
}

.events-simple__media img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.events-simple__body {
    padding: 24px 26px 28px;
    display: grid;
    gap: 14px;
}

.events-simple__body h3 {
    margin: 0;
    font-size: 22px;
    color: #042e50;
}

.events-simple__body p {
    margin: 0;
    color: #30536f;
}

.events-simple__body ul {
    margin: 0;
    padding-left: 18px;
    color: #30536f;
    display: grid;
    gap: 6px;
}

.events-simple__card .cta-btn {
    align-self: flex-start;
    margin-top: 4px;
}

@media (max-width: 576px) {
    .events-simple__intro {
        text-align: left;
    }
}

#galeria-blueju .wpb_image_grid_ul {
    list-style: none;
    margin: -5px;
    padding: 0;
}

#galeria-blueju .wpb_image_grid_ul li {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    border: 3px solid rgba(15, 114, 216, 0.18);
    box-shadow: 0 18px 32px rgba(6, 66, 115, 0.16);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#galeria-blueju .wpb_image_grid_ul li:hover,
#galeria-blueju .wpb_image_grid_ul li:focus-within {
    transform: translateY(-6px);
    border-color: rgba(15, 114, 216, 0.4);
    box-shadow: 0 22px 40px rgba(6, 66, 115, 0.2);
}

#galeria-blueju .wpb_image_grid_ul li a {
    display: block;
    height: 100%;
}

#galeria-blueju .wpb_image_grid_ul img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

#galeria-blueju .wpb_image_grid_ul li:hover img,
#galeria-blueju .wpb_image_grid_ul li:focus-within img {
    transform: scale(1.05);
}
.has-latitud-background body,
body {
    background-color: #f4f8ff;
}

/* ✅ Forzar responsive real en móvil */
@media (max-width: 767px) {
    body.airi-body.body-boxed #page.site {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.home-reviews {
    position: relative;
    margin: 80px auto;
    padding: 48px 52px;
    border-radius: 32px;
    background: linear-gradient(140deg, rgba(15, 114, 216, 0.1), rgba(4, 46, 80, 0.08)), #ffffff;
    border: 1px solid rgba(15, 114, 216, 0.14);
    box-shadow: 0 30px 64px rgba(4, 46, 80, 0.18);
    overflow: hidden;
}

.home-reviews__header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.home-reviews__brand {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    box-shadow: 0 18px 36px rgba(15, 114, 216, 0.25);
}

.home-reviews__brand img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
}

.home-reviews__meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.home-reviews__title {
    margin: 0;
    font-size: clamp(26px, 4vw, 34px);
    color: #042e50;
    font-weight: 700;
    letter-spacing: -0.015em;
}

.home-reviews__meta-label {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(4, 46, 80, 0.7);
    font-weight: 600;
}

.home-reviews__score {
    display: flex;
    align-items: center;
    gap: 18px;
}

.home-reviews__rating {
    font-size: clamp(44px, 6vw, 56px);
    font-weight: 700;
    color: #042e50;
    line-height: 1;
}

.home-reviews__stars {
    display: inline-flex;
    gap: 4px;
}

.home-reviews__stars span {
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23fbbc04" d="M10 1.5 12.7 7l6.1.6-4.6 4 1.4 6-5.6-3.2L4.4 17.6l1.4-6-4.6-4L7.3 7z"/></svg>') no-repeat center/contain;
}

.home-reviews__count {
    margin: 0;
    color: rgba(4, 46, 80, 0.7);
    font-size: 15px;
}

.home-reviews__cta {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f72d8, #0fa0d8);
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 18px 36px rgba(15, 114, 216, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-reviews__cta:hover,
.home-reviews__cta:focus {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(15, 114, 216, 0.32);
    color: #ffffff;
}

.home-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-reviews__card {
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid rgba(15, 114, 216, 0.12);
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 16px 34px rgba(4, 46, 80, 0.12);
}

.home-reviews__card-header {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.home-reviews__name {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #042e50;
}

.home-reviews__date {
    font-size: 13px;
    color: rgba(4, 46, 80, 0.6);
}

.home-reviews__text {
    margin: 0;
    color: rgba(4, 46, 80, 0.78);
    line-height: 1.6;
    font-size: 15px;
}

.home-reviews__stars-row {
    display: inline-flex;
    gap: 4px;
}

.home-reviews__stars-row span {
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23fbbc04" d="M10 1.5 12.7 7l6.1.6-4.6 4 1.4 6-5.6-3.2L4.4 17.6l1.4-6-4.6-4L7.3 7z"/></svg>') no-repeat center/contain;
}

@media (max-width: 991px) {
    .home-reviews {
        padding: 40px 34px;
    }

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

    .home-reviews__cta {
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .home-reviews {
        padding: 32px 22px;
    }

    .home-reviews__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-reviews__grid {
        grid-template-columns: minmax(0, 1fr);
    }
}


.contact-social-card {
    position: relative;
    padding: 28px 26px;
    border-radius: 24px;
    background: linear-gradient(150deg, rgba(15, 114, 216, 0.12), rgba(4, 46, 80, 0.08)), #ffffff;
    border: 1px solid rgba(15, 114, 216, 0.16);
    box-shadow: 0 24px 52px rgba(4, 46, 80, 0.18);
    margin-bottom: 26px;
    overflow: hidden;
}

.contact-social-card__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

.contact-social-card__eyebrow {
    display: inline-flex;
    padding: 5px 14px;
    border-radius: 999px;
    background: rgba(4, 46, 80, 0.12);
    color: #042e50;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 12px;
}

.contact-social-card__title {
    margin: 0;
    font-size: clamp(24px, 3.6vw, 32px);
    color: #042e50;
    font-weight: 700;
    letter-spacing: -0.015em;
}

.contact-social-card__lead {
    margin: 0;
    font-size: 15px;
    color: rgba(4, 46, 80, 0.78);
    line-height: 1.6;
}

.contact-social-card__links {
    display: inline-flex;
}

.contact-socials {
    display: inline-flex;
    gap: 16px;
}

.contact-socials__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(15, 114, 216, 0.22);
    padding: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-socials__icon {
    width: 100%;
    height: 100%;
    border-radius: 14px;
}

.contact-socials__link:hover,
.contact-socials__link:focus {
    transform: translateY(-4px);
    box-shadow: 0 20px 38px rgba(15, 114, 216, 0.28);
}

@media (max-width: 767px) {
    .contact-social-card {
        padding: 24px 22px;
    }

    .contact-social-card__links {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contact-socials {
        width: 100%;
        justify-content: center;
    }
}
