body.contact-page {
  background: #f4f8fb;
  overflow-x: hidden;
}

body.contact-page .contact-hero {
  position: relative;
  min-height: 590px;
  padding: 142px 0 70px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 25, 45, .94) 0%, rgba(0, 45, 70, .78) 42%, rgba(0, 30, 48, .34) 100%),
    url("../images/yacht-hero-optimized.webp") center center / cover no-repeat;
}

body.contact-page .contact-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 118px;
  background: linear-gradient(180deg, rgba(0, 28, 48, 0) 0%, rgba(0, 28, 48, .92) 100%);
  pointer-events: none;
}

body.contact-page .contact-hero-nav {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  width: min(100%, 1600px);
  padding: 34px 64px 0;
  transform: translateX(-50%);
}

body.contact-page .contact-hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
  color: #fff !important;
  text-decoration: none !important;
}

body.contact-page .contact-hero-brand img {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

body.contact-page .contact-hero-brand span {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: .92;
  text-transform: uppercase;
}

body.contact-page .contact-hero-links,
body.contact-page .contact-hero-actions {
  display: flex;
  align-items: center;
}

body.contact-page .contact-hero-links {
  justify-content: center;
  gap: clamp(22px, 3vw, 54px);
  flex: 1 1 auto;
}

body.contact-page .contact-hero-links a,
body.contact-page .contact-hero-lang,
body.contact-page .contact-hero-mobile-menu a {
  position: relative;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
}

body.contact-page .contact-hero-links a::after,
body.contact-page .contact-hero-lang::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  height: 4px;
  background: #d69f27;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .18s ease;
}

body.contact-page .contact-hero-links a:hover::after,
body.contact-page .contact-hero-links a:focus-visible::after,
body.contact-page .contact-hero-links a[aria-current="page"]::after,
body.contact-page .contact-hero-lang:hover::after,
body.contact-page .contact-hero-lang:focus-visible::after {
  transform: scaleX(1);
}

body.contact-page .contact-hero-actions {
  justify-content: flex-end;
  gap: 18px;
  min-width: 150px;
}

body.contact-page .contact-hero-divider {
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, .45);
}

body.contact-page .contact-hero-whatsapp,
body.contact-page .contact-hero-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #fff !important;
  padding: 0;
}

body.contact-page .contact-hero-whatsapp svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

body.contact-page .contact-hero-menu-button {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

body.contact-page .contact-hero-menu-button span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
}

body.contact-page .contact-hero-mobile-menu[hidden] {
  display: none !important;
}

body.contact-page .contact-hero-mobile-menu {
  position: absolute;
  top: 92px;
  right: 28px;
  z-index: 6;
  display: grid;
  gap: 15px;
  width: min(310px, calc(100% - 56px));
  padding: 22px;
  background: rgba(0, 25, 45, .96);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 22px 44px rgba(0, 0, 0, .25);
}

body.contact-page .contact-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1600px;
  padding-left: 64px;
  padding-right: 64px;
}

body.contact-page .contact-hero-copy {
  max-width: 650px;
}

body.contact-page .contact-hero-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: #d69f27;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.contact-page .contact-hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .96;
  text-transform: none;
}

body.contact-page .contact-hero p {
  max-width: 560px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .94);
  font-size: 18px;
  line-height: 1.65;
}

body.contact-page .contact-hero-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 28px;
  color: #fff;
  font-size: 14px;
}

body.contact-page .contact-hero-stars {
  display: inline-flex;
  gap: 3px;
  color: #f6b02d;
  font-size: 15px;
}

body.contact-page .contact-hero-rating strong {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

body.contact-page .contact-hero-rating span:last-child {
  color: rgba(255, 255, 255, .78);
}

body.contact-page .contact-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 820px;
}

body.contact-page .contact-hero-points div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 4px 12px;
  align-items: center;
  color: #fff;
}

body.contact-page .contact-hero-points i {
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #c59b49;
  border: 1px solid rgba(197, 155, 73, .75);
  border-radius: 50%;
}

body.contact-page .contact-hero-points strong {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.contact-page .contact-hero-points span {
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  line-height: 1.35;
}

body.contact-page .contact-main {
  background: #f4f8fb;
  padding-top: 44px;
}

body.contact-page .y-single_info_inner {
  padding: 24px;
  background: #fff;
  border: 1px solid #e0e8ef;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 31, 56, .08);
}

body.contact-page .y-contact {
  margin-bottom: 0;
}

body.contact-page .y-map {
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
}

body.contact-page .y-contact_side > div {
  padding: 26px;
  background: #f8fbfd;
  border: 1px solid #e2ebf2;
  border-radius: 8px;
}

body.contact-page .y-contact_side > div + div {
  margin-top: 18px;
}

body.contact-page .y-contact_side h3 {
  color: #061f38;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
}

body.contact-page .y-contact_side h3 i {
  color: #c59b49;
}

body.contact-page .y-contact_side address,
body.contact-page .y-contact_side li {
  color: #273f55;
}

body.contact-page .y-contact_side a {
  color: #006da8;
}

body.contact-page .contact-hero-nav a:focus-visible,
body.contact-page .contact-hero-menu-button:focus-visible,
body.contact-page .contact-hero-mobile-menu a:focus-visible {
  outline: 3px solid rgba(214, 159, 39, .7) !important;
  outline-offset: 5px;
}

@media (max-width: 1120px) {
  body.contact-page .contact-hero-nav,
  body.contact-page .contact-hero-inner {
    padding-left: 32px;
    padding-right: 32px;
  }

  body.contact-page .contact-hero-links {
    gap: 24px;
  }

  body.contact-page .contact-hero-links a,
  body.contact-page .contact-hero-lang {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  body.contact-page .contact-hero {
    min-height: 520px;
    padding: 122px 0 58px;
  }

  body.contact-page .contact-hero-links {
    display: none;
  }

  body.contact-page .contact-hero-menu-button {
    display: inline-flex;
  }

  body.contact-page .contact-hero h1 {
    font-size: 58px;
  }

  body.contact-page .contact-hero-brand {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  body.contact-page .contact-hero {
    min-height: 465px;
    padding: 102px 0 38px;
    background:
      linear-gradient(180deg, rgba(0, 25, 45, .96) 0%, rgba(0, 45, 70, .75) 52%, rgba(0, 30, 48, .88) 100%),
      url("../images/yacht-hero-optimized.webp") center center / cover no-repeat;
  }

  body.contact-page .contact-hero-nav {
    padding: 22px 16px 0;
    gap: 16px;
  }

  body.contact-page .contact-hero-brand img {
    width: 42px;
    height: 42px;
  }

  body.contact-page .contact-hero-brand span {
    font-size: 14px;
  }

  body.contact-page .contact-hero-actions {
    gap: 12px;
    min-width: 0;
  }

  body.contact-page .contact-hero-lang {
    font-size: 12px;
  }

  body.contact-page .contact-hero-divider {
    height: 28px;
  }

  body.contact-page .contact-hero-mobile-menu {
    top: 76px;
    right: 16px;
    width: calc(100% - 32px);
  }

  body.contact-page .contact-hero-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.contact-page .contact-hero h1 {
    max-width: 330px;
    margin-bottom: 14px;
    font-size: 42px;
    line-height: 1;
  }

  body.contact-page .contact-hero p {
    max-width: 350px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.55;
  }

  body.contact-page .contact-hero-rating {
    gap: 7px 9px;
    margin-bottom: 18px;
    font-size: 12px;
  }

  body.contact-page .contact-hero-rating strong {
    font-size: 11px;
  }

  body.contact-page .contact-hero-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  body.contact-page .contact-hero-points div {
    display: block;
    text-align: center;
  }

  body.contact-page .contact-hero-points i {
    width: 30px;
    height: 30px;
    margin: 0 auto 8px;
    font-size: 12px;
  }

  body.contact-page .contact-hero-points strong {
    display: block;
    font-size: 10px;
    line-height: 1.25;
  }

  body.contact-page .contact-hero-points span {
    display: none;
  }

  body.contact-page .contact-main {
    padding-top: 18px;
  }

  body.contact-page .y-single_info_inner {
    padding: 14px;
    border-radius: 0;
  }

  body.contact-page .y-map {
    min-height: 360px;
  }

  body.contact-page .y-contact_side > div {
    padding: 20px;
  }
}
/* Contact showcase section. */
body.contact-page .contact-main {
  position: relative;
  overflow: hidden;
  padding: 0 0 54px;
  background:
    radial-gradient(circle at 18% 18%, rgba(190, 139, 55, .08), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(6, 31, 56, .05), transparent 24%),
    #fbfaf8;
  color: #111922;
  font-family: "Manrope", Arial, sans-serif;
}

body.contact-page .contact-showcase {
  padding: 20px 80px 0;
}

body.contact-page .contact-showcase__inner {
  width: min(100%, 1418px);
  margin: 0 auto;
}

body.contact-page .contact-showcase__header {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

body.contact-page .contact-showcase__eyebrow {
  display: block;
  margin-bottom: 14px;
  color: #bb8128;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .22em;
  line-height: 1;
  text-transform: uppercase;
}

body.contact-page .contact-showcase__header h1 {
  margin: 0;
  color: #111922;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 5vw, 74px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: .95;
}

body.contact-page .contact-showcase__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 20px 0 18px;
  color: #bd8832;
  font-size: 24px;
  line-height: 1;
}

body.contact-page .contact-showcase__divider::before,
body.contact-page .contact-showcase__divider::after {
  content: "";
  width: 62px;
  height: 1px;
  background: currentColor;
}

body.contact-page .contact-showcase__header p {
  max-width: 650px;
  margin: 0 auto;
  color: #3f454c;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

body.contact-page .contact-showcase__content {
  display: grid;
  grid-template-columns: minmax(320px, 450px) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

body.contact-page .contact-showcase__details {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

body.contact-page .contact-info-card {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 24px;
  color: #0d131b;
  text-decoration: none;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(16, 24, 32, .06);
  border-radius: 9px;
  box-shadow: 0 18px 35px rgba(16, 24, 32, .08);
}

body.contact-page a.contact-info-card:hover,
body.contact-page a.contact-info-card:focus-visible {
  color: #0d131b;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(16, 24, 32, .11);
}

body.contact-page .contact-info-card__icon {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #bd8832;
  font-size: 34px;
  background: #f1ede6;
  border-radius: 50%;
}

body.contact-page .contact-info-card__copy {
  min-width: 0;
  display: block;
}

body.contact-page .contact-info-card__copy small {
  display: block;
  margin-bottom: 8px;
  color: #bd8128;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1;
  text-transform: uppercase;
}

body.contact-page .contact-info-card__copy strong {
  display: block;
  color: #0d131b;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
}

body.contact-page .contact-info-card__copy--email strong {
  font-size: 16px;
  overflow-wrap: anywhere;
}

body.contact-page .contact-info-card__copy strong span {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.contact-page .contact-info-card__copy em {
  display: block;
  margin-top: 2px;
  color: #454b54;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

body.contact-page .contact-faq-button {
  width: 180px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 5px;
  color: #0e151d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .66);
  border: 1px solid #c79548;
  border-radius: 999px;
}

body.contact-page .contact-faq-button span {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

body.contact-page .contact-faq-button:hover,
body.contact-page .contact-faq-button:focus-visible {
  color: #0e151d;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 12px 24px rgba(16, 24, 32, .08);
}

body.contact-page .contact-showcase__visual {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: #10283d;
  border-radius: 11px;
  box-shadow: 0 20px 44px rgba(16, 24, 32, .12);
}

body.contact-page .contact-showcase__visual img {
  width: 100%;
  height: 590px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

body.contact-page .contact-showcase__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(9, 15, 22, .1), rgba(9, 15, 22, .04) 45%, rgba(9, 15, 22, .16));
}

body.contact-page .contact-touch-card {
  position: absolute;
  z-index: 1;
  top: 54px;
  right: 52px;
  width: min(385px, calc(100% - 88px));
  min-height: 500px;
  padding: 52px 42px 42px;
  color: #111922;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 12px;
  box-shadow: 0 24px 45px rgba(16, 24, 32, .16);
  backdrop-filter: blur(10px);
}

body.contact-page .contact-touch-card h2 {
  margin: 0;
  color: #111922;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.05;
}

body.contact-page .contact-touch-card__rule {
  display: block;
  width: 44px;
  height: 1px;
  margin: 27px 0 31px;
  background: #bd8832;
}

body.contact-page .contact-touch-card > p {
  margin: 0 0 30px;
  color: #313942;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}

body.contact-page .contact-touch-card ul {
  display: grid;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.contact-page .contact-touch-card li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

body.contact-page .contact-touch-card li > span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  background: linear-gradient(135deg, #d0a356, #af792c);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(179, 123, 44, .25);
}

body.contact-page .contact-touch-card li p {
  margin: 0;
}

body.contact-page .contact-touch-card li strong {
  display: block;
  margin-bottom: 3px;
  color: #111922;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

body.contact-page .contact-touch-card li small {
  display: block;
  color: #49505a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

body.contact-page .contact-review-strip {
  min-height: 154px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
  padding: 28px 50px;
  color: #111922;
  background: rgba(255, 255, 255, .93);
  border: 1px solid rgba(16, 24, 32, .06);
  border-radius: 11px;
  box-shadow: 0 18px 36px rgba(16, 24, 32, .08);
}

body.contact-page .contact-review-strip small {
  display: block;
  margin-bottom: 14px;
  color: #bd8128;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1;
  text-transform: uppercase;
}

body.contact-page .contact-review-strip strong {
  display: block;
  color: #111922;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.25;
}

body.contact-page .contact-review-strip p {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 13px 0 0;
}

body.contact-page .contact-review-strip p span {
  color: #f2a300;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1;
}

body.contact-page .contact-review-strip p em {
  color: #535963;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

body.contact-page .contact-review-strip__google {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  font-family: Arial, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
  background: conic-gradient(from -40deg, #4285f4 0 24%, #34a853 0 43%, #fbbc05 0 62%, #ea4335 0 78%, #4285f4 0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.contact-page .contact-info-card:focus-visible,
body.contact-page .contact-faq-button:focus-visible,
body.contact-page .contact-touch-card a:focus-visible {
  outline: 3px solid rgba(190, 136, 50, .55);
  outline-offset: 4px;
}

@media (max-width: 1200px) {
  body.contact-page .contact-showcase {
    padding-left: 32px;
    padding-right: 32px;
  }

  body.contact-page .contact-showcase__content {
    grid-template-columns: minmax(300px, 410px) minmax(0, 1fr);
    gap: 28px;
  }

  body.contact-page .contact-touch-card {
    right: 32px;
  }
}

@media (max-width: 991px) {
  body.contact-page .contact-showcase {
    padding-top: 28px;
  }

  body.contact-page .contact-showcase__content {
    grid-template-columns: 1fr;
  }

  body.contact-page .contact-showcase__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.contact-page .contact-faq-button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  body.contact-page .contact-main {
    padding-bottom: 32px;
  }

  body.contact-page .contact-showcase {
    padding: 26px 16px 0;
  }

  body.contact-page .contact-showcase__header {
    margin-bottom: 30px;
  }

  body.contact-page .contact-showcase__eyebrow {
    font-size: 12px;
  }

  body.contact-page .contact-showcase__header h1 {
    font-size: 44px;
    line-height: 1;
  }

  body.contact-page .contact-showcase__divider {
    margin: 17px 0 16px;
  }

  body.contact-page .contact-showcase__header p {
    font-size: 16px;
  }

  body.contact-page .contact-showcase__details {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  body.contact-page .contact-info-card {
    min-height: 98px;
    gap: 16px;
    padding: 18px;
  }

  body.contact-page .contact-info-card__icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    font-size: 26px;
  }

  body.contact-page .contact-info-card__copy strong,
  body.contact-page .contact-info-card__copy--email strong {
    font-size: 15px;
  }

  body.contact-page .contact-faq-button {
    width: 100%;
  }

  body.contact-page .contact-showcase__visual {
    min-height: 0;
  }

  body.contact-page .contact-showcase__visual img {
    height: 360px;
  }

  body.contact-page .contact-touch-card {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    min-height: 0;
    margin: -80px 16px 18px;
    padding: 34px 26px 28px;
  }

  body.contact-page .contact-touch-card h2 {
    font-size: 32px;
  }

  body.contact-page .contact-touch-card > p {
    font-size: 15px;
  }

  body.contact-page .contact-review-strip {
    min-height: 0;
    align-items: flex-start;
    margin-top: 22px;
    padding: 24px;
  }

  body.contact-page .contact-review-strip strong {
    font-size: 20px;
  }

  body.contact-page .contact-review-strip p {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  body.contact-page .contact-review-strip__google {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    font-size: 46px;
  }
}

@media (max-width: 430px) {
  body.contact-page .contact-showcase__header h1 {
    font-size: 38px;
  }

  body.contact-page .contact-touch-card li {
    gap: 14px;
  }

  body.contact-page .contact-touch-card li small {
    font-size: 14px;
  }
}
/* Contact footer copied from home page. */
body.contact-page .hpt-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.contact-page .hpt-footer {
  --fn: #06192b;
  --fd: #03101e;
  --fg: #d09333;
  --fg2: #edae3c;
  --fl: rgba(255, 255, 255, .15);
  --ft: rgba(255, 255, 255, .9);
  --fm: rgba(255, 255, 255, .68);
  position: relative;
  overflow: hidden;
  padding: 54px 0 30px;
  color: #fff;
  background: radial-gradient(circle at 70% 16%, rgba(32, 91, 124, .38), transparent 36%), linear-gradient(180deg, #06192b 0%, #041321 100%);
}

body.contact-page .hpt-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(180deg, rgba(255, 255, 255, .02) 1px, transparent 1px);
  background-size: 74px 74px;
  pointer-events: none;
}

body.contact-page .hpt-footer__shell {
  position: relative;
  z-index: 1;
  width: min(1540px, calc(100% - 64px));
  margin: 0 auto;
}

body.contact-page .hpt-footer__trust {
  display: grid;
  grid-template-columns: minmax(260px, 1.55fr) repeat(4, minmax(150px, .95fr)) minmax(145px, .72fr);
  align-items: stretch;
  min-height: 202px;
  padding: 30px 36px;
  color: var(--fn);
  background: linear-gradient(135deg, #fffdf8 0%, #f7f3eb 100%);
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .26);
}

body.contact-page .hpt-footer__brand-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding-right: 30px;
}

body.contact-page .hpt-footer__brand-lockup {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

body.contact-page .hpt-footer__brand-lockup img {
  width: 74px;
  height: 75px;
  object-fit: contain;
}

body.contact-page .hpt-footer__brand-lockup h2 {
  margin: 0;
  color: #06192b;
  font: 800 25px/1.05 Cinzel, Georgia, serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.contact-page .hpt-footer__brand-card p {
  max-width: 285px;
  margin: 0;
  color: #10243d;
  font: 600 17px/1.55 Manrope, sans-serif;
}

body.contact-page .hpt-footer__trust-item {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 10px 24px;
  text-align: center;
  border-left: 1px solid rgba(6, 25, 43, .1);
}

body.contact-page .hpt-footer__gold-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: var(--fg);
  font: 400 42px/1 Georgia, serif;
}

body.contact-page .hpt-footer__trust-item img {
  width: 43px;
  height: 43px;
  object-fit: contain;
  filter: invert(55%) sepia(71%) saturate(519%) hue-rotate(358deg) brightness(91%) contrast(90%);
}

body.contact-page .hpt-footer__trust-item strong {
  color: #06192b;
  font: 900 13px/1.3 Manrope, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.contact-page .hpt-footer__trust-item small {
  max-width: 190px;
  color: #26364c;
  font: 600 13px/1.55 Manrope, sans-serif;
}

body.contact-page .hpt-footer__google {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 5px;
  min-width: 144px;
  margin-left: 28px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(6, 25, 43, .1);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(6, 25, 43, .08);
}

body.contact-page .hpt-footer__google img {
  width: 104px;
  height: auto;
  object-fit: contain;
}

body.contact-page .hpt-footer__google strong {
  color: #06192b;
  font: 900 30px/1 Manrope, sans-serif;
}

body.contact-page .hpt-footer__google span {
  color: #b67523;
  font-size: 17px;
  letter-spacing: 2px;
  white-space: nowrap;
}

body.contact-page .hpt-footer__google small {
  color: #06192b;
  font: 800 11px/1.2 Manrope, sans-serif;
}

body.contact-page .hpt-footer__nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.1fr;
  gap: clamp(34px, 5vw, 72px);
  padding: 70px 20px 58px;
}

body.contact-page .hpt-footer__nav-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
  color: var(--ft);
  font-style: normal;
}

body.contact-page .hpt-footer__nav-col h3 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 10px;
  color: #fff;
  font: 700 16px/1.15 "Cormorant Garamond", Georgia, serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.contact-page .hpt-footer__nav-col h3 span {
  width: 30px;
  color: var(--fg2);
  font: 400 30px/1 Georgia, serif;
  text-align: center;
}

body.contact-page .hpt-footer__nav-col a {
  color: var(--ft);
  font: 500 16px/1.2 Manrope, sans-serif;
  text-decoration: none;
  transition: color .18s ease, transform .18s ease, border-color .18s ease, background .18s ease;
}

body.contact-page .hpt-footer__nav-col a:hover {
  color: #fff;
  transform: translateX(2px);
}

body.contact-page .hpt-footer__quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: min(250px, 100%);
  min-height: 52px;
  margin-top: 10px;
  color: #fff !important;
  background: linear-gradient(135deg, #b77b28, #dda24c);
  border: 1px solid rgba(237, 174, 60, .45);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
  font: 900 13px/1 Manrope, sans-serif !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.contact-page .hpt-footer__accordion {
  display: none;
}

body.contact-page .hpt-footer__newsletter {
  display: grid;
  grid-template-columns: minmax(220px, .95fr) minmax(320px, 1.1fr) minmax(520px, 1.65fr);
  align-items: center;
  gap: 34px;
  padding: 36px 20px 32px;
  border-top: 1px solid rgba(208, 147, 51, .7);
  border-bottom: 1px solid rgba(208, 147, 51, .55);
}

body.contact-page .hpt-footer__newsletter h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 10px;
  color: #fff;
  font: 700 16px/1.2 "Cormorant Garamond", Georgia, serif;
  letter-spacing: .05em;
  text-transform: uppercase;
}

body.contact-page .hpt-footer__newsletter h3 span {
  color: var(--fg2);
  font-size: 28px;
  line-height: 1;
}

body.contact-page .hpt-footer__newsletter p {
  max-width: 300px;
  margin: 0;
  color: var(--ft);
  font: 500 15px/1.55 Manrope, sans-serif;
}

body.contact-page .hpt-footer__newsletter form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116px;
  min-height: 52px;
  background: rgba(3, 16, 30, .36);
  border: 1px solid rgba(255, 255, 255, .38);
}

body.contact-page .hpt-footer__newsletter input,
body.contact-page .hpt-footer__newsletter button {
  min-width: 0;
  border: 0;
  border-radius: 0;
  font-family: Manrope, sans-serif;
}

body.contact-page .hpt-footer__newsletter input {
  padding: 0 18px;
  color: #fff;
  background: transparent;
  font-size: 14px;
  outline: none;
}

body.contact-page .hpt-footer__newsletter input::placeholder {
  color: rgba(255, 255, 255, .74);
}

body.contact-page .hpt-footer__newsletter button {
  color: #fff;
  background: linear-gradient(135deg, #b77b28, #dda24c);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

body.contact-page .hpt-footer__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 0;
}

body.contact-page .hpt-footer__stats article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

body.contact-page .hpt-footer__stats article:nth-child(4) {
  display: none;
}

body.contact-page .hpt-footer__stats article span {
  color: var(--fg2);
  font: 400 38px/1 Georgia, serif;
}

body.contact-page .hpt-footer__stats p {
  margin: 0;
}

body.contact-page .hpt-footer__stats strong {
  display: block;
  color: #fff;
  font: 600 31px/1 "Cormorant Garamond", Georgia, serif;
  letter-spacing: .02em;
}

body.contact-page .hpt-footer__stats small {
  display: block;
  margin-top: 5px;
  color: var(--ft);
  font: 500 14px/1.25 Manrope, sans-serif;
}

body.contact-page .hpt-footer__bottom {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) 1fr minmax(280px, .8fr);
  align-items: center;
  gap: 24px;
  padding: 34px 20px 28px;
}

body.contact-page .hpt-footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 38px);
}

body.contact-page .hpt-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  color: rgba(255, 255, 255, .92);
  font: 900 21px/1 Manrope, sans-serif;
  text-decoration: none;
  transition: color .18s ease, transform .18s ease;
}

body.contact-page .hpt-footer__social a:hover {
  color: var(--fg2);
  transform: translateY(-1px);
}

body.contact-page .hpt-footer__payments {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  color: rgba(255, 255, 255, .9);
  font: 900 14px/1 Manrope, sans-serif;
}

body.contact-page .hpt-footer__mc {
  position: relative;
  width: 42px;
  height: 24px;
}

body.contact-page .hpt-footer__mc i {
  position: absolute;
  top: 2px;
  width: 21px;
  height: 21px;
  background: rgba(255, 255, 255, .86);
  border-radius: 50%;
}

body.contact-page .hpt-footer__mc i:first-child {
  left: 3px;
}

body.contact-page .hpt-footer__mc i:last-child {
  right: 3px;
  opacity: .68;
}

body.contact-page .hpt-footer__ssl {
  display: grid;
  text-transform: uppercase;
}

body.contact-page .hpt-footer__ssl small {
  color: rgba(255, 255, 255, .72);
  font-size: 9px;
  line-height: 1;
}

body.contact-page .hpt-footer__legal {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 26px 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

body.contact-page .hpt-footer__legal p {
  margin: 0;
  color: var(--fm);
  font: 500 13px/1.5 Manrope, sans-serif;
}

body.contact-page .hpt-footer__legal nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

body.contact-page .hpt-footer__legal a {
  color: var(--fm);
  font: 500 13px/1 Manrope, sans-serif;
  text-decoration: none;
}

body.contact-page .hpt-footer__legal a:hover {
  color: #fff;
}

body.contact-page .hpt-footer__legal span {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, .28);
}

body.contact-page .hpt-footer a:focus-visible,
body.contact-page .hpt-footer button:focus-visible,
body.contact-page .hpt-footer summary:focus-visible,
body.contact-page .hpt-footer input:focus-visible {
  outline: 3px solid rgba(237, 174, 60, .65) !important;
  outline-offset: 4px;
}

@media (max-width: 1280px) {
  body.contact-page .hpt-footer__trust {
    grid-template-columns: minmax(240px, 1.2fr) repeat(4, minmax(130px, .9fr));
  }

  body.contact-page .hpt-footer__google {
    grid-column: 1 / -1;
    grid-template-columns: auto auto auto auto;
    justify-content: center;
    width: max-content;
    margin: 22px auto 0 !important;
    padding: 12px 24px;
  }

  body.contact-page .hpt-footer__google img {
    width: 92px !important;
  }

  body.contact-page .hpt-footer__newsletter {
    grid-template-columns: minmax(220px, .8fr) minmax(300px, 1fr);
  }

  body.contact-page .hpt-footer__stats {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  body.contact-page .hpt-footer {
    padding: 16px 0 18px;
    background: #f8f5ec;
  }

  body.contact-page .hpt-footer::before {
    display: none;
  }

  body.contact-page .hpt-footer__shell {
    width: min(100% - 28px, 560px);
    padding: 18px 16px 24px;
    overflow: hidden;
    background: radial-gradient(circle at 55% 24%, rgba(25, 84, 122, .4), transparent 42%), linear-gradient(180deg, #06192b 0%, #041321 100%);
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(2, 12, 23, .28);
  }

  body.contact-page .hpt-footer__trust {
    display: block;
    min-height: 0;
    padding: 18px 18px 14px;
    border-radius: 14px;
  }

  body.contact-page .hpt-footer__brand-card {
    gap: 12px;
    padding: 0;
  }

  body.contact-page .hpt-footer__brand-lockup {
    grid-template-columns: 66px 1fr !important;
    gap: 13px !important;
  }

  body.contact-page .hpt-footer__brand-lockup img {
    width: 66px !important;
    height: 67px !important;
  }

  body.contact-page .hpt-footer__brand-lockup h2 {
    font-size: 21px !important;
  }

  body.contact-page .hpt-footer__brand-card p {
    max-width: 310px !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  body.contact-page .hpt-footer__trust-item {
    display: inline-grid;
    width: 24%;
    min-height: 148px;
    margin-top: 24px;
    padding: 0 8px;
    vertical-align: top;
    border-left: 1px solid rgba(6, 25, 43, .1);
  }

  body.contact-page .hpt-footer__trust-item:nth-of-type(1) {
    border-left: 0;
  }

  body.contact-page .hpt-footer__gold-symbol {
    width: 38px;
    height: 38px;
    font-size: 36px;
  }

  body.contact-page .hpt-footer__trust-item img {
    width: 38px;
    height: 38px;
  }

  body.contact-page .hpt-footer__trust-item strong {
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: .06em;
  }

  body.contact-page .hpt-footer__trust-item small {
    font-size: 10px;
    line-height: 1.45;
  }

  body.contact-page .hpt-footer__google {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: center;
    column-gap: 13px;
    width: 100%;
    min-width: 0;
    margin: 12px 0 0 !important;
    padding: 11px 10px;
    border-radius: 9px;
  }

  body.contact-page .hpt-footer__google img {
    width: 86px !important;
  }

  body.contact-page .hpt-footer__google strong {
    font-size: 24px;
  }

  body.contact-page .hpt-footer__google span {
    font-size: 13px;
    letter-spacing: 1px;
  }

  body.contact-page .hpt-footer__google small {
    grid-column: 1 / -1;
    font-size: 10px;
  }

  body.contact-page .hpt-footer__nav-grid--desktop {
    display: none;
  }

  body.contact-page .hpt-footer__accordion {
    display: block;
    padding: 16px 0 0;
  }

  body.contact-page .hpt-footer__accordion details {
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  body.contact-page .hpt-footer__accordion summary {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 11px;
    min-height: 66px;
    color: #fff;
    cursor: pointer;
    list-style: none;
    font: 700 17px/1 "Cormorant Garamond", Georgia, serif;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  body.contact-page .hpt-footer__accordion summary::-webkit-details-marker {
    display: none;
  }

  body.contact-page .hpt-footer__accordion summary span {
    color: var(--fg2);
    font-size: 29px;
    line-height: 1;
    text-align: center;
  }

  body.contact-page .hpt-footer__accordion summary i {
    position: relative;
    width: 14px;
    height: 14px;
  }

  body.contact-page .hpt-footer__accordion summary i::before,
  body.contact-page .hpt-footer__accordion summary i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%);
  }

  body.contact-page .hpt-footer__accordion summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  body.contact-page .hpt-footer__accordion details[open] summary i::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  body.contact-page .hpt-footer__accordion details > div {
    display: grid;
    gap: 14px;
    padding: 0 0 18px 47px;
  }

  body.contact-page .hpt-footer__accordion a {
    color: var(--ft);
    font: 500 14px/1.2 Manrope, sans-serif;
    text-decoration: none;
  }

  body.contact-page .hpt-footer__newsletter {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 18px;
    padding: 19px 18px 20px;
    border: 1px solid rgba(208, 147, 51, .8);
    border-radius: 8px;
  }

  body.contact-page .hpt-footer__newsletter p {
    max-width: none;
    padding-left: 40px;
    font-size: 12px;
    text-align: left;
  }

  body.contact-page .hpt-footer__newsletter form {
    grid-template-columns: 1fr;
    gap: 10px;
    background: transparent;
    border: 0;
  }

  body.contact-page .hpt-footer__newsletter input,
  body.contact-page .hpt-footer__newsletter button {
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 2px;
  }

  body.contact-page .hpt-footer__newsletter button {
    border-color: rgba(237, 174, 60, .5);
  }

  body.contact-page .hpt-footer__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.contact-page .hpt-footer__stats article {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 96px;
    padding: 0 16px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-left: 0;
  }

  body.contact-page .hpt-footer__stats article:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, .14);
  }

  body.contact-page .hpt-footer__stats article:nth-child(4) {
    display: grid;
  }

  body.contact-page .hpt-footer__stats article span {
    font-size: 34px;
  }

  body.contact-page .hpt-footer__stats strong {
    font-size: 27px;
  }

  body.contact-page .hpt-footer__stats small {
    font-size: 13px;
  }

  body.contact-page .hpt-footer__bottom {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 20px 0 0;
  }

  body.contact-page .hpt-footer__social {
    justify-content: space-around;
    width: 100%;
    padding: 20px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  body.contact-page .hpt-footer__payments {
    justify-content: space-around;
    gap: 12px;
    padding: 19px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    font-size: 13px;
  }

  body.contact-page .hpt-footer__legal {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 0 0;
    border-top: 0;
    text-align: center;
  }

  body.contact-page .hpt-footer__legal nav {
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }
}

@media (max-width: 430px) {
  body.contact-page .hpt-footer__shell {
    width: calc(100% - 24px);
    padding: 14px 13px 22px;
  }

  body.contact-page .hpt-footer__trust {
    padding: 16px 13px 12px;
  }

  body.contact-page .hpt-footer__brand-lockup h2 {
    font-size: 18px !important;
  }

  body.contact-page .hpt-footer__trust-item {
    width: 24.1%;
    min-height: 144px;
    padding: 0 4px;
  }

  body.contact-page .hpt-footer__trust-item strong {
    font-size: 9px;
  }

  body.contact-page .hpt-footer__trust-item small {
    font-size: 9px;
  }

  body.contact-page .hpt-footer__payments {
    font-size: 11px;
  }
}