/*
Theme Name: Bairro Design
Theme URI: https://bairrodesign.pt
Author: Blisq
Author URI: https://blisq.pt
Description: Tema WordPress personalizado para a Bairro Design.
Version: 1.1.4
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bairro-design
*/

:root {
  --paper: #f4f2f0;
  --ink: #1f1f1f;
  --muted: #8a8a8a;
  --page-pad: clamp(20px, 3.125vw, 60px);
  --display: clamp(2.15rem, 2.82vw, 3.375rem);
  --heading: clamp(1.85rem, 1.85vw, 2.225rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: Inter, "Helvetica Neue", Arial, sans-serif; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
figure, h1, h2, h3, p { margin: 0; }

/* Shared header */
.brand { position: absolute; z-index: 3; top: 30px; left: var(--page-pad); width: 88px; height: 74px; }
.brand__mark { position: absolute; top: 0; right: 0; width: 41px; height: 41px; }
.brand__type { position: absolute; bottom: 0; left: 0; width: 87px; height: 44px; }
.brand--custom { width: auto; max-width: min(180px, 40vw); }
.brand__custom { width: auto; max-width: 100%; height: auto; max-height: 74px; object-fit: contain; object-position: left top; }
.instagram-link, .legal-header__back { position: absolute; z-index: 3; top: 58px; right: var(--page-pad); display: flex; align-items: center; gap: 15px; font-size: 13px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.instagram-link img, .legal-header__back img { width: 10px; height: 10px; }

/* Homepage */
.hero { position: relative; padding: 30px 30px clamp(140px, 13vw, 250px); }
.hero h1 { padding-top: 183px; text-align: center; font-size: var(--display); font-weight: 600; line-height: 1.11; }
.hero__image { position: relative; margin-top: 50px; overflow: hidden; aspect-ratio: 1860 / 568; }
.hero__frame { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__frame--overlay { animation: hero-crossfade 8s ease-in-out infinite alternate; will-change: opacity; }

@keyframes hero-crossfade {
  0%, 22% { opacity: 1; }
  78%, 100% { opacity: 0; }
}

.about { overflow: clip; padding-bottom: clamp(140px, 13.5vw, 259px); }
.about__copy { position: relative; z-index: 1; max-width: 818px; margin-inline: auto; padding-inline: 24px; text-align: center; }
.about h2 { max-width: 676px; margin: 0 auto 15px; font-size: var(--heading); font-weight: 600; line-height: 1.2; }
.about p { font-size: 18px; font-weight: 300; line-height: 1.6; }
.about p a { font-weight: 600; }
.about__image { position: relative; margin-top: -45px; aspect-ratio: 1920 / 942; }
.about__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--paper) 2%, transparent 36%); pointer-events: none; }
.about__image img { width: 100%; height: 100%; object-fit: cover; object-position: bottom; }

.services { padding: 0 15px 55px; }
.services__intro { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; padding: 0 45px 30px; }
.services__intro h2 { font-size: clamp(1.9rem, 2.14vw, 2.5625rem); font-weight: 200; line-height: 1.05; text-transform: uppercase; }
.services__intro p { max-width: 774px; padding-top: 23px; color: var(--muted); font-size: 18px; font-weight: 300; line-height: 1.6; }
.services__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
.service-card { position: relative; display: flex; align-items: flex-end; overflow: hidden; aspect-ratio: .905; padding: 40px; }
.service-card::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(0, 0, 0, .35)); }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: bottom; transition: transform .7s cubic-bezier(.2, .7, .2, 1); }
.service-card h3 { position: relative; z-index: 1; color: white; font-size: var(--heading); font-weight: 600; line-height: .8; }

.cta { position: relative; isolation: isolate; display: grid; place-items: start center; min-height: clamp(560px, 42.6vw, 818px); overflow: hidden; padding: clamp(105px, 10.625vw, 204px) 24px clamp(160px, 20vw, 384px); }
.cta::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, var(--paper) 0%, rgba(244, 242, 240, .96) 10%, rgba(244, 242, 240, .72) 26%, rgba(244, 242, 240, 0) 54%) top / 100% 53% no-repeat; pointer-events: none; }
.cta__background { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.cta__content { position: relative; z-index: 2; width: min(818px, 100%); text-align: center; }
.cta h2 { margin-bottom: 15px; font-size: var(--heading); font-weight: 600; line-height: .8; }
.cta p { max-width: 652px; margin: 0 auto 20px; font-size: 18px; font-weight: 300; line-height: 1.6; }
.button { display: inline-flex; padding: 16px 18px; background: var(--ink); color: white; font-size: 15px; font-weight: 600; text-decoration: none; transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease; }

/* Footer content uses grid; only decorative artwork remains absolute. */
.footer { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); grid-template-rows: auto 1fr auto; min-height: 572px; overflow: hidden; padding: 50px var(--page-pad); background: var(--ink); color: white; }
.footer__graphics { position: absolute; left: -13px; top: 107px; width: calc(100% - 108px); height: 906px; max-width: none; pointer-events: none; }
.footer__cat { position: absolute; z-index: 1; top: 225px; left: 50%; width: 122px; height: 122px; max-width: none; transform: translateX(-50%); object-fit: contain; mix-blend-mode: lighten; pointer-events: none; }
.footer__top { position: relative; z-index: 2; grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.footer__top a { font-size: 30px; font-weight: 300; line-height: 1.6; text-decoration: none; }
.footer address { font-style: normal; font-size: 15px; font-weight: 500; line-height: 1.6; text-align: center; }
.footer__legal { position: relative; z-index: 2; grid-column: 1; grid-row: 3; align-self: end; display: flex; flex-direction: column; gap: 3px; color: var(--muted); font-size: 14px; font-weight: 300; line-height: 1.6; }
.footer__legal a, .footer__legal button { width: max-content; padding: 0; border: 0; background: none; color: inherit; font: inherit; text-decoration: none; cursor: pointer; }
.footer__credit { position: relative; z-index: 2; grid-column: 2; grid-row: 3; align-self: end; display: flex; align-items: center; gap: 12px; color: var(--muted); font-family: "Red Hat Display", Inter, sans-serif; font-size: 13px; font-weight: 400; line-height: 1.39; }
.footer__credit img { width: 36px; height: 14px; }
.footer__parent { position: relative; z-index: 2; grid-column: 3; grid-row: 3; align-self: end; justify-self: end; display: flex; align-items: center; gap: 13.868px; color: var(--muted); font-family: "Red Hat Display", Inter, sans-serif; font-size: 13px; font-weight: 400; line-height: 1.39; }
.footer__parent img { width: 119px; height: 19px; }
.funding-bar { display: flex; justify-content: flex-end; align-items: center; min-height: 89px; padding: 18px var(--page-pad); border-top: 1px solid rgba(255,255,255,.05); background: #191919; }
.funding-bar__link { display: inline-flex; align-items: center; max-width: min(100%, 310px); line-height: 0; }
.funding-bar__link img { display: block; width: 310px; max-width: 100%; height: auto; }

/* Legal page template */
.legal-header { position: relative; min-height: 150px; }
.legal-page { min-height: calc(100svh - 150px); padding: clamp(70px, 8vw, 150px) var(--page-pad) clamp(120px, 12vw, 220px); }
.legal-article { width: min(1050px, 100%); margin-inline: auto; }
.legal-article__eyebrow { margin-bottom: 22px; color: var(--muted); font-size: 13px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.legal-article h1 { max-width: 900px; margin-bottom: clamp(65px, 7vw, 110px); font-size: clamp(2.8rem, 5vw, 6rem); font-weight: 600; line-height: .95; }
.legal-article__content { max-width: 818px; margin-left: auto; font-size: 18px; font-weight: 300; line-height: 1.6; }
.legal-article__content > * + * { margin-top: 42px; }
.legal-article__content a { font-weight: 600; text-underline-offset: 3px; }
.legal-contact { padding-block: 38px; border-block: 1px solid rgba(31, 31, 31, .2); }
.legal-contact h2 { max-width: 720px; margin-bottom: 24px; font-size: var(--heading); font-weight: 600; line-height: 1.2; }
.legal-contact address { font-style: normal; }
.legal-article__content--long { max-width: 900px; }
.legal-section + .legal-section { margin-top: clamp(58px, 5.5vw, 82px); }
.legal-section h2 { margin-bottom: 22px; font-size: clamp(1.65rem, 2.25vw, 2.25rem); font-weight: 600; line-height: 1.15; }
.legal-section h3 { margin: 32px 0 12px; font-size: clamp(1.1rem, 1.35vw, 1.35rem); font-weight: 600; line-height: 1.3; }
.legal-section p + p { margin-top: 16px; }
.legal-section strong { font-weight: 600; }
.legal-article__updated { padding-top: 42px; border-top: 1px solid rgba(31, 31, 31, .2); color: var(--muted); font-size: 14px; }
.legal-article__updated strong { margin-right: 12px; color: var(--ink); font-weight: 600; }

.legal-article__content h2 {
  margin-top: clamp(58px, 5.5vw, 82px);
  margin-bottom: 22px;
  font-size: clamp(1.65rem, 2.25vw, 2.25rem);
  font-weight: 600;
  line-height: 1.15;
}

.legal-article__content h3,
.legal-article__content section h3 {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: clamp(1.1rem, 1.35vw, 1.35rem);
  font-weight: 600;
  line-height: 1.3;
}

.legal-article__content p + p,
.legal-article__content ul + p,
.legal-article__content ol + p { margin-top: 16px; }

.legal-article__content ul,
.legal-article__content ol { padding-left: 1.25em; }

.legal-article__content li + li { margin-top: 8px; }
.legal-article__content strong { font-weight: 600; }
.legal-article__content > article > h1:first-child { display: none; }
.legal-article__content > h2:first-child,
.legal-article__content > article > h2:first-of-type { margin-top: 0; }

.cookie-dialog { max-width: min(480px, calc(100% - 32px)); border: 0; padding: 40px; background: var(--paper); box-shadow: 0 24px 80px rgba(0, 0, 0, .25); }
.cookie-dialog::backdrop { background: rgba(0, 0, 0, .55); }
.cookie-dialog h2 { margin-bottom: 15px; }
.cookie-dialog p { line-height: 1.6; }
.cookie-dialog__close { position: absolute; top: 8px; right: 12px; border: 0; background: none; font-size: 28px; cursor: pointer; }

@media (max-width: 1440px) {
  .hero { padding-bottom: clamp(120px, 11vw, 160px); }
  .hero h1 { padding-top: 165px; }
  .service-card { padding: 30px; }
  .footer__top a { font-size: clamp(20px, 2vw, 28px); }
}

@media (max-width: 1400px) {
  .services__intro { grid-template-columns: 1fr; gap: 22px; padding: 0 45px 52px; }
  .services__intro h2, .services__intro p { max-width: 783px; }
  .services__intro p { padding-top: 0; }
}

@media (max-width: 1100px) {
  .hero { padding-bottom: 110px; }
  .hero h1 { padding-top: 150px; }
  .hero__image { aspect-ratio: 2.3; }
  .about { padding-bottom: 110px; }
  .about__image { aspect-ratio: 1.75; }
  .about p, .cta p { font-size: 17px; }
  .services__intro { padding-inline: 25px; }
  .services__intro p { font-size: 17px; }
  .services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { aspect-ratio: .9; padding: 28px; }
  .service-card:last-child { grid-column: 1 / -1; aspect-ratio: 1.8; }
  .footer__top { grid-template-columns: 1fr 1.2fr 1fr; gap: 24px; }
  .footer__top a { font-size: 20px; }
  .footer__graphics { left: -90px; width: calc(100% + 180px); }
}

@media (max-width: 800px) {
  :root {
    --page-pad: 24px;
    --display: clamp(2.05rem, 4.5vw, 2.15rem);
    --heading: clamp(1.75rem, 3.8vw, 1.85rem);
  }
  .brand { top: 24px; }
  .instagram-link, .legal-header__back { top: 46px; }
  .hero { padding: 24px 24px 90px; }
  .hero h1 { padding-top: 150px; }
  .hero__image { margin-top: 60px; aspect-ratio: 1.25; }
  .hero__frame { object-position: 58% center; }
  .about { padding-bottom: 90px; }
  .about__copy { padding-inline: 30px; }
  .about h2 { margin-bottom: 24px; }
  .about p, .cta p { font-size: clamp(1rem, 2.1vw, 1.0625rem); }
  .about__image { margin-top: 50px; aspect-ratio: .92; }
  .about__image img { object-position: 58% bottom; }
  .services { padding: 72px 12px 12px; }
  .services__intro { display: block; padding: 0 12px 50px; }
  .services__intro h2 { margin-bottom: 24px; }
  .services__intro h2 { font-size: clamp(1.8rem, 3.8vw, 1.9rem); }
  .services__intro p { max-width: 620px; font-size: clamp(1rem, 2.1vw, 1.0625rem); }
  .services__grid { grid-template-columns: 1fr; gap: 8px; }
  .service-card, .service-card:last-child { grid-column: auto; aspect-ratio: 1.08; padding: 30px; }
  .service-card h3 { max-width: 85%; }
  .cta { min-height: 0; padding: 135px 24px 280px; }
  .cta::before { background-size: 100% 330px; }
  .footer { grid-template-columns: 1fr; grid-template-rows: repeat(4, auto); min-height: 0; gap: 24px; padding: 45px 24px 35px; text-align: center; }
  .footer__graphics { left: 50%; top: 145px; width: 1050px; height: 525px; transform: translateX(-50%); opacity: .9; }
  .footer__cat { top: 215px; width: 92px; height: 92px; }
  .footer__top { grid-column: 1; grid-row: 1; grid-template-columns: 1fr; gap: 12px; }
  .footer__top a { font-size: 20px; }
  .footer address { order: 3; max-width: 360px; margin: 10px auto 0; line-height: 1.5; }
  .footer__legal { grid-column: 1; grid-row: 2; align-items: center; margin-top: 160px; }
  .footer__credit { grid-column: 1; grid-row: 4; justify-self: center; }
  .footer__parent { grid-column: 1; grid-row: 3; justify-self: center; }
  .funding-bar { justify-content: center; min-height: 76px; padding: 18px 24px; }
  .funding-bar__link { max-width: min(100%, 280px); }
  .legal-header { min-height: 120px; }
  .legal-page { min-height: calc(100svh - 120px); padding-top: 70px; padding-bottom: 120px; }
  .legal-article h1 { margin-bottom: 60px; font-size: clamp(2.6rem, 7vw, 4.8rem); }
  .legal-article__content { margin-left: 0; font-size: clamp(1rem, 2.1vw, 1.0625rem); }
}

@media (max-width: 480px) {
  :root { --page-pad: 18px; --display: 2.05rem; --heading: 1.75rem; }
  .brand { top: 18px; transform: scale(.82); transform-origin: top left; }
  .instagram-link, .legal-header__back { top: 39px; gap: 9px; font-size: 11px; }
  .hero { padding: 18px 18px 72px; }
  .hero h1 { padding: 132px 5px 0; }
  .hero__image { margin-top: 46px; aspect-ratio: .92; }
  .hero__frame { object-position: 60% center; }
  .about { padding-bottom: 72px; }
  .about__copy { padding-inline: 22px; }
  .about p, .services__intro p, .cta p { font-size: 16px; }
  .about__image { margin-top: 36px; aspect-ratio: .78; }
  .services { padding-top: 64px; }
  .services__intro { padding-bottom: 38px; }
  .services__intro h2 { font-size: 1.4rem; }
  .service-card, .service-card:last-child { aspect-ratio: .78; padding: 24px; }
  .service-card h3 { line-height: 1.02; }
  .cta { padding: 105px 18px 245px; }
  .footer { padding-inline: 18px; }
  .footer__top a { font-size: 20px; }
  .footer__graphics { top: 175px; width: 900px; height: 450px; }
  .footer__cat { top: 225px; width: 76px; height: 76px; }
  .footer__legal { margin-top: 145px; }
  .funding-bar { min-height: 68px; padding-inline: 18px; }
  .funding-bar__link { max-width: min(100%, 250px); }
  .legal-header { min-height: 100px; }
  .legal-page { min-height: calc(100svh - 100px); padding-top: 55px; padding-bottom: 90px; }
  .legal-article__eyebrow { margin-bottom: 16px; }
  .legal-article h1 { margin-bottom: 45px; font-size: 2.6rem; line-height: 1; }
  .legal-article__content { font-size: 16px; }
  .legal-article__content > * + * { margin-top: 32px; }
  .legal-contact { padding-block: 30px; }
  .legal-contact h2 { margin-bottom: 20px; font-size: 1.65rem; }
  .legal-section + .legal-section { margin-top: 48px; }
  .legal-section h2 { margin-bottom: 18px; font-size: 1.6rem; }
  .legal-section h3 { margin-top: 26px; }
  .legal-article__content h2 {
    margin-top: 48px;
    margin-bottom: 18px;
    font-size: 1.6rem;
  }
  .legal-article__content h3,
  .legal-article__content section h3 { margin-top: 26px; }
  .legal-article__updated { display: flex; flex-direction: column; gap: 5px; padding-top: 32px; }
  .service-card h3{ font-size:1.6rem;}
  .cta h2 {
    line-height: 1;
  }
}

/* Hero em janelas baixas: mantém todo o bloco dentro da área visível. */
@media (min-width: 801px) and (max-height: 760px) {
  .hero {
    display: flex;
    flex-direction: column;
    height: 100svh;
    padding-top: 20px;
    padding-bottom: 36px;
  }

  .hero h1 {
    flex: 0 0 auto;
    padding-top: clamp(88px, 14svh, 106px);
  }

  .hero__image {
    flex: 1 1 auto;
    min-height: 0;
    margin-top: clamp(18px, 4svh, 30px);
    aspect-ratio: auto;
  }
}

@media (min-width: 801px) and (max-height: 620px) {
  .hero {
    padding-bottom: 22px;
  }

  .hero h1 {
    padding-top: 70px;
    font-size: min(var(--display), 2.4rem);
    line-height: 1.05;
  }

  .hero__image {
    margin-top: 16px;
  }
}

@media (max-width: 800px) and (max-height: 760px) {
  .hero {
    display: flex;
    flex-direction: column;
    height: 100svh;
    padding-bottom: 30px;
  }

  .hero h1 {
    flex: 0 0 auto;
    padding-top: 108px;
  }

  .hero__image {
    flex: 1 1 auto;
    min-height: 0;
    margin-top: 26px;
    aspect-ratio: auto;
  }
}

@media (max-width: 800px) and (max-height: 620px) {
  .hero {
    padding-bottom: 20px;
  }

  .hero h1 {
    padding-top: 88px;
    font-size: min(var(--display), 1.9rem);
    line-height: 1.05;
  }

  .hero__image {
    margin-top: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .hero__frame--overlay { animation: none; opacity: 1; }
}

/* Acessibilidade */
.go-to-main {
  position: fixed;
  z-index: 1000000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: #fff;
  color: #191919;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.go-to-main:focus { transform: translateY(0); }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* Integração WordPress */
.admin-bar .brand { top: 62px; }
.admin-bar .instagram-link,
.admin-bar .legal-header__back { top: 90px; }

.footer__socials {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer__credit { color: var(--muted); text-decoration: none; }

@media (max-width: 782px) {
  .admin-bar .brand { top: 70px; }
  .admin-bar .instagram-link,
  .admin-bar .legal-header__back { top: 92px; }
}

@media (max-width: 800px) {
  .footer__socials { align-items: center; }
}

/* Estados interativos */
a:focus-visible,
button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.brand {
  transition: opacity .3s ease;
}

.brand__mark,
.brand__type,
.brand__custom {
  transition: opacity .3s ease, transform .45s cubic-bezier(.22, 1, .36, 1);
}

.instagram-link,
.legal-header__back {
  transition: opacity .25s ease;
}

.instagram-link img,
.legal-header__back img {
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}

.about p a,
.legal-article__content a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  text-decoration: none;
  transition: color .25s ease, background-size .35s cubic-bezier(.22, 1, .36, 1);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.footer__top a {
  width: max-content;
  max-width: 100%;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: color .25s ease, background-size .4s cubic-bezier(.22, 1, .36, 1);
}

.footer__legal a,
.footer__legal button {
  display: inline-block;
  transition: color .25s ease, transform .3s cubic-bezier(.22, 1, .36, 1);
}

.footer__credit {
  transition: color .25s ease, opacity .25s ease;
}

.footer__credit img {
  transition: opacity .25s ease, transform .35s cubic-bezier(.22, 1, .36, 1);
}

.cookie-dialog__close {
  transition: opacity .2s ease, transform .3s cubic-bezier(.22, 1, .36, 1);
}

.button:active {
  transform: translateY(0) scale(.98);
}

@media (max-width: 800px) {
  .footer__top > a { justify-self: center; }
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover img {
    transform: scale(1.025);
  }

  .brand:hover {
    opacity: .72;
  }

  .brand:hover .brand__mark {
    transform: translate3d(2px, -2px, 0) rotate(4deg);
  }

  .brand:hover .brand__type,
  .brand:hover .brand__custom {
    transform: translate3d(0, -2px, 0);
  }

  .instagram-link:hover,
  .legal-header__back:hover {
    opacity: .62;
  }

  .instagram-link:hover img,
  .legal-header__back:hover img {
    transform: translate3d(3px, -3px, 0);
  }

  .about p a:hover,
  .legal-article__content a:hover {
    color: #666;
    background-size: 0 1px;
  }

  .button:hover {
    background-color: #000;
    box-shadow: 0 12px 28px rgba(31, 31, 31, .18);
    transform: translateY(-3px);
  }

  .footer__top a:hover {
    background-size: 100% 1px;
  }

  .footer__legal a:hover,
  .footer__legal button:hover {
    color: #fff;
    transform: translateX(4px);
  }

  .footer__credit:hover {
    color: #fff;
  }

  .footer__credit:hover img {
    opacity: 1;
    transform: translateX(3px);
  }

  .cookie-consent-banner-information a:hover {
    text-decoration-color: transparent;
  }

  .cookie-dialog__close:hover {
    opacity: .55;
    transform: rotate(8deg);
  }
}
