/* Homepage hero */
.sds-homepage { min-height: 0; }

.sds-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--sds-border);
}

.sds-hero__layout {
  width: min(100%, 1680px);
  min-height: clamp(570px, 42vw, 620px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 49%) minmax(0, 51%);
}

.sds-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  padding: clamp(46px, 4.2vw, 66px) clamp(30px, 4vw, 68px) 40px;
  background: linear-gradient(104deg, #fff 0%, #fff 69%, rgba(255,255,255,.90) 86%, rgba(255,255,255,0) 100%);
}

.sds-hero__content::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: -10%;
  top: 3%;
  width: 88%;
  height: 78%;
  border: 1px solid rgba(33,118,189,.07);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.sds-hero__content-inner {
  width: min(100%, 690px);
  margin-left: auto;
}

.sds-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 0 0 19px;
  padding: 9px 17px;
  border-radius: 999px;
  color: #fff;
  background: var(--sds-red);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.sds-hero__title {
  max-width: 680px;
  margin: 0;
  color: #0d0d0d;
  font-size: clamp(43px, 3.65vw, 63px);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -.042em;
  text-wrap: balance;
}

.sds-hero__description {
  max-width: 635px;
  margin: 19px 0 0;
  color: #333a42;
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.65;
}

.sds-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 25px;
}

.sds-hero-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 27px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.sds-hero-button--primary {
  color: #fff;
  background: var(--sds-red);
  border-color: var(--sds-red);
}
.sds-hero-button--primary:hover,
.sds-hero-button--primary:focus-visible {
  color: #fff;
  background: #bd0b09;
  border-color: #bd0b09;
  box-shadow: none;
}

.sds-hero-button--secondary {
  color: var(--sds-blue);
  background: #fff;
  border-color: var(--sds-blue);
}
.sds-hero-button--secondary:hover,
.sds-hero-button--secondary:focus-visible {
  color: #fff;
  background: var(--sds-blue);
  border-color: var(--sds-blue);
  box-shadow: none;
}

.sds-hero__review-sources {
  max-width: 650px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 28px;
}

.sds-review-source {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #171b20;
  text-decoration: none;
}

.sds-review-source--google:hover .sds-review-source__content small {
  color: var(--sds-blue);
}

.sds-review-source__mark {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  line-height: 1;
}

.sds-review-source__mark--google {
  width: 34px;
  height: 34px;
}

.sds-review-source__mark--google img {
  width: 34px;
  height: 34px;
  display: block;
  object-fit: contain;
}

.sds-review-source__mark--trustpilot {
  width: 40px;
  height: 40px;
  color: #00b67a;
  font-size: 42px;
  transform: translateY(-1px);
}

.sds-review-source__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.sds-review-source__score {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.sds-review-source__score strong {
  color: #111;
  font-size: 18px;
  font-weight: 800;
}

.sds-review-source__score span {
  color: #f4a400;
  font-size: 14px;
  letter-spacing: .8px;
}

.sds-review-source--trustpilot .sds-review-source__score span { color: #00b67a; }

.sds-review-source__content small {
  margin-top: 5px;
  color: #5c6470;
  font-size: 14px;
  line-height: 1.3;
  transition: color .2s ease;
}

.sds-hero__reassurance {
  max-width: 650px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 18px;
  color: #34404b;
  font-size: 14px;
  font-weight: 550;
}

.sds-hero__reassurance span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.sds-hero__reassurance i {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border: 2px solid #00b67a;
  border-radius: 50%;
  color: #00b67a;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.sds-hero__visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  background: #edf3f7;
}

.sds-hero__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 43% 61%;
}

.sds-hero__image-fade {
  position: absolute;
  inset: 0 auto 0 0;
  width: 20%;
  pointer-events: none;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.82) 28%, rgba(255,255,255,.27) 68%, rgba(255,255,255,0) 100%);
}

.sds-hero-booking {
  position: absolute;
  z-index: 5;
  right: clamp(18px, 3vw, 48px);
  bottom: 22px;
  width: min(610px, calc(100% - 36px));
  padding: 22px 24px 24px;
  border: 1px solid rgba(0,0,0,.16);
  border-radius: 13px;
  background: rgba(255,255,255,.98);
  box-shadow: none;
}

.sds-hero-booking h2 {
  margin: 0 0 16px;
  color: #141414;
  font-size: 18px;
  font-weight: 780;
  line-height: 1.2;
}

.sds-hero-booking__fields {
  display: grid;
  grid-template-columns: .95fr 1fr 1fr;
  gap: 11px;
}
.sds-hero-booking label { min-width: 0; }
.sds-hero-booking label > span {
  display: block;
  margin-bottom: 6px;
  color: #222;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.2;
}
.sds-hero-booking input,
.sds-hero-booking select {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #cfd6dd;
  border-radius: 7px;
  outline: none;
  color: #252a30;
  background: #fff;
  font-size: 12.5px;
  box-shadow: none;
  transition: border-color .2s ease;
}
.sds-hero-booking input:focus,
.sds-hero-booking select:focus { border-color: var(--sds-blue); }
.sds-hero-booking input::placeholder { color: #7a8490; }
.sds-hero-booking button {
  width: 100%;
  min-height: 47px;
  margin-top: 14px;
  border: 1px solid var(--sds-red);
  border-radius: 7px;
  color: #fff;
  background: var(--sds-red);
  font-size: 14.5px;
  font-weight: 750;
  cursor: pointer;
  box-shadow: none;
  transition: background-color .2s ease, border-color .2s ease;
}
.sds-hero-booking button:hover,
.sds-hero-booking button:focus-visible {
  background: #bd0b09;
  border-color: #bd0b09;
  box-shadow: none;
}

.sds-homepage-content { width: min(calc(100% - 40px), var(--sds-container)); margin: 0 auto; }

@media (max-width: 1320px) {
  .sds-hero__layout { min-height: 590px; grid-template-columns: minmax(0, 51%) minmax(0, 49%); }
  .sds-hero__content { padding-left: 34px; padding-right: 32px; padding-top: 50px; }
  .sds-hero__title { font-size: clamp(42px, 3.75vw, 58px); }
  .sds-hero__review-sources { gap: 18px; }
  .sds-hero-booking { width: min(560px, calc(100% - 30px)); right: 15px; }
}

@media (max-width: 1100px) {
  .sds-hero__layout {
    min-height: 610px;
    grid-template-columns: 52% 48%;
  }

  .sds-hero__content {
    align-items: center;
    padding: 24px;
  }

  .sds-hero__content-inner {
    width: 100%;
    max-width: 620px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .sds-hero__eyebrow {
    margin-bottom: 13px;
  }

  .sds-hero__title {
    font-size: 46px;
  }

  .sds-hero__description {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.54;
  }

  .sds-hero__actions {
    margin-top: 18px;
  }

  .sds-hero__review-sources {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
  }

  .sds-review-source {
    gap: 9px;
  }

  .sds-review-source__mark--google,
  .sds-review-source__mark--google img {
    width: 29px;
    height: 29px;
  }

  .sds-review-source__mark--trustpilot {
    width: 31px;
    height: 31px;
    font-size: 34px;
  }

  .sds-review-source__score {
    gap: 4px;
  }

  .sds-review-source__score strong {
    font-size: 16px;
  }

  .sds-review-source__score span {
    font-size: 11px;
    letter-spacing: 0.3px;
  }

  .sds-review-source__content small {
    margin-top: 4px;
    font-size: 12px;
  }

  .sds-hero__reassurance {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    margin-top: 13px;
    font-size: 12.5px;
  }

  .sds-hero__reassurance span {
    min-width: 0;
    gap: 7px;
    white-space: nowrap;
  }

  .sds-hero__reassurance i {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    font-size: 11px;
  }

  .sds-hero-booking {
    width: calc(100% - 28px);
    right: 14px;
    bottom: 16px;
    padding: 16px;
  }

  .sds-hero-booking h2 {
    margin-bottom: 12px;
    font-size: 17px;
  }

  .sds-hero-booking__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .sds-hero-booking__fields label:first-child {
    grid-column: 1 / -1;
  }

  .sds-hero-booking label > span {
    margin-bottom: 4px;
    font-size: 10.5px;
  }

  .sds-hero-booking input,
  .sds-hero-booking select {
    height: 39px;
    padding-inline: 10px;
    font-size: 12px;
  }

  .sds-hero-booking button {
    min-height: 43px;
    margin-top: 10px;
    font-size: 13.5px;
  }
}

@media (max-width: 900px) {
  .sds-hero__layout { display: block; min-height: 0; }
  .sds-hero__content { padding: 46px 28px 42px; background: #fff; }
  .sds-hero__content-inner { width: min(100%, 720px); margin: 0 auto; }
  .sds-hero__title { max-width: 760px; font-size: clamp(42px, 8vw, 60px); }
  .sds-hero__review-sources { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sds-hero__reassurance { display: flex; }
  .sds-hero__visual { min-height: 680px; }
  .sds-hero__image { position: absolute; inset: 0; object-position: 43% 62%; }
  .sds-hero__image-fade { display: none; }
  .sds-hero-booking { right: 20px; bottom: 20px; width: calc(100% - 40px); }
  .sds-hero-booking__fields { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sds-hero-booking__fields label:first-child { grid-column: auto; }
}

@media (max-width: 680px) {
  .sds-hero__content { padding: 34px 20px 35px; }
  .sds-hero__eyebrow { min-height: 34px; margin-bottom: 16px; padding: 8px 14px; font-size: 12.5px; }
  .sds-hero__title { font-size: clamp(37px, 11.5vw, 52px); letter-spacing: -.04em; }
  .sds-hero__description { margin-top: 17px; font-size: 15.5px; line-height: 1.6; }
  .sds-hero__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 23px; }
  .sds-hero-button { min-height: 48px; padding: 0 14px; font-size: 14px; }
  .sds-hero__review-sources { grid-template-columns: 1fr; gap: 14px; margin-top: 25px; }
  .sds-hero__reassurance { display: grid; gap: 9px; margin-top: 15px; }
  .sds-hero__visual { min-height: 720px; }
  .sds-hero__image { height: 450px; position: relative; object-position: 46% 61%; }
  .sds-hero-booking { position: relative; right: auto; bottom: auto; width: calc(100% - 28px); margin: -20px auto 22px; padding: 18px; }
  .sds-hero-booking__fields { grid-template-columns: 1fr; }
  .sds-hero-booking__fields label:first-child { grid-column: auto; }
}

@media (max-width: 420px) {
  .sds-hero__actions { grid-template-columns: 1fr; }
  .sds-hero__image { height: 390px; object-position: 48% 60%; }
}

@media (prefers-reduced-motion: reduce) {
  .sds-hero-button,
  .sds-review-source__content small,
  .sds-hero-booking input,
  .sds-hero-booking select,
  .sds-hero-booking button { transition: none !important; }
}
