/* ============================================================
   Guido — custom styles  (palette: Menta Elettrica)
   Caricato dopo style.css di Elijah.
   Token palette definiti in default.hbs come CSS custom props:
     --guido-green       #0ECB81
     --guido-green-dark  #0AA86A
     --guido-purple      #5D40DD
     --guido-bg          #F5F5F0
     --guido-black       #1A1A1A
   ============================================================ */

/* ---- Override Elijah globali ---- */
a { color: var(--guido-green-dark); }
a:hover { color: var(--guido-green); }

.button,
.gh-head-button,
.hero-section .btn {
    background-color: var(--guido-green) !important;
    color: #fff !important;
    border-color: var(--guido-green) !important;
}
.button:hover,
.gh-head-button:hover {
    background-color: var(--guido-green-dark) !important;
    border-color: var(--guido-green-dark) !important;
}

/* ---- Country switcher (nav) ---- */
.country-switcher {
    position: relative;
    margin-right: 14px;
}
.country-switcher__toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1.5px solid rgba(26, 26, 26, 0.15);
    border-radius: 999px;
    padding: 6px 12px;
    font: 700 12px/1 var(--body-font, system-ui);
    letter-spacing: .06em;
    color: var(--guido-black);
    cursor: pointer;
    transition: border-color .15s, background .15s;
}
.country-switcher__toggle:hover {
    border-color: var(--guido-green);
    background: rgba(14, 203, 129, 0.08);
}
.country-switcher__flag { font-size: 16px; line-height: 1; }
.country-switcher__label { letter-spacing: .06em; }
.country-switcher__caret {
    opacity: .5;
    transition: transform .15s;
}
.country-switcher.is-open .country-switcher__caret { transform: rotate(180deg); }

.country-switcher__menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(26, 26, 26, 0.1);
    padding: 6px;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .15s, transform .15s, visibility .15s;
    z-index: 200;
}
.country-switcher.is-open .country-switcher__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.country-switcher__menu a {
    display: block;
    padding: 9px 14px;
    border-radius: 9px;
    color: var(--guido-black);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background .12s;
}
.country-switcher__menu a:hover {
    background: rgba(14, 203, 129, 0.1);
    color: var(--guido-green-dark);
}

/* Dark mode switcher */
.dark-layout .country-switcher__toggle {
    color: #F5F5F0;
    border-color: rgba(245, 245, 240, 0.15);
}
.dark-layout .country-switcher__toggle:hover {
    border-color: var(--guido-green);
}
.dark-layout .country-switcher__menu {
    background: #1b222f;
    border-color: rgba(255, 255, 255, 0.08);
}
.dark-layout .country-switcher__menu a { color: #e6e9ef; }
.dark-layout .country-switcher__menu a:hover { color: var(--guido-green); }
/* Voci disabilitate nel country switcher */
.country-switcher__item--soon {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    color: #aaa;
    cursor: default;
    pointer-events: none;
}
.country-switcher__soon-badge {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    white-space: nowrap;
    background: rgba(14, 203, 129, 0.12);
    color: var(--guido-green-dark, #0aaa69);
    padding: 2px 6px;
    border-radius: 20px;
    margin-left: auto;
    line-height: 1.6;
}
.dark-layout .country-switcher__item--soon { color: #555; }
.dark-layout .country-switcher__soon-badge { background: rgba(14, 203, 129, 0.08); color: var(--guido-green); }

/* ---- Nascondi footer Elijah sulla homepage globale (/ → data-country="global") ---- */
html[data-country="global"] .site-footer { display: none; }

/* ---- Global homepage top bar ---- */
.guido-topbar {
    background: var(--guido-bg);
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
    position: sticky;
    top: 0;
    z-index: 150;
}
.guido-topbar .container-xxl {
    gap: 0.25rem;
    padding-left: 20px;
    padding-right: 20px;
}
.guido-topbar__brand {
    flex-shrink: 0;
    margin-right: auto;   /* spinge tutto il resto a destra */
    padding-right: 16px;
}
.guido-topbar__brand img {
    display: block;
    height: 28px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}
.guido-topbar__brand strong { display: block; font-size: 18px; }

/* ---- Global homepage layout ---- */
.guido-home {
    background: var(--guido-bg);
    min-height: 100vh;
}

/* ---- Hero ---- */
.guido-hero {
    padding: 80px 24px 40px;
    text-align: center;
}
.guido-hero__eyebrow {
    display: inline-block;
    font: 800 11px/1 var(--body-font);
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--guido-green);
    background: rgba(14, 203, 129, 0.1);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 24px;
}
.guido-hero__title {
    font: 900 clamp(32px, 5vw, 60px) / 1.08 var(--heading-font);
    color: var(--guido-black);
    margin: 0 auto 18px;
    max-width: 860px;
    letter-spacing: -.02em;
}
.guido-hero__title em {
    font-style: normal;
    color: var(--guido-green);
}
.guido-hero__subtitle {
    font: 400 18px/1.6 var(--body-font);
    color: rgba(26, 26, 26, 0.6);
    max-width: 560px;
    margin: 0 auto;
}

/* ---- Planisfero ---- */
.guido-map {
    max-width: 1200px;
    margin: 10px auto 20px;
    padding: 0 24px;
}
.guido-map__wrap {
    position: relative;
    width: 100%;
    line-height: 0; /* elimina gap sotto img */
}
.guido-map__img {
    width: 100%;
    height: auto;
    display: block;
    /* La mappa dot-matrix è bianca su sfondo trasparente:
       la tingiamo del colore land via filter in dark mode */
}
.dark-layout .guido-map__img {
    filter: invert(1) brightness(0.25);
}

/* Pin — ancorati a % del contenitore con transform per centrare */
.guido-map__pin {
    position: absolute;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}
/* Cerchio pulsante */
.guido-map__pin-halo {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--guido-green);
    opacity: .3;
    animation: guidoPulse 2.6s ease-out infinite;
    pointer-events: none;
}
/* Pallino centrale */
.guido-map__pin-dot {
    display: block;
    width: 12px; height: 12px;
    border-radius: 50%;
    background: var(--guido-green);
    border: 2.5px solid var(--guido-bg);
    box-shadow: 0 0 0 2px var(--guido-green);
    position: relative;
    z-index: 1;
    transition: transform .2s;
}
.guido-map__pin:hover .guido-map__pin-dot {
    transform: scale(1.4);
}
/* Etichetta paese */
.guido-map__pin-label {
    display: block;
    margin-top: 6px;
    font: 800 11px/1 var(--body-font);
    letter-spacing: .08em;
    color: var(--guido-black);
    background: #fff;
    border: 1px solid rgba(14, 203, 129, 0.3);
    border-radius: 999px;
    padding: 3px 8px;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    transition: background .15s, color .15s;
}
.guido-map__pin:hover .guido-map__pin-label {
    background: var(--guido-green);
    color: #fff;
    border-color: var(--guido-green);
}
.dark-layout .guido-map__pin-label {
    background: #1b222f;
    color: #F5F5F0;
}
.dark-layout .guido-map__pin:hover .guido-map__pin-label {
    background: var(--guido-green);
    color: #fff;
}

@keyframes guidoPulse {
    0%   { transform: translate(-50%,-50%) scale(1);   opacity: .4; }
    70%  { transform: translate(-50%,-50%) scale(3);   opacity: 0; }
    100% { transform: translate(-50%,-50%) scale(3);   opacity: 0; }
}

/* ---- Guido wanderers (animazione mappa) ---- */
.guido-wanderers {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 10;
}
.guido-wanderer {
    position: absolute;
    transform: translate(-50%, -100%); /* ancora in basso-centro */
    width: clamp(48px, 5%, 80px);
    opacity: 0;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.25));
    transition: opacity .35s ease, transform .35s cubic-bezier(.34,1.56,.64,1);
    /* parte leggermente più piccolo e in basso */
    transform: translate(-50%, -80%) scale(0.7);
}
.guido-wanderer.is-visible {
    opacity: 1;
    transform: translate(-50%, -100%) scale(1);
}
.guido-wanderer.is-leaving {
    opacity: 0;
    transform: translate(-50%, -115%) scale(0.8);
    transition: opacity .4s ease, transform .4s ease;
}
.guido-wanderer img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    user-select: none;
}

/* ---- Country cards ---- */
.guido-countries { padding: 40px 0 100px; }
.guido-countries__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.guido-card {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #fff;
    border: 1.5px solid rgba(26, 26, 26, 0.08);
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    position: relative;
    overflow: hidden;
}
/* Barra colore in cima alle card */
.guido-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--guido-green);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
    border-radius: 20px 20px 0 0;
}
.guido-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(14, 203, 129, 0.12);
    border-color: rgba(14, 203, 129, 0.35);
    color: inherit;
}
.guido-card:hover::before { transform: scaleX(1); }

.guido-card__flag  { font-size: 44px; line-height: 1; margin-bottom: 18px; }
.guido-card__name  { font: 900 24px/1.15 var(--heading-font); color: var(--guido-black); margin: 0 0 10px; letter-spacing: -.01em; }
.guido-card__desc  { font: 400 15px/1.6 var(--body-font); color: rgba(26, 26, 26, 0.6); margin: 0 0 24px; flex: 1; }
.guido-card__cta   {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font: 700 13px/1 var(--body-font);
    color: var(--guido-green-dark);
    letter-spacing: .03em;
    text-transform: uppercase;
}
.guido-card__cta svg { transition: transform .2s; }
.guido-card:hover .guido-card__cta svg { transform: translateX(5px); }

/* Card "coming soon" */
.guido-card--soon {
    opacity: .5;
    pointer-events: none;
    cursor: default;
}
.guido-card__badge {
    position: absolute;
    top: 18px; right: 18px;
    font: 800 9px/1 var(--body-font);
    text-transform: uppercase;
    letter-spacing: .16em;
    background: var(--guido-black);
    color: var(--guido-bg);
    padding: 6px 10px;
    border-radius: 999px;
}

/* Dark mode cards */
.dark-layout .guido-card {
    background: #1b222f;
    border-color: rgba(255, 255, 255, 0.07);
}
.dark-layout .guido-card:hover {
    border-color: rgba(14, 203, 129, 0.4);
    box-shadow: 0 20px 50px rgba(14, 203, 129, 0.1);
}
.dark-layout .guido-card__name { color: #F5F5F0; }
.dark-layout .guido-card__desc { color: rgba(245, 245, 240, 0.55); }
.dark-layout .guido-card__badge { background: #F5F5F0; color: #1A1A1A; }

/* ---- Footer minimale (solo homepage globale) ---- */
.guido-minimal-footer {
    background: var(--guido-bg);
}
.guido-minimal-footer small {
    color: rgba(26, 26, 26, 0.45);
    font-size: 13px;
}
.guido-minimal-footer a {
    color: rgba(26, 26, 26, 0.55);
    text-decoration: none;
}
.guido-minimal-footer a:hover { color: var(--guido-green); }

.dark-layout .guido-minimal-footer { background: #111418; }
.dark-layout .guido-minimal-footer small,
.dark-layout .guido-minimal-footer a { color: rgba(245, 245, 240, 0.4); }

/* ---- Responsive ---- */
@media (max-width: 640px) {
    .guido-hero { padding: 52px 16px 24px; }
    .guido-hero__title { font-size: clamp(28px, 8vw, 44px); }
    .guido-map  { padding: 0 12px; }
    .guido-countries { padding: 20px 0 64px; }
    .guido-countries__grid { padding: 0 16px; gap: 16px; }
    .guido-card { padding: 22px; }
}

/* ---- Hero headline: "dis" barrato come correzione editoriale ---- */
.hero-title s {
    text-decoration: line-through;
    text-decoration-color: rgba(220, 38, 38, 0.85);
    text-decoration-thickness: 6px;
    text-decoration-skip-ink: none;
    font-style: normal;
    opacity: 0.55;
}

/* ---- Featured section: nascosta se non ci sono post featured nella collection ---- */
.featured-posts:not(:has(.col-md-4)) { display: none; }

/* ---- Featured: larghezza adattiva a 1 / 2 / 3 post (quantity selectors) ---- */
/* 1 post → full width */
.guido-featured-row > .col-md-4:only-child {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
/* 2 post → metà ciascuno */
.guido-featured-row > .col-md-4:first-child:nth-last-child(2),
.guido-featured-row > .col-md-4:first-child:nth-last-child(2) ~ .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}
/* 3 post → Bootstrap col-md-4 (33%) già copre il caso */
/* Mobile: sempre full width, uno sopra l'altro */
@media (max-width: 767px) {
    .guido-featured-row > .col-md-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* Altezza fissa uguale per tutti: azzera il padding-bottom:100% di Elijah
   (che forza un box quadrato) e imposta altezza fissa.
   !important necessario perché style.css usa height:100% !important sull'img */
.guido-featured-row .image-bg .thumb-wrap {
    padding-bottom: 0 !important;
    height: 400px !important;
    position: relative;
    overflow: hidden;
}
.guido-featured-row .image-bg .thumb-wrap .post-card-image {
    height: 100% !important;
    object-fit: cover;
}

/* ---- Elijah desktop-nav: nascosta, il mobile sidebar rimane attivo ---- */
.elijah-nav-wrapper .desktop-nav { display: none !important; }
/* Azzera padding/margin dell'Elijah site-nav wrapper che ora è vuoto (solo mobile sidebar) */
.navigation.ms-4 { margin: 0 !important; }

/* ---- About Us link nell'header ---- */
.guido-header-about {
    font: 600 13px/1 var(--body-font, system-ui);
    color: var(--guido-black, #1A1A1A);
    text-decoration: none;
    letter-spacing: .02em;
    padding: 6px 10px;
    border-radius: 8px;
    transition: color .15s, background .15s;
    white-space: nowrap;
}
.guido-header-about:hover {
    color: var(--guido-green, #0ECB81);
    background: rgba(14, 203, 129, 0.08);
}
.dark-layout .guido-header-about { color: #F5F5F0; }
.dark-layout .guido-header-about:hover { color: var(--guido-green); }
/* Hamburger: nascosto su mobile (non c'è nav tradizionale su Guido) */
@media (max-width: 767px) {
    .hamburger-menus { display: none !important; }
    .gh-search { display: flex !important; }
    .search-bar { display: flex !important; }
    .guido-header-about { font-size: 12px; padding: 5px 8px; }
}

/* ---- [data-show] country visibility ---- */
[data-show] { display: none; }
html[data-country="global"] [data-show="global"] { display: block; }
html[data-country="it"]     [data-show="it"]     { display: block; }
html[data-country="uk"]     [data-show="uk"]     { display: block; }
html[data-country="br"]     [data-show="br"]     { display: block; }
html[data-country="co"]     [data-show="co"]     { display: block; }
html[data-country="cl"]     [data-show="cl"]     { display: block; }
html[data-country="ar"]     [data-show="ar"]     { display: block; }
/* <li data-show> nel footer: list-item per preservare il comportamento corretto */
li[data-show] { display: none; }
html[data-country="global"] li[data-show="global"] { display: list-item; }
html[data-country="it"]     li[data-show="it"]     { display: list-item; }
html[data-country="uk"]     li[data-show="uk"]     { display: list-item; }
html[data-country="br"]     li[data-show="br"]     { display: list-item; }
html[data-country="co"]     li[data-show="co"]     { display: list-item; }
html[data-country="cl"]     li[data-show="cl"]     { display: list-item; }
html[data-country="ar"]     li[data-show="ar"]     { display: list-item; }

/* Elijah applica background-image agli span dentro .hero-title via nth-child —
   azzeriamo tutto per i nostri span data-show (sono contenitori di testo, non icone) */
.hero-title span[data-show] {
    display: none;
    width: auto !important;
    height: auto !important;
    background-image: none !important;
    background-size: unset;
}
html[data-country="it"] .hero-title span[data-show="it"],
html[data-country="uk"] .hero-title span[data-show="uk"],
html[data-country="br"] .hero-title span[data-show="br"],
html[data-country="co"] .hero-title span[data-show="co"],
html[data-country="cl"] .hero-title span[data-show="cl"],
html[data-country="ar"] .hero-title span[data-show="ar"] {
    display: inline;
    background-image: none !important;
    width: auto !important;
    height: auto !important;
}

/* Sottotitolo */
.hero-subscribe-title span[data-show] { display: none; }
html[data-country="it"] .hero-subscribe-title span[data-show="it"],
html[data-country="uk"] .hero-subscribe-title span[data-show="uk"],
html[data-country="br"] .hero-subscribe-title span[data-show="br"],
html[data-country="co"] .hero-subscribe-title span[data-show="co"],
html[data-country="cl"] .hero-subscribe-title span[data-show="cl"],
html[data-country="ar"] .hero-subscribe-title span[data-show="ar"] { display: inline; }

/* CTA label sopra il form subscribe */
.guido-hero__cta-label {
    font: 700 14px/1.4 var(--body-font, system-ui);
    color: var(--guido-black, #1A1A1A);
    margin-bottom: 12px;
    letter-spacing: .01em;
}
.guido-hero__cta-label span[data-show] { display: none; }
html[data-country="it"] .guido-hero__cta-label span[data-show="it"],
html[data-country="uk"] .guido-hero__cta-label span[data-show="uk"],
html[data-country="br"] .guido-hero__cta-label span[data-show="br"],
html[data-country="co"] .guido-hero__cta-label span[data-show="co"],
html[data-country="cl"] .guido-hero__cta-label span[data-show="cl"],
html[data-country="ar"] .guido-hero__cta-label span[data-show="ar"] { display: inline; }
.dark-layout .guido-hero__cta-label { color: #F5F5F0; }

/* ---- Section title (Tutti gli articoli / All articles / …) ---- */
.guido-section-title {
    font: 800 13px/1 var(--body-font, system-ui);
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(26, 26, 26, 0.4);
    margin: 48px 0 28px;
}
.guido-section-title span[data-show] { display: none; }
html[data-country="it"] .guido-section-title span[data-show="it"],
html[data-country="uk"] .guido-section-title span[data-show="uk"],
html[data-country="br"] .guido-section-title span[data-show="br"],
html[data-country="co"] .guido-section-title span[data-show="co"],
html[data-country="cl"] .guido-section-title span[data-show="cl"],
html[data-country="ar"] .guido-section-title span[data-show="ar"] { display: inline; }
.dark-layout .guido-section-title { color: rgba(245, 245, 240, 0.35); }

/* ---- Tags section background ---- */
.top-tags {
    background-color: #E2F2EB !important;
}
.dark-layout .top-tags {
    background-color: #0f1c14 !important;
}

/* ---- Footer Guido ---- */
.guido-footer__brand {
    padding-bottom: 40px;
}
.guido-footer__brand a {
    display: inline-block;
    text-decoration: none;
}
.guido-footer__logo {
    display: block;
    height: 32px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}
.guido-footer__wordmark {
    display: block;
    font: 900 22px/1 var(--heading-font, system-ui);
    color: var(--guido-black, #1A1A1A);
    letter-spacing: .02em;
}
.dark-layout .guido-footer__wordmark { color: #F5F5F0; }
.dark-layout .guido-footer__logo { filter: brightness(0) invert(1); }

.guido-footer {
    background: #fff;
    border-top: 1px solid rgba(26, 26, 26, 0.08);
    padding: 60px 0 0;
    margin-top: 60px;
}
.guido-footer__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding-bottom: 48px;
}
.guido-footer__heading {
    font: 800 11px/1 var(--body-font, system-ui);
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(26, 26, 26, 0.4);
    margin: 0 0 16px;
}
.guido-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.guido-footer__links li { margin-bottom: 10px; }
.guido-footer__links a {
    font: 400 14px/1.4 var(--body-font, system-ui);
    color: var(--guido-black, #1A1A1A);
    text-decoration: none;
    transition: color .15s;
}
.guido-footer__links a:hover { color: var(--guido-green, #0ECB81); }

.guido-footer__divider {
    height: 1px;
    background: rgba(26, 26, 26, 0.08);
}
.guido-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0 32px;
    gap: 24px;
    flex-wrap: wrap;
}
.guido-footer__copy {
    font: 400 12px/1.5 var(--body-font, system-ui);
    color: rgba(26, 26, 26, 0.4);
    margin: 0;
}
.guido-footer__social {
    display: none; /* hidden until social accounts are configured */
}
.guido-footer__social--visible {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}
.guido-footer__social a {
    display: flex;
    align-items: center;
    color: rgba(26, 26, 26, 0.35);
    transition: color .15s;
    text-decoration: none;
}
.guido-footer__social a:hover { color: var(--guido-green, #0ECB81); }

/* Dark mode footer */
.dark-layout .guido-footer {
    background: #111418;
    border-top-color: rgba(255, 255, 255, 0.06);
}
.dark-layout .guido-footer__heading  { color: rgba(245, 245, 240, 0.35); }
.dark-layout .guido-footer__links a  { color: rgba(245, 245, 240, 0.7); }
.dark-layout .guido-footer__links a:hover { color: var(--guido-green); }
.dark-layout .guido-footer__divider  { background: rgba(255, 255, 255, 0.06); }
.dark-layout .guido-footer__copy     { color: rgba(245, 245, 240, 0.35); }
.dark-layout .guido-footer__social a { color: rgba(245, 245, 240, 0.3); }
.dark-layout .guido-footer__social a:hover { color: var(--guido-green); }

/* Responsive footer */
@media (max-width: 900px) {
    .guido-footer__grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}
@media (max-width: 767px) {
    .guido-footer { padding: 40px 20px 0; }
    .guido-footer .container-xxl { padding-left: 0; padding-right: 0; }
}
@media (max-width: 540px) {
    .guido-footer { padding: 32px 16px 0; }
    .guido-footer__grid { grid-template-columns: 1fr; gap: 28px; }
    .guido-footer__bottom { flex-direction: column; align-items: flex-start; }
}
