:root {
  --bp-gold: #c89b3c;
  --bp-gold-dark: #9b7222;
  --bp-ink: #211f1a;
  --bp-muted: #68645c;
  --bp-cream: #f8f5ee;
  --bp-green: #25d366;
  --bp-radius: 18px;
  --bp-shadow: 0 18px 45px rgba(33, 31, 26, .11);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--bp-ink);
  background: #fff;
}

.page {
  overflow: hidden;
}

.rd-navbar-classic.rd-navbar-static {
  box-shadow: 0 8px 28px rgba(33, 31, 26, .08);
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
  min-height: 94px;
}

.rd-navbar-brand img {
  width: 190px;
  height: auto;
}

.rd-navbar-static .rd-nav-link {
  font-weight: 600;
  letter-spacing: .01em;
}

.swiper-slider-classic {
  min-height: 640px;
}

.swiper-slider-classic .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(20, 18, 14, .67) 0%, rgba(20, 18, 14, .36) 52%, rgba(20, 18, 14, .23) 100%),
    linear-gradient(0deg, rgba(20, 18, 14, .38), transparent 55%);
}

.swiper-slider-classic .swiper-slide-caption {
  position: relative;
  z-index: 2;
  padding: 96px 0 84px;
}

.swiper-slider-classic .swiper-slide-caption .container {
  max-width: 1080px;
}

.swiper-slider-classic h1 {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(48px, 5.4vw, 78px) !important;
  line-height: 1.04 !important;
  letter-spacing: -.035em;
  text-wrap: balance;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .38) !important;
}

.swiper-slider-classic .text-width-large {
  max-width: 720px;
  margin: 24px auto 0;
  font-size: clamp(18px, 1.5vw, 22px) !important;
  line-height: 1.55;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .45) !important;
}

.swiper-slider-classic .button {
  margin-top: 24px;
  min-width: 300px;
}

.button {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .035em;
  box-shadow: 0 10px 24px rgba(155, 114, 34, .18);
}

.button-primary {
  background-color: var(--bp-gold);
  border-color: var(--bp-gold);
}

.button-primary:hover,
.button-primary:focus {
  background-color: var(--bp-gold-dark);
  border-color: var(--bp-gold-dark);
}

.section-sm {
  padding-top: 82px;
  padding-bottom: 82px;
}

#services,
#alojamiento,
#precios {
  scroll-margin-top: 100px;
}

.services-legacy,
.benefits-legacy {
  display: none !important;
}

.stays-section {
  background: var(--bp-cream);
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 46px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--bp-gold-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.section-heading h2,
.benefits-copy h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.section-heading p,
.benefits-copy p {
  margin-top: 18px;
  color: var(--bp-muted);
  font-size: 18px;
  line-height: 1.7;
}

.stay-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(200, 155, 60, .18);
  border-radius: 22px;
  box-shadow: var(--bp-shadow);
}

.stay-card-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #211f1a;
}

.stay-card-media iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.stay-card-body {
  padding: 32px;
}

.stay-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--bp-gold-dark);
  font-weight: 700;
}

.stay-card-topline span {
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stay-card-topline strong {
  padding: 7px 11px;
  color: var(--bp-ink);
  background: var(--bp-cream);
  border-radius: 999px;
  font-size: 13px;
  white-space: nowrap;
}

.stay-card h3 {
  margin-top: 18px;
  font-size: 32px;
  line-height: 1.18;
}

.stay-card p {
  margin-top: 14px;
  color: var(--bp-muted);
  line-height: 1.7;
}

.stay-features {
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.stay-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  color: #454138;
}

.stay-features i {
  width: 20px;
  color: var(--bp-gold);
  text-align: center;
}

.stay-card .button {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 17px 18px;
  white-space: normal;
}

.benefits-section {
  background: #fff;
}

.benefits-panel {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 54px;
  align-items: center;
  padding: 54px;
  background: #211f1a;
  border-radius: 26px;
  box-shadow: var(--bp-shadow);
}

.benefits-copy h2,
.benefits-copy p {
  color: #fff;
}

.benefits-copy .section-kicker {
  color: #e1bd70;
}

.benefits-copy .button {
  margin-top: 12px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.benefit-card {
  min-width: 0;
  padding: 26px 22px;
  background: #fff;
  border-radius: 18px;
}

.benefit-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 18px;
  color: var(--bp-gold-dark);
  background: var(--bp-cream);
  border-radius: 14px;
  font-size: 22px;
}

.benefit-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25;
}

.benefit-card p {
  margin: 8px 0 0;
  color: var(--bp-muted);
  font-size: 14px;
  line-height: 1.55;
}

.reviews-section {
  scroll-margin-top: 150px;
  background: var(--bp-cream);
  text-align: center;
}

.reviews-section .container-fluid {
  max-width: 1320px;
  padding-right: 24px;
  padding-left: 24px;
}

.reviews-section h2 {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.reviews-section h2::before {
  content: "Opiniones reales";
  display: block;
  margin-bottom: 12px;
  color: var(--bp-gold-dark);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.reviews-section .row-sm {
  align-items: stretch;
}

.reviews-section .row-sm > [class*="col-"] {
  display: flex;
}

.reviews-section .quote-modern-custom {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 30px;
  overflow: hidden;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(200, 155, 60, .16);
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(33, 31, 26, .08);
}

.reviews-section .quote-modern-custom::after {
  content: "\201D";
  position: absolute;
  top: 6px;
  right: 20px;
  color: rgba(200, 155, 60, .16);
  font-family: Georgia, serif;
  font-size: 86px;
  line-height: 1;
  pointer-events: none;
}

.reviews-section .quote-modern-figure img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--bp-gold);
}

.reviews-section .quote-modern-cite {
  margin: 0;
  font-size: 19px;
  line-height: 1.25;
}

.reviews-section .quote-modern-cite a {
  color: var(--bp-ink);
  pointer-events: none;
}

.reviews-section .quote-modern-status {
  margin-top: 5px;
  color: var(--bp-gold-dark);
  font-size: 13px;
  font-weight: 600;
}

.reviews-section .quote-modern-text {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #eee9df;
}

.reviews-section .quote-modern-text .q {
  color: #4f4a42;
  font-size: 16px;
  line-height: 1.75;
}

.reviews-section .quote-modern-text .q::before,
.reviews-section .quote-modern-text .q::after {
  display: none;
}

#services iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  border-radius: var(--bp-radius);
  box-shadow: var(--bp-shadow);
}

.box-icon-modern,
.box-icon-modern-2,
.box-pricing,
.product-item {
  border: 1px solid rgba(200, 155, 60, .16);
  border-radius: var(--bp-radius);
  box-shadow: 0 12px 35px rgba(33, 31, 26, .08);
  transition: transform .3s ease, box-shadow .3s ease;
}

#services .row-30 > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

#services .box-icon-modern {
  width: 100%;
  min-height: 100%;
  padding: 34px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#services .box-icon-modern-big-title {
  max-width: 100%;
  font-size: clamp(25px, 2vw, 32px);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

#services .box-icon-modern .button {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 16px 14px;
  font-size: 13px;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
}

#services .box-icon-modern-2 {
  width: 100%;
  min-height: 100%;
  padding: 30px 22px;
}

#services .box-icon-modern-2 h3 {
  font-size: 28px;
  line-height: 1.18;
}

.desktop .box-icon-modern:hover,
.desktop .box-icon-modern-2:hover,
.desktop .box-pricing:hover,
.desktop .product-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--bp-shadow);
}

.product-item {
  overflow: hidden;
  background: #fff;
}

.product-item img {
  min-height: 320px;
  object-fit: cover;
}

.product-description {
  padding: 24px !important;
  background: linear-gradient(180deg, rgba(20, 18, 14, 0), rgba(20, 18, 14, .88)) !important;
}

.clients-classic {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(33, 31, 26, .07);
}

.parallax-content {
  min-height: 520px;
}

.parallax-content h3 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.12;
  text-wrap: balance;
}

.parallax-content .group .button + .button {
  display: none;
}

.box-pricing {
  overflow: hidden;
}

.box-pricing-black {
  background: #211f1a;
}

.google-map-container,
.google-map {
  border-radius: var(--bp-radius);
  overflow: hidden;
}

#contacts {
  background: var(--bp-cream);
}

.contact-intro {
  max-width: 760px;
  margin: 0 auto 38px;
}

.contact-intro h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.contact-intro p {
  margin: 18px auto 0;
  color: var(--bp-muted);
  font-size: 18px;
  line-height: 1.7;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.contact-option {
  display: flex;
  min-width: 0;
  padding: 30px 24px;
  color: var(--bp-ink);
  background: #fff;
  border: 1px solid rgba(200, 155, 60, .18);
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(33, 31, 26, .08);
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.contact-option:hover {
  color: var(--bp-ink);
  border-color: rgba(200, 155, 60, .55);
  box-shadow: 0 18px 40px rgba(33, 31, 26, .13);
  transform: translateY(-4px);
}

.contact-option-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  color: var(--bp-gold-dark);
  background: rgba(200, 155, 60, .13);
  border-radius: 50%;
  place-items: center;
  font-size: 26px;
}

.contact-option-whatsapp .contact-option-icon {
  color: #168b43;
  background: rgba(37, 211, 102, .14);
}

.contact-option-label {
  color: var(--bp-gold-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-option strong {
  margin-top: 8px;
  font-size: 21px;
  line-height: 1.25;
}

.contact-option strong + span {
  margin-top: 7px;
  color: var(--bp-muted);
  font-size: 14px;
}

.contact-main-action {
  margin: 30px 0 64px;
}

.contact-main-action .fa {
  margin-right: 8px;
  font-size: 18px;
}

#contacts .title-classic {
  padding-top: 44px;
  border-top: 1px solid rgba(33, 31, 26, .1);
}

.whatsapp-float {
  right: 86px !important;
  bottom: 24px !important;
  left: auto !important;
  padding: 14px 22px !important;
  min-height: 54px;
  border: 3px solid rgba(255, 255, 255, .88);
  box-shadow: 0 12px 32px rgba(18, 78, 43, .28) !important;
  font-size: 16px !important;
  line-height: 1.25;
}

.ui-to-top,
.ui-to-top.active {
  right: 20px !important;
  bottom: 24px !important;
}

.footer-minimal {
  margin-top: 72px;
}

.footer-minimal-bottom-panel {
  padding-bottom: 94px;
}

.site-legal-links {
  display: flex;
  padding: 0 15px 28px;
  gap: 12px 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.site-legal-links a {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
}

.site-legal-links a:hover {
  color: #fff;
}

.privacy-check {
  display: flex;
  margin: 20px 0;
  gap: 10px;
  align-items: flex-start;
  color: var(--bp-muted);
  font-size: 13px;
  line-height: 1.5;
}

.privacy-summary {
  margin: 20px 0 0;
  padding: 12px 14px;
  color: var(--bp-muted);
  background: rgba(200, 155, 60, .08);
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.55;
}

.privacy-check input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  flex: 0 0 auto;
}

.consent-embed:not(.consent-embed-loaded),
iframe[data-consent-src]:not(.consent-embed-loaded) {
  background: #25231f;
}

.stay-card-media,
.google-map {
  position: relative;
}

.consent-embed-placeholder {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  padding: 24px;
  gap: 7px;
  color: #fff;
  background: linear-gradient(145deg, #2b2924, #151411);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.consent-embed-placeholder span {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.consent-embed-placeholder button {
  margin-top: 8px;
  padding: 9px 14px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.consent-embed-placeholder button:hover {
  color: var(--bp-ink);
  background: #fff;
}

.cookie-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 12000;
  display: flex;
  max-width: 1180px;
  margin: auto;
  padding: 22px 24px;
  gap: 24px;
  color: var(--bp-ink);
  background: #fff;
  border: 1px solid rgba(200, 155, 60, .3);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(20, 18, 14, .25);
  align-items: center;
}

.cookie-consent[hidden],
.cookie-settings[hidden] {
  display: none !important;
}

.cookie-consent-copy {
  flex: 1;
}

.cookie-consent-copy strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}

.cookie-consent-copy p {
  margin: 0;
  color: var(--bp-muted);
  font-size: 14px;
  line-height: 1.55;
}

.cookie-consent-actions,
.cookie-settings-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-consent button,
.cookie-settings button {
  min-width: 112px;
  padding: 11px 16px;
  color: var(--bp-ink);
  background: #fff;
  border: 1px solid var(--bp-gold-dark);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.cookie-consent button:hover,
.cookie-settings button:hover {
  color: #fff;
  background: var(--bp-gold-dark);
}

.cookie-settings {
  position: fixed;
  inset: 0;
  z-index: 12010;
  display: grid;
  padding: 20px;
  background: rgba(20, 18, 14, .64);
  place-items: center;
}

.cookie-settings-card {
  width: min(620px, 100%);
  max-height: 90vh;
  overflow: auto;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, .3);
}

.cookie-settings-card h2 {
  margin: 0 0 22px;
  font-size: 30px;
}

.cookie-settings-card label {
  display: flex;
  padding: 18px 0;
  gap: 20px;
  border-top: 1px solid rgba(33, 31, 26, .1);
  justify-content: space-between;
  align-items: center;
}

.cookie-settings-card label span {
  display: flex;
  flex-direction: column;
}

.cookie-settings-card small {
  margin-top: 4px;
  color: var(--bp-muted);
  line-height: 1.45;
}

.cookie-settings-card input {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.cookie-settings-actions {
  margin-top: 22px;
}

.legal-page {
  background: var(--bp-cream);
}

.legal-header {
  display: flex;
  min-height: 84px;
  padding: 16px max(24px, calc((100vw - 1080px) / 2));
  background: #fff;
  box-shadow: 0 5px 20px rgba(33, 31, 26, .08);
  justify-content: space-between;
  align-items: center;
}

.legal-header img {
  height: auto;
}

.legal-header > a:last-child {
  color: var(--bp-gold-dark);
  font-weight: 700;
}

.legal-content {
  width: min(900px, calc(100% - 32px));
  margin: 54px auto;
  padding: 50px;
  background: #fff;
  border: 1px solid rgba(200, 155, 60, .18);
  border-radius: 22px;
  box-shadow: var(--bp-shadow);
}

.legal-content h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.08;
}

.legal-content h2 {
  margin-top: 38px;
  font-size: 25px;
  line-height: 1.25;
}

.legal-content p,
.legal-content li {
  color: #4f4b44;
  font-size: 16px;
  line-height: 1.75;
}

.legal-updated {
  margin-top: 10px;
  color: var(--bp-muted) !important;
  font-size: 13px !important;
}

.legal-status {
  display: inline-block;
  padding: 8px 12px;
  color: #75540f !important;
  background: #fff3cd;
  border-radius: 8px;
  font-size: 13px !important;
  font-weight: 700;
}

.legal-table-wrap {
  overflow-x: auto;
}

.legal-content table {
  width: 100%;
  border-collapse: collapse;
}

.legal-content th,
.legal-content td {
  padding: 14px;
  border: 1px solid #e0ddd6;
  text-align: left;
  vertical-align: top;
}

.legal-content th {
  background: var(--bp-cream);
}

.legal-footer {
  display: flex;
  padding: 30px 20px 110px;
  gap: 14px 28px;
  background: #211f1a;
  justify-content: center;
  flex-wrap: wrap;
}

.legal-footer a {
  color: rgba(255, 255, 255, .78);
}

@media (max-width: 991px) {
  .rd-navbar-fixed .rd-navbar-panel {
    padding-right: 12px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(33, 31, 26, .1);
  }

  .rd-navbar-fixed .rd-navbar-brand {
    margin-left: 10px;
  }

  .rd-navbar-fixed .rd-navbar-brand img {
    width: 145px;
    max-width: 145px;
  }

  .rd-navbar-panel .social-container {
    display: none;
  }

  .rd-navbar-brand img {
    width: 165px;
  }

  .swiper-slider-classic {
    min-height: 600px;
  }

  .swiper-slider-classic .swiper-slide-caption {
    padding: 88px 0 72px;
  }

  .section-sm {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  #services .box-icon-modern {
    min-height: 0;
  }

  .benefits-panel {
    grid-template-columns: 1fr;
    padding: 42px;
  }

  .contact-options {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-option {
    padding: 24px;
  }

  .cookie-consent {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .rd-navbar-fixed .rd-navbar-brand img {
    width: 132px;
    max-width: 132px;
  }

  .swiper-slider-classic {
    min-height: 650px;
  }

  .swiper-slider-classic .swiper-slide::before {
    background: linear-gradient(0deg, rgba(20, 18, 14, .76), rgba(20, 18, 14, .32));
  }

  .swiper-slider-classic .swiper-slide-caption {
    padding: 82px 10px 108px;
  }

  .swiper-slider-classic h1 {
    font-size: 36px !important;
    line-height: 1.08 !important;
  }

  .swiper-slider-classic .text-width-large {
    margin-top: 18px;
    font-size: 16px !important;
    line-height: 1.45;
  }

  .hero-rating {
    margin-top: 16px;
    padding: 7px 12px !important;
    font-size: 14px !important;
  }

  .hero-price {
    margin-top: 10px !important;
    padding: 8px 14px !important;
    font-size: 25px !important;
    line-height: 1.25;
  }

  .hero-features {
    margin-top: 12px !important;
  }

  .hero-features span {
    margin: 3px !important;
    padding: 6px 10px !important;
    font-size: 12px;
  }

  .swiper-slider-classic .button {
    margin-top: 18px;
    min-width: 0;
    width: 100%;
    max-width: 340px;
    padding: 16px 14px;
    font-size: 13px;
  }

  .section-sm {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .section-heading h2,
  .benefits-copy h2,
  .reviews-section .title-decoration-lines-left {
    font-size: 31px;
    line-height: 1.12;
  }

  .section-heading p,
  .benefits-copy p,
  .contact-intro p {
    font-size: 16px;
    line-height: 1.6;
  }

  .contact-intro h2 {
    font-size: 31px;
  }

  .contact-main-action {
    margin: 24px 0 48px;
  }

  .contact-main-action .button {
    width: 100%;
    padding: 16px 12px;
    font-size: 12px;
  }

  #contacts .title-classic {
    padding-top: 36px;
  }

  .product-item img {
    min-height: 280px;
  }

  #services .box-icon-modern,
  #services .box-icon-modern-2 {
    padding: 28px 20px;
  }

  #services .box-icon-modern-big-title {
    font-size: 27px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .stay-card-body {
    padding: 24px 20px;
  }

  .stay-card .button {
    width: 100%;
    padding-inline: 12px;
    font-size: 12px;
  }

  .stay-card-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .stay-card h3 {
    font-size: 27px;
  }

  .benefits-panel {
    gap: 32px;
    padding: 28px 20px;
    border-radius: 20px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .reviews-section .quote-modern {
    padding: 26px 20px;
  }

  .reviews-section .quote-modern-text {
    font-size: 15px;
    line-height: 1.65;
  }

  .footer-minimal .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .whatsapp-float {
    right: 14px !important;
    bottom: 78px !important;
    left: auto !important;
    width: 58px;
    height: 58px;
    min-height: 58px;
    padding: 0 !important;
    border-radius: 50% !important;
    font-size: 0 !important;
    display: grid !important;
    place-items: center;
  }

  .whatsapp-float::before {
    content: "\f232";
    font-family: "FontAwesome";
    font-size: 28px;
    color: #fff;
  }

  .ui-to-top,
  .ui-to-top.active {
    right: 14px !important;
    bottom: 14px !important;
  }

  .footer-minimal-bottom-panel {
    padding-bottom: 112px;
  }

  .cookie-consent {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 18px;
    gap: 16px;
  }

  .cookie-consent-actions,
  .cookie-settings-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-consent button,
  .cookie-settings button {
    width: 100%;
  }

  .cookie-settings-card {
    padding: 22px 18px;
  }

  .legal-header {
    min-height: 70px;
    padding: 12px 16px;
  }

  .legal-header img {
    width: 135px;
  }

  .legal-header > a:last-child {
    font-size: 13px;
  }

  .legal-content {
    margin: 24px auto;
    padding: 28px 20px;
  }

  .legal-content h1 {
    font-size: 34px;
  }

  .legal-content h2 {
    margin-top: 30px;
    font-size: 22px;
  }

  .legal-content p,
  .legal-content li {
    font-size: 15px;
  }
}

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