html {
  scroll-behavior: smooth;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  transform: translateY(-150%);
  background: #081b33;
  color: #fff;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
  outline: 3px solid #c5a880;
  outline-offset: 2px;
}

body {
  color: #10243b;
  background: #f3fbff;
}

.hero-image {
  background-image:
    linear-gradient(90deg, rgba(8, 27, 51, 0.8), rgba(0, 126, 167, 0.28)),
    url("https://images.unsplash.com/photo-1613490493576-7fde63acd811?auto=format&fit=crop&w=2200&q=88");
}

.page-hero {
  background-image:
    linear-gradient(90deg, rgba(8, 27, 51, 0.82), rgba(0, 126, 167, 0.34)),
    var(--page-image);
}

.services-hero {
  position: relative;
  overflow: hidden;
}

.services-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 70% 20%, rgba(14, 126, 166, 0.35), transparent 34%),
    linear-gradient(135deg, #081b33 0%, #0e4563 100%);
}

.hero-property-photo {
  position: relative;
  z-index: 1;
  min-height: 34rem;
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.26);
}

.hero-property-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero-slider {
  isolation: isolate;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 900ms ease, transform 6200ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-slider .hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 27, 51, 0.66), rgba(8, 27, 51, 0.18) 58%, rgba(14, 126, 166, 0.08)),
    linear-gradient(0deg, rgba(8, 27, 51, 0.2), rgba(8, 27, 51, 0.06));
}

.slider-dot {
  height: 0.72rem;
  width: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.16);
  transition: background 200ms ease, width 200ms ease;
}

.slider-dot.is-active {
  width: 4rem;
  background: #ffffff;
}

.glass-nav {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.nav-link {
  position: relative;
}

.nav-link::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  content: "";
  background: #c5a880;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.card-lift {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.card-lift:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(8, 27, 51, 0.14);
  border-color: rgba(197, 168, 128, 0.65);
}

.blue-wash {
  background:
    linear-gradient(135deg, rgba(232, 248, 255, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(90deg, rgba(56, 189, 248, 0.12), rgba(197, 168, 128, 0.08));
}

.sea-band {
  background: linear-gradient(135deg, #e5f7ff 0%, #f8fdff 52%, #eef8f4 100%);
}

.sea-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(14, 126, 166, 0.14);
}

.photo-tile {
  min-height: 22rem;
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0 22px 70px rgba(8, 27, 51, 0.12);
}

.photo-tile img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.photo-tile:hover img {
  transform: scale(1.05);
}

.villa-collage {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  grid-template-rows: 19rem 19rem;
  gap: 1rem;
}

.villa-collage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 22px 70px rgba(8, 27, 51, 0.13);
}

.villa-collage img:first-child {
  grid-row: span 2;
}

.service-feature {
  display: grid;
  gap: 1.5rem;
  border: 1px solid rgba(14, 126, 166, 0.14);
  border-radius: 1.5rem;
  background: #ffffff;
  padding: 1rem;
  color: inherit;
  box-shadow: 0 22px 70px rgba(8, 27, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 90px rgba(14, 126, 166, 0.18);
}

.service-feature img {
  aspect-ratio: 16 / 11;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(20rem, auto);
  gap: 1rem;
}

.showcase-large {
  grid-column: span 2;
  grid-row: span 2;
}

.platform-pill {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  font-size: 1.35rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.platforms-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 27, 51, 0.9), rgba(8, 27, 51, 0.56)),
    url("https://cdn.lecollectionist.com/__lecollectionist__/production/houses/8330/photos/xwgXcT73TI6hYhwuo5eK_90d7ae45-4ccb-4efb-e75d-ec0fd06ad951.jpg?force_format=webp&height=1000&q=65&width=1800") center / cover;
}

.platform-hero-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.sync-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem 1.1rem;
  color: rgba(255, 255, 255, 0.76);
}

.sync-row strong {
  color: #ffffff;
  font-size: 0.9rem;
}

.platform-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.platform-logo-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(14, 126, 166, 0.14);
  border-radius: 1.5rem;
  background: #ffffff;
  padding: 1.35rem;
  box-shadow: 0 22px 70px rgba(8, 27, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.platform-logo-card:hover {
  transform: translateY(-6px);
  border-color: rgba(14, 126, 166, 0.32);
  box-shadow: 0 30px 90px rgba(14, 126, 166, 0.16);
}

.platform-logo-card::after {
  position: absolute;
  inset: auto -20% -30% auto;
  width: 10rem;
  height: 10rem;
  border-radius: 999px;
  content: "";
  background: currentColor;
  opacity: 0.08;
}

.platform-mark {
  display: inline-flex;
  width: 4.4rem;
  height: 4.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(8, 27, 51, 0.08);
}

.platform-mark img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}

.platform-mark svg {
  width: 2.5rem;
  height: 2.5rem;
}

.direct-mark {
  color: #c5a880;
}

.platform-logo-card h3 {
  margin-top: 1.25rem;
  color: #081b33;
  font-size: 1.45rem;
  font-weight: 900;
}

.platform-logo-card p {
  margin-top: 0.75rem;
  color: rgba(16, 36, 59, 0.7);
  line-height: 1.7;
}

.brand-airbnb { color: #ff5a5f; }
.brand-booking { color: #003b95; }
.brand-vrbo { color: #245abc; }
.brand-expedia { color: #f4b400; }
.brand-google { color: #0e7ea6; }
.brand-direct {
  color: #c5a880;
  background: linear-gradient(135deg, #ffffff, #fff8ec);
}

.channel-photo-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 18rem 18rem;
  gap: 1rem;
}

.channel-photo-large {
  grid-row: span 2;
}

.sync-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  border: 1px solid rgba(14, 126, 166, 0.15);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.78);
  padding: 1.1rem;
}

.sync-step span {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #081b33;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.sync-step h3 {
  color: #081b33;
  font-weight: 900;
}

.sync-step p {
  margin-top: 0.35rem;
  color: rgba(16, 36, 59, 0.68);
  line-height: 1.65;
}

.image-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.image-ribbon img {
  aspect-ratio: 16 / 10;
  width: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  box-shadow: 0 18px 50px rgba(8, 27, 51, 0.1);
}

.property-type-card {
  position: relative;
  min-height: 26rem;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #081b33;
  box-shadow: 0 22px 70px rgba(8, 27, 51, 0.12);
}

.property-type-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.88;
  transition: transform 700ms ease, opacity 250ms ease;
}

.property-type-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(8, 27, 51, 0.04), rgba(8, 27, 51, 0.74));
}

.property-type-card h3 {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1.05;
}

.property-type-card:hover img {
  opacity: 1;
  transform: scale(1.06);
}

.services-pro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.services-intro {
  max-width: 72rem;
}

.service-pro-card {
  display: grid;
  gap: 1rem;
  overflow: hidden;
  border: 1px solid rgba(14, 126, 166, 0.14);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem 1rem 1.35rem;
  box-shadow: 0 22px 70px rgba(8, 27, 51, 0.08);
}

.service-pro-card img {
  aspect-ratio: 16 / 10;
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}

.service-pro-card span {
  color: #0e7ea6;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.service-pro-card h3 {
  color: #081b33;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1.1;
}

.service-pro-card p {
  color: rgba(16, 36, 59, 0.72);
  font-size: 0.96rem;
  line-height: 1.75;
}

.owner-service {
  border: 1px solid rgba(14, 126, 166, 0.16);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(223, 244, 251, 0.74), rgba(255, 255, 255, 0.96));
  padding: 1.25rem;
  color: #10243b;
  font-weight: 700;
}

.about-main-photo {
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 30px 90px rgba(8, 27, 51, 0.16);
}

.about-main-photo img {
  height: 34rem;
  width: 100%;
  object-fit: cover;
}

.about-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 17rem 17rem;
  gap: 1rem;
}

.about-gallery figure {
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0 22px 70px rgba(8, 27, 51, 0.1);
}

.about-gallery figure:first-child {
  grid-row: span 2;
}

.about-gallery img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-value {
  border: 1px solid rgba(14, 126, 166, 0.14);
  border-radius: 1rem;
  background: #ffffff;
  padding: 1rem;
}

.about-value span {
  display: block;
  color: #0e7ea6;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.about-value strong {
  display: block;
  margin-top: 0.4rem;
  color: #081b33;
}

.language-switcher {
  position: relative;
  flex-shrink: 0;
}

.language-button {
  display: inline-flex;
  height: 3rem;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(197, 168, 128, 0.56);
  border-radius: 999px;
  background: #10243b;
  padding: 0 1rem;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 18, 22, 0.18);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.language-button:hover {
  transform: translateY(-2px);
  background: #c5a880;
  color: #081b33;
}

.language-button .flag {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0;
}

.language-menu {
  position: absolute;
  right: 0;
  top: calc(100% - 2px);
  min-width: 11rem;
  padding-top: 0.75rem;
  pointer-events: none;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 60;
}

.language-switcher:hover .language-menu,
.language-switcher:focus-within .language-menu {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.language-menu::before {
  display: block;
  border: 1px solid rgba(8, 27, 51, 0.1);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 60px rgba(30, 25, 18, 0.16);
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: calc(100% - 0.75rem);
  margin-top: 0.75rem;
  backdrop-filter: blur(18px);
}

.language-menu a,
.language-current,
.mobile-language-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0.45rem;
  border-radius: 999px;
  padding: 0.68rem 0.8rem;
  color: #10243b;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.language-menu a:hover,
.mobile-language-option:hover {
  background: #10243b;
  color: #ffffff;
}

.language-current {
  color: rgba(16, 36, 59, 0.48);
  margin-top: 0.45rem;
}

.language-menu a {
  margin-bottom: 0.45rem;
}

.portal-button {
  display: none;
  align-items: center;
  gap: 0.55rem;
  margin-left: 1rem;
  margin-right: auto;
  border: 1px solid rgba(197, 168, 128, 0.56);
  border-radius: 999px;
  background: #10243b;
  padding: 0.78rem 1.15rem;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 18, 22, 0.18);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.portal-button:hover {
  transform: translateY(-2px);
  background: #c5a880;
  color: #081b33;
}

.portal-icon {
  display: grid;
  width: 1.25rem;
  height: 1.25rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.65rem;
  line-height: 1;
  letter-spacing: 0;
}

.mobile-portal-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid rgba(197, 168, 128, 0.56);
  border-radius: 999px;
  background: #10243b;
  padding: 0.85rem 1rem;
  color: #ffffff;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .portal-button {
    display: inline-flex;
  }
}

.form-status.is-success {
  display: block;
  color: #047857;
}

.form-status.is-error {
  display: block;
  color: #b91c1c;
}

.logo-img {
  width: auto;
  height: 3.75rem;
  object-fit: contain;
}

.footer-logo {
  width: auto;
  height: 3rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.94;
}

@media (max-width: 640px) {
  .logo-img {
    height: 3.1rem;
  }

  .footer-logo {
    height: 2.65rem;
  }

  .slider-dot {
    width: 1.8rem;
  }

  .slider-dot.is-active {
    width: 3rem;
  }
}

@media (max-width: 900px) {
  .villa-collage,
  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .villa-collage {
    grid-template-rows: none;
  }

  .villa-collage img:first-child,
  .showcase-large {
    grid-column: auto;
    grid-row: auto;
  }

  .image-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-pro-grid {
    grid-template-columns: 1fr;
  }

  .platform-logo-grid,
  .channel-photo-grid,
  .about-gallery {
    grid-template-columns: 1fr;
  }

  .channel-photo-grid,
  .about-gallery {
    grid-template-rows: none;
  }

  .channel-photo-large,
  .about-gallery figure:first-child {
    grid-row: auto;
  }

  .hero-property-photo {
    min-height: 24rem;
  }
}
