:root {
  --gm-home-navy: #102a43;
  --gm-home-navy-2: #173b5e;
  --gm-home-blue: #1d5a86;
  --gm-home-blue-bright: #2f79ad;
  --gm-home-gold: #e3b64d;
  --gm-home-orange: #ed731d;
  --gm-home-orange-text: #bf4b00;
  --gm-home-orange-hover: #a94000;
  --gm-home-ink: #172b3f;
  --gm-home-muted: #607386;
  --gm-home-line: #dce6ef;
  --gm-home-soft: #eef5fb;
  --gm-home-white: #fff;
  --gm-home-shadow: 0 22px 55px rgba(16, 42, 67, .14);
}

body#index,
body.page-index {
  overflow-x: hidden;
  overflow-x: clip;
  background-color: #f7f9fc !important;
  background-image: none !important;
}

body#index .page-home,
body.page-index .page-home {
  padding: 0;
}

.gm-homepage,
.gm-homepage *,
.gm-homepage *::before,
.gm-homepage *::after {
  box-sizing: border-box;
}

.gm-homepage {
  position: relative;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  color: var(--gm-home-ink);
  font-family: inherit;
  background: #f7f9fc;
}

.gm-home-shell {
  width: min(1440px, calc(100% - 48px));
  margin-inline: auto;
}

.gm-home-hero {
  position: relative;
  z-index: 6;
  min-height: 650px;
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: visible;
  background: var(--gm-home-navy);
}

/* Hero plus compact uniquement sur ordinateur. */
@media (min-width: 992px) {
  .gm-home-hero {
    min-height: 600px;
  }
}

.gm-home-hero__media,
.gm-home-hero__media img,
.gm-home-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gm-home-hero__media {
  z-index: -3;
  overflow: hidden;
}

.gm-home-hero__media img {
  object-fit: cover;
  object-position: 62% center;
}

.gm-home-hero__veil {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 20, 38, 0.78) 0%, rgba(0, 67, 107, 0.75) 36%, rgba(10, 29, 48, 0.16) 61%, rgba(0, 71, 147, 0.05) 100%), 
	linear-gradient(0deg, rgba(4, 20, 35, .44), rgba(4, 20, 35, 0.03) 45%)
}

.gm-home-hero__inner {
  position: relative;
  z-index: 1;
  padding-block: 10px 10px;
}

.gm-home-hero__copy {
  max-width: 790px;
  color: #fff;
  text-shadow: 0 2px 20px rgba(2, 16, 30, .22);
}

.gm-home-eyebrow,
.gm-home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gm-home-orange-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.gm-home-eyebrow {
  margin-bottom: 16px;
  padding: 8px 12px;
  color: #fff4e9;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
}

.gm-home-eyebrow::before,
.gm-home-kicker::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.gm-home-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 760;
  letter-spacing: -.045em;
  line-height: .99;
}

.gm-home-hero__copy > p {
  max-width: 710px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.56;
}

.gm-home-hero__search {
  position: relative;
  z-index: 20;
  width: 100%;
  margin-top: 38px;
}

.gm-homepage .pscs-search-block {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 22px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 24px 65px rgba(4, 19, 34, .3);
  backdrop-filter: blur(18px);
}

.gm-homepage .pscs-search-form {
  margin: 0;
}

.gm-homepage .pscs-search-form label {
  color: var(--gm-home-navy);
}

/* Libellés blancs uniquement lorsque le moteur est placé sur le Hero */
@media (min-width: 768px) {
  .gm-homepage .pscs-field--destination > label,
  .gm-homepage .pscs-field--destination > label small,
  .gm-homepage .pscs-picker > label {
    color: rgba(255, 255, 255, .96);
    text-shadow: 0 1px 3px rgba(6, 22, 38, .65);
  }
}

.gm-homepage .pscs-search-form .btn-primary,
.gm-homepage .pscs-search-form button[type="submit"] {
  min-height: 54px;
  border-color: var(--gm-home-orange-text);
  background: var(--gm-home-orange-text);
  box-shadow: 0 10px 22px rgba(237, 115, 29, .24);
}

.gm-homepage .pscs-search-form .btn-primary:hover,
.gm-homepage .pscs-search-form .btn-primary:focus-visible,
.gm-homepage .pscs-search-form button[type="submit"]:hover,
.gm-homepage .pscs-search-form button[type="submit"]:focus-visible {
  border-color: var(--gm-home-orange-hover);
  background: var(--gm-home-orange-hover);
  transform: translateY(-1px);
}

body#index .flatpickr-calendar,
body.page-index .flatpickr-calendar,
body#index .pscs-picker__popover,
body.page-index .pscs-picker__popover {
  z-index: 10050 !important;
}

body.pscs-picker-modal-open .gm-home-hero {
  z-index: 150;
}

.gm-home-trust {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--gm-home-line);
  background: #fff;
}

.gm-home-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.gm-home-trust__item {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 13px;
  padding: 22px 24px;
  border-right: 1px solid var(--gm-home-line);
}

.gm-home-trust__item:first-child {
  padding-left: 0;
}

.gm-home-trust__item:last-child {
  padding-right: 0;
  border-right: 0;
}

.gm-home-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  color: var(--gm-home-blue);
  border-radius: 14px;
  background: var(--gm-home-soft);
}

.gm-home-icon svg,
.gm-home-how__icon svg,
.gm-home-stay-card__location svg,
.gm-home-stay-card__capacity svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.gm-home-icon svg {
  width: 23px;
  height: 23px;
}

.gm-home-trust__item strong,
.gm-home-trust__item small {
  display: block;
}

.gm-home-trust__item strong {
  margin-bottom: 3px;
  color: var(--gm-home-navy);
  font-size: 14px;
  line-height: 1.25;
}

.gm-home-trust__item small {
  color: var(--gm-home-muted);
  font-size: 11.5px;
  line-height: 1.42;
}

.gm-home-section {
  padding-block: 20px;
}

.gm-home-section:nth-of-type(even) {
  background: #fff;
}

.gm-home-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}

.gm-home-section__head > div {
  max-width: 780px;
}

.gm-home-section__head--center {
  justify-content: center;
  text-align: center;
}

.gm-home-section__head h2,
.gm-home-host h2,
.gm-home-real-estate h2 {
  margin: 8px 0 0;
  color: var(--gm-home-navy);
  font-size: clamp(30px, 3.25vw, 48px);
  font-weight: 760;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.gm-home-section__head p,
.gm-home-host p,
.gm-home-real-estate p {
  margin: 12px 0 0;
  color: var(--gm-home-muted);
  font-size: 16px;
  line-height: 1.65;
}

.gm-home-text-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  padding: 9px 0;
  color: var(--gm-home-blue);
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
}

.gm-home-text-link span {
  transition: transform .2s ease;
}

.gm-home-text-link:hover,
.gm-home-text-link:focus-visible {
  color: var(--gm-home-orange-text);
  text-decoration: none;
}

.gm-home-text-link:hover span,
.gm-home-text-link:focus-visible span {
  transform: translateX(4px);
}

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

.gm-home-stay-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--gm-home-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16, 42, 67, .075);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.gm-home-stay-card:hover,
.gm-home-stay-card:focus-within {
  z-index: 1;
  border-color: #b9ccdd;
  box-shadow: var(--gm-home-shadow);
  transform: translateY(-6px);
}

.gm-home-stay-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #c9d8e6, #eaf1f7);
}

.gm-home-stay-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2, .75, .25, 1);
}

.gm-home-stay-card:hover .gm-home-stay-card__media img {
  transform: scale(1.045);
}

.gm-home-stay-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  background: rgba(16, 42, 67, .78);
  backdrop-filter: blur(10px);
}

.gm-home-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #7391ab;
  background:
    radial-gradient(circle at 80% 10%, rgba(237, 115, 29, .16), transparent 36%),
    linear-gradient(135deg, #dce9f3, #f4f8fb);
}

.gm-home-placeholder svg {
  width: 74px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.gm-home-stay-card__body {
  padding: 18px 18px 19px;
}

.gm-home-stay-card__location {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 6px;
  margin: 0 0 8px;
  overflow: hidden;
  color: var(--gm-home-muted);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gm-home-stay-card__location svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  color: var(--gm-home-orange-text);
}

.gm-home-stay-card h3 {
  min-height: 46px;
  margin: 0;
  font-size: 17px;
  font-weight: 740;
  letter-spacing: -.015em;
  line-height: 1.35;
}

.gm-home-stay-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--gm-home-navy);
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gm-home-stay-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: 17px;
  padding-top: 14px;
  border-top: 1px solid #edf1f5;
}

.gm-home-stay-card__price {
  min-width: 0;
}

.gm-home-stay-card__price small {
  display: block;
  color: var(--gm-home-muted);
  font-size: 10px;
  line-height: 1.2;
}

.gm-home-stay-card__price strong {
  color: var(--gm-home-navy);
  font-size: 20px;
  line-height: 1.2;
}

.gm-home-stay-card__price span {
  color: var(--gm-home-muted);
  font-size: 11px;
}

.gm-home-stay-card__capacity {
  display: inline-flex;
  align-items: center;
  max-width: 47%;
  gap: 5px;
  color: var(--gm-home-muted);
  font-size: 10.5px;
  line-height: 1.3;
  text-align: right;
}

.gm-home-stay-card__capacity svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: var(--gm-home-blue);
}

.gm-home-destinations {
  background: linear-gradient(180deg, #edf5fb 0%, #f8fbfd 100%) !important;
}

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

.gm-home-destination-card {
  position: relative;
  display: block;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 22px;
  color: #fff;
  background: var(--gm-home-navy);
  box-shadow: 0 14px 35px rgba(16, 42, 67, .14);
  isolation: isolate;
}

.gm-home-destination-card img,
.gm-home-destination-card__fallback,
.gm-home-destination-card__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gm-home-destination-card img {
  z-index: -3;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2, .75, .25, 1);
}

.gm-home-destination-card__fallback {
  z-index: -3;
  background:
    radial-gradient(circle at 80% 20%, rgba(227, 182, 77, .32), transparent 32%),
    linear-gradient(135deg, #1c4669, #102a43 70%);
}

.gm-home-destination-card__veil {
  z-index: -2;
  background: linear-gradient(0deg, rgba(6, 23, 39, .88), rgba(6, 23, 39, .06) 72%);
}

.gm-home-destination-card:hover,
.gm-home-destination-card:focus-visible {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 24px 50px rgba(16, 42, 67, .22);
}

.gm-home-destination-card:hover img,
.gm-home-destination-card:focus-visible img {
  transform: scale(1.055);
}

.gm-home-destination-card__copy {
  position: absolute;
  right: 22px;
  bottom: 21px;
  left: 22px;
}

.gm-home-destination-card__copy strong,
.gm-home-destination-card__copy small {
  display: block;
}

.gm-home-destination-card__copy strong {
  font-size: 25px;
  font-weight: 760;
  letter-spacing: -.03em;
  line-height: 1.1;
}

.gm-home-destination-card__copy small {
  margin-top: 6px;
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
}

.gm-home-how {
  background: #fff;
}

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

.gm-home-how__grid::before {
  position: absolute;
  top: 42px;
  right: 16.66%;
  left: 16.66%;
  height: 1px;
  border-top: 1px dashed #b9cbdc;
  content: "";
}

.gm-home-how__grid article {
  position: relative;
  z-index: 1;
  padding: 30px;
  border: 1px solid var(--gm-home-line);
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.gm-home-how__number {
  position: absolute;
  top: 16px;
  right: 18px;
  color: #6f89a1;
  font-size: 30px;
  font-weight: 850;
  letter-spacing: -.04em;
}

.gm-home-how__icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 auto 20px;
  place-items: center;
  color: var(--gm-home-blue);
  border: 1px solid #d6e4ef;
  border-radius: 20px;
  background: var(--gm-home-soft);
  box-shadow: 0 0 0 10px #fff;
}

.gm-home-how__icon svg {
  width: 29px;
  height: 29px;
}

.gm-home-how h3 {
  margin: 0;
  color: var(--gm-home-navy);
  font-size: 19px;
  font-weight: 750;
}

.gm-home-how article p {
  margin: 9px 0 0;
  color: var(--gm-home-muted);
  font-size: 14px;
  line-height: 1.6;
}

.gm-home-how__action {
  margin-top: 22px;
  text-align: center;
}

.gm-home-host {
  padding-block: 1px 40px;
  background: #fff !important;
}

.gm-home-host__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, .5fr);
  align-items: center;
  gap: 40px;
  overflow: hidden;
  padding: 55px 64px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 15%, rgba(227, 182, 77, .25), transparent 28%),
    linear-gradient(125deg, #102a43, #173f61 65%, #1d5a86);
  box-shadow: 0 24px 60px rgba(16, 42, 67, .2);
}

.gm-home-host__copy {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.gm-home-host .gm-home-kicker {
  color: #ffd27f;
}

.gm-home-host h2,
.gm-home-host p {
  color: #fff;
}

.gm-home-host p {
  max-width: 720px;
  color: rgba(255, 255, 255, .8);
}

.gm-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  margin-top: 22px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.gm-home-button:hover,
.gm-home-button:focus-visible {
  text-decoration: none;
  transform: translateY(-2px);
}

.gm-home-button--primary {
  color: #fff;
  background: var(--gm-home-orange-text);
  box-shadow: 0 11px 24px rgba(237, 115, 29, .26);
}

.gm-home-button--primary:hover,
.gm-home-button--primary:focus-visible {
  color: #fff;
  background: var(--gm-home-orange-hover);
}

.gm-home-button--gold {
  color: #172b3f;
  background: #f1c667;
  box-shadow: 0 12px 28px rgba(227, 182, 77, .2);
}

.gm-home-button--gold:hover,
.gm-home-button--gold:focus-visible {
  color: #102a43;
  background: #ffd57d;
}

.gm-home-button--secondary {
  color: var(--gm-home-navy);
  border-color: #b9cbdc;
  background: #fff;
}

.gm-home-button--secondary:hover,
.gm-home-button--secondary:focus-visible {
  color: #fff;
  border-color: var(--gm-home-blue);
  background: var(--gm-home-blue);
}

.gm-home-host__visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  opacity: .84;
}

.gm-home-host__visual::before {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(255, 255, 255, .035), 0 0 0 84px rgba(255, 255, 255, .025);
  content: "";
}

.gm-home-host__visual svg {
  width: min(100%, 300px);
  fill: none;
  stroke: #f5cf7c;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 8;
}

.gm-home-real-estate {
  padding-block: 0 40px;
  background: #fff !important;
}

.gm-home-real-estate__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 34px;
  border: 1px solid var(--gm-home-line);
  border-radius: 20px;
  background: #f8fafc;
}

.gm-home-real-estate__card > div {
  max-width: 880px;
}

.gm-home-real-estate h2 {
  font-size: clamp(23px, 2.4vw, 34px);
}

.gm-home-real-estate .gm-home-button {
  flex: 0 0 auto;
  margin: 0;
}

.gm-home-empty {
  padding: 45px 30px;
  border: 1px dashed #b8cada;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.gm-home-empty h3 {
  margin: 0;
  color: var(--gm-home-navy);
}

.gm-home-empty p {
  margin: 10px 0 0;
  color: var(--gm-home-muted);
}

.gm-homepage a:focus-visible,
.gm-homepage button:focus-visible,
.gm-homepage input:focus-visible,
.gm-homepage select:focus-visible {
  outline: 3px solid var(--gm-home-blue);
  outline-offset: 3px;
}

.gm-home-host .gm-home-button:focus-visible,
.gm-home-hero .gm-home-button:focus-visible {
  outline-color: #fff;
}

@media (max-width: 1199.98px) {
  .gm-home-hero {
    min-height: 630px;
  }

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

  .gm-home-trust__item:nth-child(2) {
    border-right: 0;
  }

  .gm-home-trust__item:nth-child(-n+2) {
    border-bottom: 1px solid var(--gm-home-line);
  }

  .gm-home-trust__item:first-child,
  .gm-home-trust__item:nth-child(3) {
    padding-left: 0;
  }

  .gm-home-trust__item:nth-child(2),
  .gm-home-trust__item:last-child {
    padding-right: 0;
  }

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

@media (max-width: 991.98px) {
  .gm-home-shell {
    width: min(calc(100% - 34px), 920px);
  }

  .gm-home-hero {
    min-height: auto;
  }

  .gm-home-hero__inner {
    padding-block: 24px 56px;
  }

  .gm-home-hero__media img {
    object-position: 68% center;
  }

  .gm-home-hero__veil {
    background: linear-gradient(90deg, rgba(7, 24, 41, .94), rgba(7, 24, 41, .66) 72%, rgba(7, 24, 41, .4));
  }

  .gm-home-section {
    padding-block: 66px;
  }

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

  .gm-home-how__grid::before {
    display: none;
  }

  .gm-home-how__grid article:last-child {
    grid-column: 1 / -1;
  }

  .gm-home-host__card {
    grid-template-columns: 1fr;
    padding: 48px;
  }

  .gm-home-host__visual {
    position: absolute;
    right: -30px;
    bottom: -45px;
    width: 260px;
    opacity: .2;
  }
}

@media (max-width: 767.98px) {
  .gm-home-shell {
    width: calc(100% - 26px);
  }

  .gm-home-hero__inner {
    padding-block: 18px 36px;
  }

  .gm-home-hero__media img {
    object-position: 73% center;
  }

  .gm-home-hero__veil {
    background: linear-gradient(180deg, rgba(6, 22, 38, .7), rgba(6, 22, 38, .92) 66%, rgba(6, 22, 38, .98));
  }

  .gm-home-eyebrow {
    margin-bottom: 12px;
    padding: 6px 9px;
    font-size: 9.5px;
  }

  .gm-home-hero h1 {
    font-size: clamp(36px, 10.4vw, 52px);
    line-height: 1.02;
  }

  .gm-home-hero__copy > p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.5;
  }

  .gm-home-hero__search {
    margin-top: 25px;
  }

  .gm-homepage .pscs-search-block {
    padding: 8px;
    border-radius: 17px;
  }

  .gm-home-trust__grid {
    grid-template-columns: 1fr;
    padding-block: 7px;
  }

  .gm-home-trust__item,
  .gm-home-trust__item:first-child,
  .gm-home-trust__item:nth-child(2),
  .gm-home-trust__item:nth-child(3),
  .gm-home-trust__item:last-child {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--gm-home-line);
  }

  .gm-home-trust__item:last-child {
    border-bottom: 0;
  }

  .gm-home-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 12px;
  }

  .gm-home-trust__item small {
    font-size: 11px;
  }

  .gm-home-section {
    padding-block: 20px;
  }

  .gm-home-section__head {
    display: block;
    margin-bottom: 22px;
  }

  .gm-home-section__head h2,
  .gm-home-host h2 {
    font-size: 31px;
  }

  .gm-home-section__head p,
  .gm-home-host p,
  .gm-home-real-estate p {
    font-size: 14px;
    line-height: 1.55;
  }

  .gm-home-section__head > .gm-home-text-link {
    margin-top: 11px;
  }

  .gm-home-stay-grid,
  .gm-home-destination-grid {
    display: flex;
    width: auto;
    margin-inline: -13px;
    padding-inline: 13px;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 13px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .gm-home-stay-grid::-webkit-scrollbar,
  .gm-home-destination-grid::-webkit-scrollbar {
    display: none;
  }

  .gm-home-stay-card {
    width: min(82vw, 330px);
    flex: 0 0 min(82vw, 330px);
    scroll-snap-align: start;
  }

  .gm-home-stay-card:hover,
  .gm-home-stay-card:focus-within {
    transform: none;
  }

  .gm-home-destination-card {
    width: min(82vw, 350px);
    min-height: 245px;
    flex: 0 0 min(82vw, 350px);
    scroll-snap-align: start;
  }

  .gm-home-how__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gm-home-how__grid article,
  .gm-home-how__grid article:last-child {
    grid-column: auto;
    padding: 24px 22px;
  }

  .gm-home-how__icon {
    width: 54px;
    height: 54px;
    margin-bottom: 15px;
    border-radius: 17px;
  }

  .gm-home-host {
    padding-block: 2px 4px;
  }

  .gm-home-host__card {
    padding: 36px 26px;
    border-radius: 22px;
  }

  .gm-home-host__visual {
    right: -65px;
    bottom: -55px;
  }

  .gm-home-real-estate {
    padding-bottom: 20px;
  }

  .gm-home-real-estate__card {
    display: block;
    padding: 24px;
  }

  .gm-home-real-estate .gm-home-button {
    width: 100%;
    margin-top: 18px;
  }
}

@media (max-width: 575.98px) {
  .gm-homepage .pscs-search-form .btn-primary,
  .gm-homepage .pscs-search-form button[type="submit"] {
    height: 60px;
    min-height: 60px;
  }
}

@media (max-width: 420px) {
  .gm-home-hero__inner {
    padding-top: 20px;
  }

  .gm-home-hero h1 {
    font-size: 36px;
  }

  .gm-homepage .pscs-search-block {
    box-shadow: 0 18px 42px rgba(4, 19, 34, .28);
  }

  .gm-home-stay-card__footer {
    align-items: flex-start;
  }
}

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