﻿:root {
  --primary-color: #0c7c86;
  --secondary-color: #e65435;
  --heading-color: #17222b;
  --font-color: #5f6f7a;
  --bg-color: #ffffff;
  --bg-light: #f4f8fb;
  --border-color: #e5eaef;
  --shadow-color: rgba(16, 34, 48, .13);
}
html { scroll-behavior: smooth; }
body { letter-spacing: 0; background: var(--bg-color); }
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
.container { max-width: 1160px; }
header#site-header { backdrop-filter: blur(16px); background: rgba(255,255,255,.92); border-bottom: 1px solid var(--border-color); box-shadow: none; }
header#site-header.nav-fixed { box-shadow: 0 10px 30px rgba(20, 42, 56, .08); }
.navbar-brand { display: inline-flex; align-items: center; gap: 12px; font-size: 24px; font-weight: 800; color: var(--heading-color) !important; }
.navbar-brand:before { content: '游'; width: 38px; height: 38px; border-radius: 8px; display: inline-grid; place-items: center; color: #fff; background: linear-gradient(135deg, #0c7c86, #d89c35); font-weight: 900; }
.navbar .navbar-nav .nav-link { font-weight: 700; border-radius: 8px; padding: 10px 14px; color: #65737f; }
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-item.active .nav-link { color: #075d65; background: rgba(12,124,134,.1); }
.w3l-main-slider .banner-content, .w3l-main-slider #demo-1 { min-height: calc(100vh - 72px); }
.w3l-main-slider .demo-inner-content { min-height: calc(100vh - 72px); display: grid; align-items: end; background: linear-gradient(90deg, rgba(5,20,25,.64), rgba(5,20,25,.3) 58%, rgba(5,20,25,.04)); }
.banner-infhny { max-width: 780px; padding-bottom: 90px; }
.banner-infhny h3 { font-size: clamp(42px, 7vw, 78px); line-height: 1.06; letter-spacing: 0; max-width: 820px; }
.banner-infhny h6 { color: #b7f4f5; font-weight: 800; font-size: 18px; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-weight: 800;
}

.hero-btn.primary {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

.hero-btn:hover,
.hero-btn:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 26px rgba(0,0,0,.16);
}
.best-rooms, .grids-1, .w3l-bottom, .w3l-clients .cusrtomer-layout { padding-top: 86px !important; padding-bottom: 86px !important; }
.hny-title { font-size: clamp(30px, 4vw, 46px); letter-spacing: 0; color: var(--heading-color); }
.section-headline p {
  color: var(--font-color);
  max-width: 720px;
  margin: 10px auto 0;
}
.sub-title { color: var(--primary-color); font-weight: 800; letter-spacing: 0; }
.maghny-grid, .grids-1 .column, .testimonial, .content-6-mian, .contact-form, .w3l-footer-16-main { border-radius: 8px; overflow: hidden; }
.maghny-grid, .grids-1 .column, .testimonial { box-shadow: 0 16px 36px var(--shadow-color); border: 1px solid var(--border-color); background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.maghny-grid:hover, .grids-1 .column:hover, .testimonial:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(16, 34, 48, .16); }
.maghny-grid img, .grids-1 .column img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; }
figure.effect-lily figcaption { background: linear-gradient(transparent, rgba(0,0,0,.72)); }
figure.effect-lily h4 { line-height: 1.45; font-weight: 800; letter-spacing: 0; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.route-meta {
  margin: 6px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
  text-shadow: 0 1px 8px rgba(0,0,0,.28);
}
.grids-1 .info { padding: 0 18px 18px; }
.grids-1 .info h4 a { color: var(--heading-color); line-height: 1.45; font-weight: 800; }
.w3l-bottom { background: #0b3439; color: rgba(255,255,255,.88); }
.w3l-bottom .hny-title, .w3l-bottom p { color: #fff; }
.why-cruise {
  background: #071f22;
}

.why-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
}

.why-media {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .28);
}

.why-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 55%;
}

.why-badge {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 16px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: var(--heading-color);
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
}

.why-badge strong,
.why-badge span {
  display: block;
}

.why-badge span {
  color: var(--font-color);
  margin-top: 2px;
}

.why-copy .sub-title {
  color: #9ee8e9;
  margin-bottom: 8px;
}

.why-points {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.why-points div {
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.05);
}

.why-points strong,
.why-points span {
  display: block;
}

.why-points strong {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}

.why-points span {
  color: rgba(255,255,255,.76);
  line-height: 1.65;
}

@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-media,
  .why-media img {
    min-height: 280px;
  }
}
.w3l-clients { background: var(--bg-light); }
.owl-two.owl-carousel.owl-theme .owl-dots {
  margin-top: 34px;
}

.w3l-clients .testimonial blockquote {
  position: relative;
  color: var(--font-color);
  font-size: 16px;
  line-height: 1.78;
  padding: 28px 34px 16px;
  margin-bottom: 14px;
}

.w3l-clients .testimonial blockquote::before,
.w3l-clients .testimonial blockquote::after {
  position: absolute;
  color: var(--primary-color);
  opacity: .28;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: 1;
  pointer-events: none;
}

.w3l-clients .testimonial blockquote::before {
  content: "“";
  left: 10px;
  top: 8px;
}

.w3l-clients .testimonial blockquote::after {
  content: "”";
  right: 12px;
  bottom: 0;
}
.w3l-clients .testi-des {
  margin-top: 0;
}

.w3l-clients .testimonial .peopl {
  margin-top: 12px;
}

.w3l-clients .test-img {
  display: inline-grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(12, 124, 134, .14), rgba(230, 84, 53, .18));
  border: 1px solid rgba(12, 124, 134, .16);
  color: #075d65;
  font-size: 24px;
  font-weight: 800;
}

.w3l-clients .test-img::before {
  content: attr(data-initial);
}

.w3l-clients .test-img img {
  display: none;
}
.w3l-about-breadcrumb .breadcrumb-bg {
  min-height: 320px;
  display: grid;
  align-items: center;
  background-image: url('../images/banner3.jpg') !important;
  background-size: cover !important;
  background-position: center 48% !important;
  position: relative;
  isolation: isolate;
}
.w3l-about-breadcrumb .breadcrumb-bg:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 18, 26, .64) 0%, rgba(4, 18, 26, .34) 44%, rgba(4, 18, 26, .08) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .06));
  z-index: -1;
}
.w3l-about-breadcrumb .title {
  color: #fff;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .42);
}
.w3l-footer-16-main { background: #071317 !important; }
.w3l-footer .navs { color: #d8e5e8; font-weight: 700; }
.w3l-footer p { color: #9cafb5; }
#movetop { border-radius: 8px; background: var(--secondary-color); box-shadow: 0 12px 26px rgba(230,84,53,.28); }
.footer-logo {
  display: inline-block;
  width: 112px;
  height: auto;
  margin-left: 8px;
  vertical-align: middle;
  border-radius: 0 !important;
}
button.navbar-toggler { border-radius: 8px; }
@media (max-width: 991px) {
  .navbar-collapse { background: #fff; border: 1px solid var(--border-color); border-radius: 8px; padding: 10px; box-shadow: 0 18px 45px rgba(16,34,48,.12); }
  .banner-infhny { padding-bottom: 56px; }
  header.active::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(7, 19, 23, .38);
    backdrop-filter: blur(2px);
    z-index: 20;
  }

  header.active .navbar-collapse {
    max-height: calc(100vh - 92px);
    overflow: auto;
  }
}
@media (max-width: 640px) {
  header#site-header .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  header#site-header .navbar {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 8px;
  }

  header#site-header h1 {
    flex: 0 1 auto;
    min-width: 0;
    margin-right: 0;
  }

  header#site-header .navbar-brand {
    margin-right: 0 !important;
  }

  header#site-header .mobile-position,
  header#site-header .theme-switch {
    display: none !important;
  }

  header#site-header .navbar-toggler {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    margin-left: auto;
  }

  header#site-header .navbar-toggler:after {
    width: 42px;
    height: 42px;
  }

  .w3l-main-slider .banner-content,
  .w3l-main-slider #demo-1,
  .w3l-main-slider .demo-inner-content,
  .w3l-main-slider .zs-slideshow,
  .w3l-main-slider .zs-slides,
  .w3l-main-slider .zs-slide {
    height: 500px !important;
    min-height: 500px;
    max-height: 500px;
  }

  .w3l-main-slider #demo-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
  }

  .w3l-main-slider .zs-slideshow,
  .w3l-main-slider .zs-slides,
  .w3l-main-slider .zs-slide {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
  }

  .w3l-main-slider .zs-slide {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    transform: none !important;
    transition: opacity .45s ease !important;
  }

  .best-rooms, .grids-1, .w3l-bottom, .w3l-clients .cusrtomer-layout { padding-top: 56px !important; padding-bottom: 56px !important; }
  .banner-infhny {
    padding-bottom: 42px;
    max-width: min(100%, 360px);
  }

  .banner-infhny h3 {
    font-size: clamp(30px, 8.2vw, 34px);
    line-height: 1.16;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .banner-infhny h6 {
    font-size: 16px;
    line-height: 1.45;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 14px;
  }

  .hero-btn {
    min-height: 42px;
    padding: 9px 14px;
    font-size: 14px;
  }

  .route-meta {
    font-size: 12px;
  }
}
.navbar-toggler .navbar-toggler-icon { display: none !important; }
.navbar-toggler:after { content: '☰'; display: grid; place-items: center; width: 38px; height: 38px; color: #fff; font-size: 24px; line-height: 1; font-weight: 800; }
header.active .navbar-toggler:after { content: '×'; font-size: 30px; }
@media (max-width: 420px) {
  .navbar-brand { font-size: 21px; gap: 8px; }
  .navbar-brand:before { width: 34px; height: 34px; }
  .mobile-position { margin-left: auto; }
}
button.navbar-toggler.bg-gradient { background: #ffffff !important; border: 1px solid var(--border-color); }
.navbar-toggler:after { color: var(--heading-color); }
@media (max-width: 991px) {
  header.active .navbar-collapse { display: block !important; position: absolute; left: 20px; right: 20px; top: 74px; z-index: 30; }
}

.best-rooms .maghny-grid figure,
.best-rooms figure.effect-lily {
  position: relative;
  min-height: 100%;
}

.best-rooms .maghny-grid figure figcaption {
  display: flex;
  align-items: flex-end;
  padding: 18px !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .78) 100%) !important;
}

.best-rooms figure.effect-lily figcaption > div {
  position: static !important;
  width: 100%;
  transform: none !important;
}

.best-rooms figure.effect-lily h4,
.best-rooms figure.effect-lily:hover h4 {
  transform: none !important;
  opacity: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: clamp(15px, 1.8vw, 21px);
  line-height: 1.36;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ban-content-inf .maghny-gd-1.col-6 figure.effect-lily h4 {
  font-size: clamp(13px, 1.35vw, 16px);
  -webkit-line-clamp: 3;
}

.best-rooms figure.effect-lily img,
.best-rooms figure.effect-lily:hover img {
  transform: none !important;
}

@media (max-width: 640px) {
  .best-rooms .maghny-grid figure figcaption {
    padding: 14px !important;
  }

  .best-rooms figure.effect-lily h4,
  .ban-content-inf .maghny-gd-1.col-6 figure.effect-lily h4 {
    font-size: 14px;
    line-height: 1.35;
    -webkit-line-clamp: 4;
  }
}

.navbar-brand {
  min-width: 248px;
  height: 62px;
}

.navbar-brand:before {
  width: 248px !important;
  height: 62px !important;
  border-radius: 0 !important;
  background: url('../images/logo-yunzhong-transparent.png?v=20260527approvedlogo') center / contain no-repeat !important;
  color: transparent !important;
}

.navbar-brand .name {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (max-width: 640px) {
  .navbar-brand {
    min-width: 190px;
    max-width: calc(100vw - 84px);
    height: 52px;
  }

  .navbar-brand:before {
    width: 190px !important;
    height: 52px !important;
  }
}

@media (max-width: 380px) {
  .navbar-brand {
    min-width: 158px;
  }

  .navbar-brand:before {
    width: 158px !important;
  }
}
.quote-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(12, 124, 134, .1);
  color: var(--primary-color);
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
}
.crumb-sep {
  display: inline-block;
  margin: 0 10px;
  color: rgba(255,255,255,.72);
  font-weight: 700;
}
.to-top-mark {
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
}

.quick-contact {
  background: #ffffff;
  border-bottom: 1px solid var(--border-color);
  box-shadow: 0 18px 45px rgba(16, 34, 48, .06);
}

.quick-contact .contact-inner {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, auto);
  gap: 14px;
  align-items: center;
  padding: 18px 0;
}

.quick-contact strong {
  display: block;
  color: var(--heading-color);
  font-size: 18px;
}

.quick-contact .contact-inner > div span {
  color: var(--font-color);
}

.contact-chip,
.floating-contact a,
.floating-contact button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  background: var(--bg-color);
  color: var(--heading-color);
  font-weight: 800;
  padding: 8px 14px;
  cursor: pointer;
}

.contact-chip:hover,
.contact-chip:focus,
.floating-contact a:hover,
.floating-contact a:focus,
.line-contact a:hover,
.line-contact a:focus,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.go:hover,
.go:focus {
  text-decoration: none !important;
}

.navbar-expand-lg .navbar-nav .nav-link::before,
.navbar-expand-lg .navbar-nav .nav-link:hover::before,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::before,
header#site-header .navbar-nav .nav-link::before,
header#site-header .navbar-nav .nav-link:hover::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.contact-chip:hover,
.floating-contact a:hover,
.line-contact a:hover {
  border-color: rgba(12, 124, 134, .35);
  box-shadow: 0 12px 28px rgba(16, 34, 48, .1);
  transform: translateY(-1px);
}

.contact-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: block;
}

.contact-chip span {
  color: var(--heading-color);
}

.contact-chip.primary,
.floating-contact a.primary {
  background: var(--bg-color);
  border-color: var(--border-color);
  color: var(--heading-color);
}

.contact-grid-refined {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 76px 20px;
}

.contact-card-refined {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 18px 45px rgba(16, 34, 48, .08);
}

.contact-card-refined small {
  display: block;
  color: var(--primary-color);
  font-weight: 800;
  margin-bottom: 8px;
}

.contact-card-refined strong {
  display: block;
  color: var(--heading-color);
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.contact-card-refined a:hover {
  color: var(--primary-color);
}

.contact-card-refined p {
  margin-bottom: 0;
}

.refined-legal {
  width: min(980px, calc(100% - 36px));
  margin: 76px auto;
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16, 34, 48, .08);
}

.refined-legal h3 {
  color: var(--heading-color);
  font-weight: 800;
  margin-bottom: 18px;
}

.refined-legal p {
  color: var(--font-color);
  line-height: 1.85;
}

.line-detail {
  background: var(--bg-light);
}

.line-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
}

.line-media,
.line-copy {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(16, 34, 48, .08);
}

.line-media img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.line-copy {
  padding: clamp(24px, 4vw, 38px);
}

.line-copy h4 {
  margin-top: 22px;
  color: var(--heading-color);
  font-weight: 800;
}

.itinerary-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}

.itinerary-list li {
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--bg-light);
  color: var(--heading-color);
  font-weight: 650;
}

.line-contact {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}

.line-contact span,
.line-contact a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid rgba(12, 124, 134, .22);
  border-radius: 8px;
  background: rgba(12, 124, 134, .08);
  color: var(--primary-color);
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

.line-contact span:nth-child(2),
.line-contact a:nth-child(2) {
  min-width: 214px;
}

@media (max-width: 900px) {
  .line-detail-grid {
    grid-template-columns: 1fr;
  }

  .line-media img {
    min-height: 240px;
  }

  .line-contact {
    display: grid;
    grid-template-columns: 1fr;
  }

  .line-contact span,
  .line-contact a,
  .line-contact span:nth-child(2),
  .line-contact a:nth-child(2) {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 12px;
  color: #d8e5e8;
}

.footer-contact span {
  color: #d8e5e8;
}

.floating-contact {
  position: fixed;
  right: 18px;
  bottom: 86px;
  z-index: 35;
  display: grid;
  gap: 8px;
  width: 224px;
}

.floating-contact a,
.floating-contact button {
  width: 100%;
  box-shadow: 0 16px 34px rgba(16, 34, 48, .14);
  display: grid;
  grid-template-columns: 26px 1fr;
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  line-height: 1.22;
  text-align: left;
  white-space: normal;
}

.floating-contact .contact-icon {
  grid-row: 1 / 3;
  width: 26px;
  height: 26px;
}

.floating-contact .label {
  display: block;
  grid-column: 2;
  font-size: 13px;
  opacity: .82;
}

.floating-contact .value {
  display: block;
  grid-column: 2;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 900px) {
  body {
    padding-bottom: 0;
  }

  .quick-contact .contact-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 0;
  }

  .quick-contact .contact-inner > div {
    min-width: 0;
  }

  .quick-contact .contact-inner > div span {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    line-height: 1.65;
  }

  .contact-chip {
    width: 100%;
    justify-content: flex-start;
    min-height: 44px;
    padding: 10px 12px;
  }

  .contact-chip span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .contact-grid-refined {
    grid-template-columns: 1fr;
    padding: 52px 16px;
  }

  .floating-contact {
    position: static;
    width: min(100% - 24px, 560px);
    margin: 0 auto;
    padding: 16px 0 0;
    display: flex;
    gap: 8px;
  }

  footer {
    display: flex;
    flex-direction: column;
    background: #071317;
  }

  footer .floating-contact {
    order: 1;
  }

  footer .w3l-footer {
    order: 2;
  }

  .floating-contact a,
  .floating-contact button {
    flex: 1 1 0;
    min-width: 0;
    min-height: 52px;
    padding: 8px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    text-align: center;
    border-color: rgba(12, 124, 134, .2);
    background: rgba(255, 255, 255, .96);
  }

  .floating-contact .contact-icon {
    grid-row: auto;
    width: 22px;
    height: 22px;
  }

  .floating-contact .label {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 900;
    opacity: 1;
  }

  .floating-contact .value {
    display: none;
  }

  .w3l-footer-16-main {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .w3l-footer .row {
    margin-left: 0;
    margin-right: 0;
  }

  .w3l-footer .col-lg-6.column {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .w3l-footer .nav_items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    flex-wrap: initial;
  }

  .w3l-footer .nav_items > .column {
    max-width: none;
    padding: 0;
    margin-top: 0 !important;
  }

  .w3l-footer .nav_items > .column:last-child {
    grid-column: 1 / -1;
  }

  .w3l-footer .navs {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    color: #d8e5e8;
    font-size: 15px;
    background: rgba(255, 255, 255, .04);
  }

  .w3l-footer .below-section {
    margin-top: 22px !important;
    padding-top: 18px !important;
  }

  .w3l-footer .columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-align: center;
  }

  .w3l-footer .columns br {
    display: none;
  }

  .w3l-footer .columns p {
    margin: 0;
    width: 100%;
  }

  .w3l-footer .columns p:first-of-type {
    order: 3;
    font-size: 13px;
    line-height: 1.55;
  }

  .w3l-footer .columns p:nth-of-type(2) {
    order: 2;
    font-size: 13px;
  }

  .footer-contact {
    order: 1;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
  }

  .footer-contact span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: rgba(255,255,255,.04);
    font-size: 12px;
    line-height: 1.2;
  }

  #movetop {
    bottom: 18px;
  }

  .grids-1 .info {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.grids-1 .info .route-meta {
  color: var(--font-color);
  text-shadow: none;
  font-size: 14px;
}

.featured-ships {
  background: #ffffff;
}

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

.ship-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(16, 34, 48, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ship-card:hover,
.ship-card:focus {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(16, 34, 48, .13);
  border-color: rgba(12, 124, 134, .35);
}

.ship-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.ship-card-body {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.ship-card strong {
  color: var(--heading-color);
  font-size: 19px;
  line-height: 1.35;
}

.ship-card small {
  color: var(--font-color);
  line-height: 1.55;
}

.ship-card em {
  color: var(--primary-color);
  font-style: normal;
  font-weight: 700;
  margin-top: 4px;
}

.cruise-hero,
.cruise-content {
  background: var(--bg-light);
}

.cruise-hero-grid,
.cruise-content-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
}

.cruise-hero-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 50px rgba(16, 34, 48, .16);
}

.cruise-hero-copy p {
  color: var(--font-color);
  line-height: 1.9;
}

.ship-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.ship-facts span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(12, 124, 134, .22);
  border-radius: 6px;
  background: rgba(12, 124, 134, .06);
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1.35;
}

.ship-contact {
  margin-top: 8px;
}

.cruise-content-grid {
  align-items: start;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .45fr);
}

.cruise-main,
.cruise-side-panel {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(16, 34, 48, .07);
}

.cruise-main {
  padding: clamp(22px, 4vw, 38px);
}

.cruise-main h2,
.cruise-side-panel h3 {
  color: var(--heading-color);
  line-height: 1.35;
  letter-spacing: 0;
}

.cruise-main h2 {
  font-size: 25px;
  margin: 28px 0 14px;
}

.cruise-main h2:first-child {
  margin-top: 0;
}

.cruise-main p,
.cruise-side-panel p,
.cruise-side-panel details {
  color: var(--font-color);
  line-height: 1.85;
}

.cruise-side {
  display: grid;
  gap: 18px;
}

.cruise-side-panel {
  padding: 22px;
}

.cruise-side-panel summary {
  cursor: pointer;
  color: var(--heading-color);
  font-weight: 800;
  line-height: 1.5;
}

.cruise-side-panel details + details {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border-color);
}

.itinerary-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 16px 0 14px;
}

.itinerary-duo > div {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: var(--bg-light);
  padding: 18px;
}

.itinerary-duo h3 {
  color: var(--heading-color);
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.itinerary-note {
  border-left: 4px solid var(--primary-color);
  padding-left: 14px;
  font-size: 15px;
}

.cruise-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0 18px;
}

.cruise-spec-grid div {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: var(--bg-light);
  padding: 14px 16px;
}

.cruise-spec-grid dt {
  color: var(--font-color);
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.cruise-spec-grid dd {
  color: var(--heading-color);
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
}

.cost-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 18px;
  padding: 0;
  list-style: none;
}

.cost-list li {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: #fff;
  color: var(--font-color);
  line-height: 1.75;
  padding: 14px 16px;
}

.cost-list strong {
  color: var(--heading-color);
}

.trust-page {
  background: var(--bg-light);
}

.trust-summary-grid,
.credential-grid,
.trust-info-grid {
  display: grid;
  gap: 18px;
}

.trust-summary-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-summary-grid > div,
.trust-info-grid > section {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(16, 34, 48, .06);
}

.trust-summary-grid > div {
  padding: 18px;
}

.trust-summary-grid span {
  display: block;
  color: var(--font-color);
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 8px;
}

.trust-summary-grid strong {
  color: var(--heading-color);
  display: block;
  font-size: 17px;
  line-height: 1.55;
}

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

.credential-grid figure {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(16, 34, 48, .08);
  margin: 0;
  overflow: hidden;
}

.credential-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f7fafc;
}

.credential-grid figcaption {
  color: var(--heading-color);
  font-weight: 800;
  padding: 14px 18px 18px;
  text-align: center;
}

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

.trust-info-grid > section {
  padding: 24px;
}

.trust-info-grid h2 {
  color: var(--heading-color);
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 12px;
}

.trust-info-grid p {
  color: var(--font-color);
  line-height: 1.85;
  margin: 0;
}

.guide-index,
.guide-page {
  background: var(--bg-light);
}

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

.guide-card,
.guide-article {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(16, 34, 48, .07);
}

.guide-card {
  display: block;
  padding: 22px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.guide-card:hover {
  color: inherit;
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(16, 34, 48, .11);
}

.guide-card span {
  color: var(--primary-color);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.guide-card strong {
  color: var(--heading-color);
  display: block;
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.guide-card p,
.guide-lead {
  color: var(--font-color);
  line-height: 1.85;
  margin: 0;
}

.guide-article {
  margin: 0 auto;
  max-width: 920px;
  padding: clamp(24px, 4vw, 44px);
}

.guide-article h1 {
  margin-bottom: 16px;
}

.guide-article h2 {
  color: var(--heading-color);
  font-size: 26px;
  line-height: 1.35;
  margin: 32px 0 14px;
}

.guide-faq details {
  border-top: 1px solid var(--border-color);
  padding: 14px 0;
}

.guide-faq summary {
  color: var(--heading-color);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.5;
}

.guide-faq p {
  color: var(--font-color);
  line-height: 1.85;
  margin: 10px 0 0;
}

.guide-cta {
  background: var(--bg-light);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-top: 34px;
  padding: 22px;
}

.guide-cta strong {
  color: var(--heading-color);
  display: block;
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.guide-cta p {
  color: var(--font-color);
  line-height: 1.8;
}

.cruise-related {
  background: #ffffff;
}

@media (max-width: 900px) {
  .ship-card-grid,
  .guide-card-grid,
  .cruise-hero-grid,
  .cruise-content-grid,
  .itinerary-duo,
  .cruise-spec-grid,
  .trust-summary-grid,
  .credential-grid,
  .trust-info-grid {
    grid-template-columns: 1fr;
  }

  .ship-card-grid {
    gap: 16px;
  }

  .cruise-hero {
    padding-top: 28px !important;
  }
}

@media (max-width: 575px) {
  .ship-card-grid {
    grid-template-columns: 1fr;
  }

  .ship-card-body {
    padding: 15px;
  }

  .ship-facts span {
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .quick-contact strong {
    font-size: 16px;
  }

  .quick-contact .contact-inner > div span,
  .contact-chip {
    font-size: 14px;
  }

  .floating-contact {
    gap: 6px;
  }

  .footer-logo {
    display: none;
  }
}
