:root {
  --yz-ink: #112b34;
  --yz-text: #2e4a52;
  --yz-muted: #5f7479;
  --yz-line: #d3e0e1;
  --yz-hair: rgba(113, 151, 156, .30);
  --yz-paper: #f3f8f7;
  --yz-soft: #e8f3f1;
  --yz-white: #ffffff;
  --yz-brand: #087b82;
  --yz-brand-deep: #064e58;
  --yz-gold: #b07b32;
  --yz-gold-soft: #dfc187;
  --yz-shadow-soft: 0 18px 42px rgba(13, 50, 56, .07);
  --yz-shadow-card: 0 24px 58px rgba(12, 48, 54, .13);
  font-family: "PingFang TC", "PingFang SC", "Microsoft JhengHei", "Microsoft YaHei", "Noto Sans TC", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--yz-ink);
  background: var(--yz-paper);
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #fbfdfc 0%, #eef6f4 48%, #ffffff 100%);
  color: var(--yz-text);
  font-size: 16px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

.container {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
}

.yz-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(180, 205, 208, .68);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 30px rgba(14, 48, 55, .04);
  backdrop-filter: blur(18px) saturate(1.06);
}

.yz-nav {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.yz-logo {
  display: flex;
  width: 190px;
  height: 48px;
  align-items: center;
  background: url("../images/logo-yunzhong-transparent.png") left center / contain no-repeat;
}

.yz-logo span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.yz-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yz-lang-switch {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  margin-left: auto;
  padding: 3px;
  border: 1px solid rgba(173, 201, 204, .86);
  border-radius: 4px;
  background: rgba(255, 255, 255, .92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88);
}

.yz-lang-pill {
  display: none;
}

.yz-lang-switch button {
  position: relative;
  z-index: 1;
  min-width: 42px;
  min-height: 28px;
  padding: 0 8px;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: #516a72;
  font-size: 13px;
  font-weight: 760;
  cursor: pointer;
}

.yz-lang-switch button.active {
  background: #e9f5f3;
  color: var(--yz-brand-deep);
}

.yz-menu a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 12px;
  border-radius: 3px;
  color: #29424a;
  font-size: 15px;
  font-weight: 760;
}

.yz-menu .active a,
.yz-menu a:hover,
.yz-menu a:focus-visible {
  color: var(--yz-brand-deep);
  background: #edf7f6;
}

.yz-menu-toggle,
.yz-menu-backdrop {
  display: none;
}

main {
  overflow: clip;
}

.hero {
  display: grid;
  width: min(1210px, calc(100% - 48px));
  grid-template-columns: minmax(0, .94fr) minmax(430px, .88fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(58px, 6.4vw, 92px) 0 34px;
}

.label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(176, 123, 50, .72);
  color: var(--yz-brand-deep);
  font-size: 14px;
  font-weight: 820;
  letter-spacing: .02em;
}

h1,
h2 {
  margin: 0;
  color: var(--yz-ink);
  letter-spacing: 0;
  line-height: 1.12;
}

h1 {
  max-width: 680px;
  font-size: clamp(42px, 5.35vw, 72px);
  font-weight: 860;
  text-wrap: balance;
}

h2 {
  font-size: clamp(30px, 2.72vw, 42px);
  font-weight: 830;
  text-wrap: balance;
}

.lead {
  max-width: 700px;
  margin: 24px 0 0;
  color: #36545d;
  font-size: 18px;
  line-height: 1.86;
  text-wrap: pretty;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: #466069;
  font-size: 14px;
  font-weight: 760;
}

.hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-trust li::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid rgba(176, 123, 50, .72);
  background: rgba(255, 255, 255, .68);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid #adc9cc;
  border-radius: 3px;
  background: linear-gradient(180deg, #ffffff, #f6fbfa);
  color: var(--yz-ink);
  font-weight: 820;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  border-color: #80bdc2;
  box-shadow: 0 14px 28px rgba(16, 64, 69, .09);
}

.btn.primary {
  border-color: #076d74;
  background: linear-gradient(180deg, #0a8b92, #067078);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 12px 26px rgba(7, 92, 99, .16);
}

.btn.primary:hover,
.btn.primary:focus-visible {
  background: linear-gradient(180deg, #087d84, #065d65);
}

.hero-media {
  position: relative;
  isolation: isolate;
  margin: 0;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: -16px 20px 30px -18px;
  z-index: -1;
  border: 1px solid rgba(176, 123, 50, .26);
  background: rgba(255, 255, 255, .42);
}

.hero-media img {
  width: 100%;
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: var(--yz-shadow-card);
}

.hero-media figcaption {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  display: grid;
  gap: 5px;
  padding: 18px 22px 19px;
  border-top: 1px solid rgba(255, 255, 255, .72);
  border-radius: 0 0 2px 2px;
  background: rgba(255, 255, 255, .93);
  color: #2b4650;
  backdrop-filter: blur(8px);
}

.hero-media strong {
  color: var(--yz-ink);
  font-size: 17px;
  font-weight: 850;
}

.hero-media span {
  font-size: 15px;
}

.search-band {
  width: min(1150px, calc(100% - 48px));
  margin: 0 auto;
  padding: 12px 0 72px;
}

.search-form {
  display: grid;
  grid-template-columns: 1fr auto 1fr 1fr 1fr auto;
  gap: 14px;
  align-items: end;
  padding: 20px;
  position: relative;
  border: 1px solid rgba(157, 193, 197, .86);
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(247, 252, 251, .92)),
    #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .90), 0 18px 42px rgba(13, 50, 56, .08);
}

.search-form::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 20px;
  left: 20px;
  height: 2px;
  background: linear-gradient(90deg, rgba(176, 123, 50, 0), rgba(176, 123, 50, .72), rgba(176, 123, 50, 0));
}

.search-form label {
  display: grid;
  gap: 7px;
  color: #18343c;
  font-size: 13px;
  font-weight: 820;
}

.search-form select,
.search-form input {
  width: 100%;
  height: 43px;
  padding: 0 13px;
  border: 1px solid #b3ccd0;
  border-radius: 3px;
  background: linear-gradient(180deg, #fff, #fbfdfd);
  color: var(--yz-ink);
  font-weight: 720;
  box-shadow: inset 0 1px 2px rgba(9, 54, 60, .035);
}

.search-form select:focus,
.search-form input:focus {
  outline: 2px solid rgba(8, 119, 126, .18);
  border-color: #6aaeb4;
}

.route-mark {
  display: grid;
  width: 34px;
  height: 44px;
  place-items: center;
  color: var(--yz-gold);
  font-size: 22px;
  font-weight: 760;
}

.quick-routes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 15px 2px 0;
  color: var(--yz-muted);
  font-size: 14px;
}

.quick-routes span {
  color: var(--yz-ink);
  font-weight: 850;
}

.quick-routes a {
  border-bottom: 1px solid rgba(8, 119, 126, .42);
  color: var(--yz-brand-deep);
  font-weight: 820;
}

.advisor-flow,
.route-ship,
.overseas,
.faq-cta {
  width: min(1150px, calc(100% - 48px));
  margin: 0 auto;
  padding: 78px 0;
}

.section-title {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-title.left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.section-title h2 + p {
  margin-top: 15px;
  color: #465f67;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(176, 123, 50, .38);
  border-bottom: 1px solid rgba(188, 210, 213, .50);
  list-style: none;
}

.flow-list li {
  padding: 32px 32px 34px;
  border-right: 1px solid rgba(188, 210, 213, .46);
  background: linear-gradient(180deg, rgba(255, 255, 255, .46), rgba(255, 255, 255, 0));
}

.flow-list li:last-child {
  border-right: 0;
}

.flow-list span {
  display: inline-flex;
  margin-bottom: 12px;
  align-items: center;
  color: var(--yz-gold);
  font-size: 15px;
  font-weight: 880;
}

.flow-list span::after {
  content: "";
  width: 34px;
  height: 1px;
  margin-left: 10px;
  background: rgba(169, 120, 44, .38);
}

.flow-list strong,
.ship-list strong,
.route-rows b,
.overseas strong,
.faq summary {
  display: block;
  color: var(--yz-ink);
  font-size: 18px;
  font-weight: 850;
}

.flow-list p,
.overseas p,
.overseas span,
.faq p,
.final-contact p {
  margin: 8px 0 0;
  color: #3f5961;
}

.route-ship {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(50px, 6vw, 82px);
  background: linear-gradient(180deg, rgba(232, 243, 241, .34), rgba(255, 255, 255, 0) 72%);
}

.route-panel,
.ship-panel,
.overseas,
.faq-cta {
  border-top: 1px solid rgba(176, 123, 50, .30);
}

.route-panel,
.ship-panel {
  padding-top: 28px;
}

.route-rows,
.ship-list {
  display: grid;
}

.route-rows a {
  display: grid;
  grid-template-columns: 86px minmax(132px, 1fr) 104px auto;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(188, 210, 213, .48);
}

.route-rows a:hover,
.ship-list a:hover {
  color: var(--yz-brand-deep);
}

.route-rows a:hover em,
.ship-list a:hover strong {
  color: #075f68;
}

.route-rows span,
.ship-list span {
  color: #506a72;
}

.route-rows em {
  justify-self: end;
  min-width: 62px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(8, 119, 126, .44);
  color: var(--yz-brand-deep);
  font-style: normal;
  font-weight: 850;
}

.ship-list a {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  padding: 18px 0 19px;
  border-bottom: 1px solid rgba(188, 210, 213, .48);
}

.overseas {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  gap: clamp(48px, 7vw, 84px);
  align-items: start;
}

.overseas > div {
  max-width: 680px;
}

.overseas ul {
  display: grid;
  gap: 0;
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.overseas li {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  padding: 19px 0;
  border-bottom: 1px solid rgba(188, 210, 213, .48);
}

.faq-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  gap: clamp(48px, 6vw, 76px);
  align-items: start;
}

.faq h2 {
  margin-bottom: 16px;
}

.faq details {
  border-bottom: 1px solid rgba(188, 210, 213, .48);
}

.faq summary {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--yz-gold);
  font-size: 21px;
  font-weight: 650;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "-";
}

.faq p {
  max-width: 680px;
  margin: 0 0 19px;
}

.final-contact {
  padding: 10px 0 0;
  border-top: 1px solid rgba(176, 123, 50, .34);
}

.final-contact .btn {
  width: auto;
  min-width: 180px;
  margin-top: 12px;
  margin-right: 8px;
}

.yz-footer {
  border-top: 1px solid rgba(191, 215, 219, .72);
  background: linear-gradient(180deg, #fff, #f8fbfa);
  color: var(--yz-muted);
}

.yz-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  padding: 34px 0 22px;
}

.yz-footer-brand strong {
  display: block;
  color: var(--yz-ink);
  font-size: 18px;
}

.yz-footer-brand span {
  display: block;
  margin-top: 2px;
}

.yz-footer p {
  margin: 10px 0 0;
}

.yz-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-content: start;
}

.yz-footer-links a:hover {
  color: var(--yz-brand-deep);
}

.yz-footer-bottom {
  padding: 18px 0 28px;
  border-top: 1px solid rgba(191, 215, 219, .58);
  font-size: 14px;
}

.yz-floating {
  position: fixed;
  right: clamp(16px, 2vw, 24px);
  bottom: 28px;
  z-index: 45;
  display: grid;
  gap: 8px;
  width: 58px;
}

.yz-floating a {
  display: grid;
  width: 58px;
  min-height: 54px;
  place-items: center;
  border: 1px solid rgba(197, 219, 222, .94);
  border-radius: 5px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 12px 26px rgba(7, 21, 24, .12);
}

.yz-floating img {
  width: 27px;
  height: 27px;
}

.yz-floating .label,
.yz-floating .value {
  display: none;
}

.price-hero,
.price-guide,
.price-factors,
.price-steps,
.price-faq {
  width: min(1150px, calc(100% - 48px));
  margin: 0 auto;
}

.price-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .72fr);
  gap: clamp(46px, 6vw, 84px);
  align-items: end;
  padding: clamp(56px, 6.2vw, 92px) 0 58px;
}

.price-hero h1 {
  max-width: 760px;
}

.price-hero .lead {
  max-width: 760px;
}

.price-note {
  padding: 26px 28px;
  border-top: 1px solid rgba(176, 123, 50, .38);
  border-bottom: 1px solid rgba(188, 210, 213, .58);
  background: linear-gradient(180deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .28));
}

.price-note strong {
  display: block;
  color: var(--yz-ink);
  font-size: 20px;
  line-height: 1.34;
}

.price-note p {
  margin: 12px 0 0;
  color: #3f5961;
}

.price-guide {
  padding: 34px 0 72px;
}

.price-range {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(176, 123, 50, .34);
  border-bottom: 1px solid rgba(188, 210, 213, .50);
}

.price-range article {
  padding: 30px 30px 32px;
  border-right: 1px solid rgba(188, 210, 213, .46);
}

.price-range article:last-child {
  border-right: 0;
}

.price-range span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--yz-gold);
  font-size: 14px;
  font-weight: 850;
}

.price-range h2,
.price-factors h2,
.price-steps h2,
.price-faq h2 {
  margin-bottom: 16px;
}

.price-range h3 {
  margin: 0;
  color: var(--yz-ink);
  font-size: 23px;
  line-height: 1.25;
}

.price-range p,
.price-factor-list p,
.price-step-list p,
.price-faq p {
  margin: 10px 0 0;
  color: #3f5961;
}

.price-factors,
.price-steps,
.price-faq {
  padding: 72px 0;
  border-top: 1px solid rgba(176, 123, 50, .30);
}

.price-factor-list,
.price-step-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.price-factor-list li,
.price-step-list li {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 22px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(188, 210, 213, .48);
}

.price-factor-list strong,
.price-step-list strong {
  color: var(--yz-ink);
  font-size: 18px;
}

.price-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.price-faq details {
  border-bottom: 1px solid rgba(188, 210, 213, .48);
}

.price-faq summary {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  color: var(--yz-ink);
  font-size: 18px;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.price-faq summary::-webkit-details-marker {
  display: none;
}

.price-faq summary::after {
  content: "+";
  color: var(--yz-gold);
  font-size: 21px;
  font-weight: 650;
}

.price-faq details[open] summary::after {
  content: "-";
}

.service-hero,
.service-path,
.service-groups,
.service-compare,
.service-check,
.service-faq {
  width: min(1150px, calc(100% - 48px));
  margin: 0 auto;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(340px, .66fr);
  gap: clamp(44px, 6vw, 82px);
  align-items: end;
  padding: clamp(56px, 6vw, 92px) 0 62px;
}

.service-hero h1 {
  max-width: 780px;
}

.service-hero .lead {
  max-width: 760px;
}

.service-note {
  padding: 26px 0 0 28px;
  border-top: 1px solid rgba(176, 123, 50, .42);
}

.service-note strong {
  display: block;
  color: var(--yz-ink);
  font-size: 20px;
  line-height: 1.35;
}

.service-note p {
  margin: 12px 0 0;
  color: #3f5961;
}

.service-path {
  padding: 24px 0 68px;
}

.service-path-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(176, 123, 50, .34);
  border-bottom: 1px solid rgba(188, 210, 213, .50);
  list-style: none;
}

.service-path-list li {
  padding: 24px 24px 26px;
  border-right: 1px solid rgba(188, 210, 213, .46);
}

.service-path-list li:last-child {
  border-right: 0;
}

.service-path-list span {
  color: var(--yz-gold);
  font-size: 14px;
  font-weight: 850;
}

.service-path-list strong {
  display: block;
  margin-top: 12px;
  color: var(--yz-ink);
  font-size: 20px;
  line-height: 1.28;
}

.service-path-list p {
  margin: 10px 0 0;
  color: #3f5961;
}

.service-groups,
.service-compare,
.service-check,
.service-faq {
  padding: 72px 0;
  border-top: 1px solid rgba(176, 123, 50, .30);
}

.service-group {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  padding: 34px 0;
  border-bottom: 1px solid rgba(188, 210, 213, .48);
}

.service-group:last-child {
  border-bottom: 0;
}

.service-group h3 {
  margin: 0;
  color: var(--yz-ink);
  font-size: 26px;
  line-height: 1.22;
}

.service-group .group-note {
  margin: 12px 0 0;
  color: #536b72;
}

.ship-line-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ship-line-list li {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(188, 210, 213, .42);
}

.ship-line-list li:last-child {
  border-bottom: 0;
}

.ship-line-list strong {
  color: var(--yz-ink);
  font-size: 18px;
}

.ship-line-list p {
  margin: 0;
  color: #3f5961;
}

.service-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  border-top: 1px solid rgba(188, 210, 213, .50);
  border-bottom: 1px solid rgba(188, 210, 213, .50);
}

.service-compare-grid article {
  padding: 26px 28px;
  border-right: 1px solid rgba(188, 210, 213, .46);
}

.service-compare-grid article:last-child {
  border-right: 0;
}

.service-compare-grid h3 {
  margin: 0;
  color: var(--yz-ink);
  font-size: 22px;
}

.service-compare-grid p {
  margin: 10px 0 0;
  color: #3f5961;
}

.service-check-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.service-check-list li {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(188, 210, 213, .48);
}

.service-check-list strong {
  color: var(--yz-ink);
  font-size: 18px;
}

.service-check-list p {
  margin: 0;
  color: #3f5961;
}

.service-faq details {
  border-bottom: 1px solid rgba(188, 210, 213, .48);
}

.service-faq summary {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  color: var(--yz-ink);
  font-size: 18px;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.service-faq summary::-webkit-details-marker {
  display: none;
}

.service-faq summary::after {
  content: "+";
  color: var(--yz-gold);
  font-size: 21px;
  font-weight: 650;
}

.service-faq details[open] summary::after {
  content: "-";
}

.guide-hero,
.guide-featured,
.guide-directory,
.guide-help,
.guide-faq {
  width: min(1150px, calc(100% - 48px));
  margin: 0 auto;
}

.guide-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, .68fr);
  gap: clamp(44px, 6vw, 82px);
  align-items: end;
  padding: clamp(56px, 6vw, 92px) 0 58px;
}

.guide-hero h1 {
  max-width: 780px;
}

.guide-hero .lead {
  max-width: 760px;
}

.guide-note {
  padding: 26px 0 0 28px;
  border-top: 1px solid rgba(176, 123, 50, .42);
}

.guide-note strong {
  display: block;
  color: var(--yz-ink);
  font-size: 20px;
  line-height: 1.35;
}

.guide-note p {
  margin: 12px 0 0;
  color: #3f5961;
}

.guide-featured {
  padding: 26px 0 70px;
}

.guide-featured-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(176, 123, 50, .34);
  border-bottom: 1px solid rgba(188, 210, 213, .50);
  list-style: none;
}

.guide-featured-list a {
  display: block;
  min-height: 100%;
  padding: 28px 28px 30px;
  border-right: 1px solid rgba(188, 210, 213, .46);
}

.guide-featured-list li:last-child a {
  border-right: 0;
}

.guide-featured-list span {
  color: var(--yz-gold);
  font-size: 14px;
  font-weight: 850;
}

.guide-featured-list strong {
  display: block;
  margin-top: 12px;
  color: var(--yz-ink);
  font-size: 22px;
  line-height: 1.25;
}

.guide-featured-list p {
  margin: 10px 0 0;
  color: #3f5961;
}

.guide-directory,
.guide-help,
.guide-faq {
  padding: 72px 0;
  border-top: 1px solid rgba(176, 123, 50, .30);
}

.guide-group {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  padding: 34px 0;
  border-bottom: 1px solid rgba(188, 210, 213, .48);
}

.guide-group:last-child {
  border-bottom: 0;
}

.guide-group h2 {
  margin: 0;
}

.guide-group .group-note {
  margin: 12px 0 0;
  color: #536b72;
}

.guide-link-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-link-list a {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  padding: 17px 0;
  border-bottom: 1px solid rgba(188, 210, 213, .42);
}

.guide-link-list li:last-child a {
  border-bottom: 0;
}

.guide-link-list strong {
  color: var(--yz-ink);
  font-size: 18px;
  line-height: 1.35;
}

.guide-link-list p {
  margin: 0;
  color: #3f5961;
}

.guide-link-list em {
  color: var(--yz-brand);
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.guide-help {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(320px, .66fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: start;
}

.guide-help-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-help-list li {
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr);
  gap: 22px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(188, 210, 213, .46);
}

.guide-help-list strong {
  color: var(--yz-ink);
  font-size: 17px;
}

.guide-help-list p {
  margin: 0;
  color: #3f5961;
}

.guide-faq details {
  border-bottom: 1px solid rgba(188, 210, 213, .48);
}

.guide-faq summary {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  color: var(--yz-ink);
  font-size: 18px;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.guide-faq summary::-webkit-details-marker {
  display: none;
}

.guide-faq summary::after {
  content: "+";
  color: var(--yz-gold);
  font-size: 21px;
  font-weight: 650;
}

.guide-faq details[open] summary::after {
  content: "-";
}

.contact-hero,
.contact-methods,
.contact-prepare,
.contact-form-section,
.contact-company {
  width: min(1150px, calc(100% - 48px));
  margin: 0 auto;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, .68fr);
  gap: clamp(44px, 6vw, 82px);
  align-items: end;
  padding: clamp(56px, 6vw, 92px) 0 58px;
}

.contact-hero h1 {
  max-width: 780px;
}

.contact-hero .lead {
  max-width: 760px;
}

.contact-note {
  padding: 26px 0 0 28px;
  border-top: 1px solid rgba(176, 123, 50, .42);
}

.contact-note strong {
  display: block;
  color: var(--yz-ink);
  font-size: 20px;
  line-height: 1.35;
}

.contact-note p {
  margin: 12px 0 0;
  color: #3f5961;
}

.contact-methods {
  padding: 26px 0 70px;
}

.contact-method-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(176, 123, 50, .34);
  border-bottom: 1px solid rgba(188, 210, 213, .50);
  list-style: none;
}

.contact-method-list a,
.contact-method-list li {
  display: block;
  min-height: 100%;
  padding: 26px 24px 28px;
  border-right: 1px solid rgba(188, 210, 213, .46);
}

.contact-method-list li:last-child,
.contact-method-list li:last-child a {
  border-right: 0;
}

.contact-method-list span {
  color: var(--yz-gold);
  font-size: 14px;
  font-weight: 850;
}

.contact-method-list strong {
  display: block;
  margin-top: 12px;
  color: var(--yz-ink);
  font-size: 21px;
  line-height: 1.25;
}

.contact-method-list p {
  margin: 10px 0 0;
  color: #3f5961;
}

.contact-prepare,
.contact-form-section,
.contact-company {
  padding: 72px 0;
  border-top: 1px solid rgba(176, 123, 50, .30);
}

.contact-prepare-list,
.contact-company-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.contact-prepare-list li,
.contact-company-list li {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(188, 210, 213, .48);
}

.contact-prepare-list strong,
.contact-company-list strong {
  color: var(--yz-ink);
  font-size: 18px;
}

.contact-prepare-list p,
.contact-company-list p {
  margin: 0;
  color: #3f5961;
}

.contact-form-section {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(360px, .72fr);
  gap: clamp(34px, 5vw, 76px);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #3d5961;
  font-size: 14px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(166, 198, 202, .86);
  border-radius: 3px;
  background: rgba(255, 255, 255, .92);
  color: var(--yz-ink);
  outline: 0;
}

.contact-form textarea {
  min-height: 112px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--yz-brand);
  box-shadow: 0 0 0 3px rgba(8, 123, 130, .12);
}

.contact-form .field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form-note {
  color: #536b72;
  font-size: 14px;
}

.cruise-hero,
.cruise-summary,
.cruise-rooms,
.cruise-itinerary-section,
.cruise-info-split,
.cruise-before-booking,
.cruise-related-guides,
.cruise-related-ships {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
}

.cruise-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 380px;
  gap: 54px;
  align-items: end;
  padding: 92px 0 58px;
}

.cruise-hero-copy h1 {
  max-width: 830px;
  margin: 10px 0 20px;
  color: var(--yz-ink);
  font-size: clamp(40px, 6vw, 70px);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.cruise-hero-copy .lead {
  max-width: 740px;
  margin: 0;
  color: #29474f;
  font-size: 18px;
  line-height: 1.9;
}

.cruise-hero-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(26, 73, 82, .24);
  border-bottom: 1px solid rgba(26, 73, 82, .24);
  background: rgba(255, 255, 255, .58);
}

.cruise-hero-facts div {
  min-height: 104px;
  padding: 22px 20px;
  border-right: 1px solid rgba(26, 73, 82, .16);
  border-bottom: 1px solid rgba(26, 73, 82, .16);
}

.cruise-hero-facts div:nth-child(2n) {
  border-right: 0;
}

.cruise-hero-facts div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.cruise-hero-facts span,
.room-meta {
  display: block;
  color: #6b5b44;
  font-size: 13px;
  font-weight: 700;
}

.cruise-hero-facts strong {
  display: block;
  margin-top: 7px;
  color: var(--yz-ink);
  font-size: 21px;
  line-height: 1.35;
}

.cruise-summary {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  gap: 44px;
  padding: 44px 0;
  border-top: 1px solid var(--yz-hair);
  border-bottom: 1px solid var(--yz-hair);
}

.cruise-summary h2,
.cruise-rooms h2,
.cruise-itinerary-section h2,
.cruise-info-split h2,
.cruise-before-booking h2,
.cruise-related-guides h2,
.cruise-related-ships h2 {
  margin: 0;
  color: var(--yz-ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.18;
  letter-spacing: 0;
  text-wrap: balance;
}

.cruise-summary p,
.cruise-rooms .section-title p,
.cruise-itinerary-section .section-title p,
.cruise-note {
  max-width: 760px;
  margin: 14px 0 0;
  color: #35545c;
  line-height: 1.9;
}

.cruise-fit-list,
.cruise-before-booking ul,
.cruise-info-split ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cruise-fit-list li,
.cruise-before-booking li {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(121, 159, 164, .28);
}

.cruise-fit-list li:first-child,
.cruise-before-booking li:first-child {
  padding-top: 0;
}

.cruise-fit-list li:last-child,
.cruise-before-booking li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cruise-fit-list strong,
.cruise-before-booking strong {
  color: var(--yz-ink);
}

.cruise-fit-list span,
.cruise-before-booking span {
  color: #3f5d65;
}

.cruise-rooms,
.cruise-itinerary-section,
.cruise-before-booking,
.cruise-related-guides,
.cruise-related-ships {
  padding: 64px 0;
}

.cruise-room-list {
  display: grid;
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid var(--yz-hair);
  border-bottom: 1px solid var(--yz-hair);
}

.cruise-room-list article {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(121, 159, 164, .24);
}

.cruise-room-list article:last-child {
  border-bottom: 0;
}

.cruise-room-list img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(14, 52, 58, .10);
}

.cruise-room-list h3 {
  margin: 6px 0 10px;
  color: var(--yz-ink);
  font-size: 24px;
  line-height: 1.22;
}

.cruise-room-list p {
  margin: 0;
  color: #385861;
}

.cruise-itinerary-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.cruise-itinerary {
  border: 1px solid rgba(121, 159, 164, .34);
  border-radius: 6px;
  background: rgba(255, 255, 255, .62);
  overflow: clip;
}

.cruise-itinerary summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 18px 22px;
  color: var(--yz-ink);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.cruise-itinerary summary::-webkit-details-marker {
  display: none;
}

.cruise-itinerary summary::after {
  content: "+";
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border: 1px solid rgba(176, 123, 50, .54);
  border-radius: 50%;
  color: #8d611e;
  font-size: 18px;
  line-height: 1;
}

.cruise-itinerary[open] summary::after {
  content: "-";
}

.cruise-itinerary summary em {
  margin-left: 8px;
  color: #6c7f84;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.cruise-day {
  padding: 20px 22px 22px;
  border-top: 1px solid rgba(121, 159, 164, .22);
  background: rgba(255, 255, 255, .42);
}

.cruise-day strong {
  display: block;
  margin-bottom: 10px;
  color: var(--yz-ink);
  font-size: 17px;
}

.cruise-list,
.cruise-info-split ul {
  display: grid;
  gap: 7px;
}

.cruise-list {
  margin: 0;
  padding-left: 1.1em;
  color: #3f5d65;
}

.cruise-info-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  padding: 54px 0;
  border-top: 1px solid var(--yz-hair);
  border-bottom: 1px solid var(--yz-hair);
}

.cruise-info-split li {
  position: relative;
  padding-left: 18px;
  color: #385861;
}

.cruise-info-split li::before {
  content: "";
  position: absolute;
  top: .75em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--yz-gold);
}

.cruise-before-booking {
  border-bottom: 1px solid var(--yz-hair);
}

.cruise-before-booking h2,
.cruise-related-guides h2,
.cruise-related-ships h2 {
  margin-bottom: 24px;
}

.guide-link-list.compact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--yz-hair);
  border-bottom: 1px solid var(--yz-hair);
}

.guide-link-list.compact a {
  display: block;
  min-height: 180px;
  padding: 26px 24px;
  border-right: 1px solid rgba(121, 159, 164, .28);
}

.guide-link-list.compact a:last-child {
  border-right: 0;
}

.guide-link-list.compact strong {
  display: block;
  color: var(--yz-ink);
  font-size: 20px;
}

.guide-link-list.compact p {
  margin: 10px 0 0;
  color: #3f5d65;
}

.cruise-related-ships .ship-line-list {
  border-top: 1px solid var(--yz-hair);
  border-bottom: 1px solid var(--yz-hair);
}

.article-hero,
.article-keypoints,
.article-body-grid,
.article-final-cta {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 56px;
  align-items: end;
  padding: 88px 0 58px;
}

.article-hero-copy h1 {
  max-width: 820px;
  margin: 10px 0 20px;
  color: var(--yz-ink);
  font-size: clamp(40px, 5.8vw, 68px);
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.article-hero-copy .lead {
  max-width: 760px;
  margin: 0;
  color: #29474f;
  font-size: 18px;
  line-height: 1.9;
}

.article-hero-note {
  padding: 28px 0 0;
  border-top: 1px solid rgba(176, 123, 50, .52);
}

.article-hero-note strong {
  display: block;
  color: var(--yz-ink);
  font-size: 22px;
  line-height: 1.28;
}

.article-hero-note p {
  margin: 12px 0 0;
  color: #3f5d65;
}

.article-keypoints {
  border-top: 1px solid var(--yz-hair);
  border-bottom: 1px solid var(--yz-hair);
}

.article-keypoints ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-keypoints li {
  min-height: 190px;
  padding: 28px 24px;
  border-right: 1px solid rgba(121, 159, 164, .28);
}

.article-keypoints li:last-child {
  border-right: 0;
}

.article-keypoints span {
  display: inline-block;
  margin-bottom: 18px;
  color: #8d611e;
  font-size: 13px;
  font-weight: 800;
}

.article-keypoints strong {
  display: block;
  color: var(--yz-ink);
  font-size: 20px;
  line-height: 1.3;
}

.article-keypoints p {
  margin: 10px 0 0;
  color: #3f5d65;
  font-size: 15px;
}

.article-body-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 70px;
  align-items: start;
  padding: 66px 0 22px;
}

.article-main section {
  padding: 0 0 42px;
  border-bottom: 1px solid rgba(121, 159, 164, .24);
  margin-bottom: 42px;
}

.article-main section:last-child {
  margin-bottom: 0;
}

.article-main h2,
.article-final-cta h2 {
  margin: 0 0 18px;
  color: var(--yz-ink);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.18;
  letter-spacing: 0;
  text-wrap: balance;
}

.article-main p,
.article-main li,
.article-final-cta p {
  color: #35545c;
  line-height: 1.92;
}

.article-main p {
  max-width: 74ch;
  margin: 0 0 14px;
}

.article-main ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.1em;
}

.article-main li strong {
  color: var(--yz-ink);
}

.article-side {
  position: sticky;
  top: 96px;
  display: grid;
  border-top: 1px solid rgba(176, 123, 50, .42);
  border-bottom: 1px solid rgba(176, 123, 50, .42);
}

.article-side div {
  padding: 22px 0;
  border-bottom: 1px solid rgba(121, 159, 164, .28);
}

.article-side div:last-child {
  border-bottom: 0;
}

.article-side strong {
  display: block;
  color: var(--yz-ink);
  font-size: 18px;
}

.article-side p {
  margin: 8px 0 0;
  color: #48656d;
  font-size: 15px;
  line-height: 1.75;
}

.article-faq details {
  border-top: 1px solid rgba(121, 159, 164, .24);
}

.article-faq details:last-child {
  border-bottom: 1px solid rgba(121, 159, 164, .24);
}

.article-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  color: var(--yz-ink);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.article-faq summary::-webkit-details-marker {
  display: none;
}

.article-faq summary::after {
  content: "+";
  color: #8d611e;
  font-size: 20px;
  line-height: 1;
}

.article-faq details[open] summary::after {
  content: "-";
}

.article-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 54px 0 70px;
  border-top: 1px solid var(--yz-hair);
}

.article-final-cta p {
  max-width: 720px;
  margin: 0;
}

.trust-hero,
.trust-section,
.legal-hero,
.legal-body,
.overseas-hero,
.overseas-flow,
.overseas-guide,
.overseas-contact {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
}

.trust-hero,
.legal-hero,
.overseas-hero {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(320px, .58fr);
  gap: clamp(36px, 5.4vw, 76px);
  align-items: end;
  padding: clamp(54px, 6vw, 88px) 0 38px;
}

.trust-hero h1,
.legal-hero h1,
.overseas-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 4.9vw, 66px);
}

.trust-hero .lead,
.legal-hero .lead,
.overseas-hero .lead {
  max-width: 760px;
}

.trust-hero-note,
.legal-hero-note,
.overseas-hero-note {
  padding: 26px 0 0;
  border-top: 1px solid rgba(176, 123, 50, .44);
}

.trust-hero-note strong,
.legal-hero-note strong,
.overseas-hero-note strong {
  display: block;
  color: var(--yz-ink);
  font-size: 22px;
  line-height: 1.35;
}

.trust-hero-note p,
.legal-hero-note p,
.overseas-hero-note p {
  margin: 12px 0 0;
  color: #49646b;
  line-height: 1.78;
}

.trust-section,
.legal-body,
.overseas-flow,
.overseas-guide,
.overseas-contact {
  padding: 66px 0;
  border-top: 1px solid rgba(121, 159, 164, .24);
}

.trust-section h2,
.legal-body h2,
.overseas-flow h2,
.overseas-guide h2,
.overseas-contact h2 {
  font-size: clamp(28px, 2.5vw, 40px);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(121, 159, 164, .34);
  border-bottom: 1px solid rgba(121, 159, 164, .34);
}

.trust-strip div {
  min-height: 130px;
  padding: 24px 22px;
  border-right: 1px solid rgba(121, 159, 164, .24);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip span,
.trust-proof-list span,
.legal-meta span,
.overseas-region-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--yz-gold);
  font-size: 13px;
  font-weight: 820;
}

.trust-strip strong,
.trust-proof-list strong,
.legal-meta strong,
.overseas-region-list strong {
  display: block;
  color: var(--yz-ink);
  font-size: 18px;
  line-height: 1.45;
}

.trust-proof-list,
.trust-service-list,
.legal-list,
.overseas-step-list,
.overseas-region-list {
  display: grid;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(121, 159, 164, .28);
}

.trust-proof-list li,
.trust-service-list li,
.legal-list li,
.overseas-step-list li,
.overseas-region-list li {
  display: grid;
  grid-template-columns: minmax(180px, .46fr) minmax(0, 1fr);
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(121, 159, 164, .22);
}

.trust-proof-list p,
.trust-service-list p,
.legal-list p,
.overseas-step-list p,
.overseas-region-list p {
  margin: 6px 0 0;
  color: #49646b;
  line-height: 1.78;
}

.trust-license {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 30px;
}

.trust-license figure {
  margin: 0;
  padding: 0;
}

.trust-license img {
  width: 100%;
  min-height: 260px;
  object-fit: contain;
  border: 1px solid rgba(121, 159, 164, .26);
  background: rgba(255, 255, 255, .78);
}

.trust-license figcaption {
  margin-top: 12px;
  color: #49646b;
  font-size: 14px;
  font-weight: 760;
}

.trust-bank {
  margin-top: 30px;
  border-top: 1px solid rgba(121, 159, 164, .30);
}

.trust-bank-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid rgba(121, 159, 164, .22);
}

.trust-bank-row span {
  color: #60777d;
  font-size: 14px;
  font-weight: 760;
}

.trust-bank-row strong {
  color: var(--yz-ink);
  word-break: break-word;
}

.trust-bank-row button {
  min-width: 64px;
  min-height: 34px;
  border: 1px solid rgba(121, 159, 164, .42);
  border-radius: 3px;
  background: rgba(255, 255, 255, .78);
  color: var(--yz-brand-deep);
  font-size: 13px;
  font-weight: 820;
  cursor: pointer;
}

.trust-bank-row button:hover,
.trust-bank-row button:focus-visible {
  border-color: rgba(8, 123, 130, .42);
  background: #edf7f6;
}

.legal-layout,
.overseas-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(260px, .28fr);
  gap: clamp(36px, 5vw, 70px);
  align-items: start;
}

.legal-article,
.overseas-article {
  min-width: 0;
}

.legal-article section,
.overseas-article section {
  padding: 0 0 34px;
  margin: 0 0 34px;
  border-bottom: 1px solid rgba(121, 159, 164, .24);
}

.legal-article section:last-child,
.overseas-article section:last-child {
  border-bottom: 0;
}

.legal-article h2,
.overseas-article h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2vw, 32px);
}

.legal-article p,
.overseas-article p,
.legal-article li,
.overseas-article li {
  color: #405b62;
  line-height: 1.86;
}

.legal-article ul,
.overseas-article ul {
  padding-left: 1.25em;
}

.legal-aside,
.overseas-aside {
  position: sticky;
  top: 94px;
  border-top: 1px solid rgba(176, 123, 50, .46);
}

.legal-meta,
.overseas-side-note {
  padding: 22px 0;
  border-bottom: 1px solid rgba(121, 159, 164, .24);
}

.legal-meta p,
.overseas-side-note p {
  margin: 8px 0 0;
  color: #49646b;
}

.overseas-step-list b {
  color: var(--yz-gold);
  font-size: 14px;
}

.overseas-guide-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(121, 159, 164, .28);
}

.overseas-guide-list a {
  display: block;
  min-height: 132px;
  padding: 24px 22px;
  border-right: 1px solid rgba(121, 159, 164, .22);
  border-bottom: 1px solid rgba(121, 159, 164, .22);
}

.overseas-guide-list li:nth-child(2n) a {
  border-right: 0;
}

.overseas-guide-list strong {
  display: block;
  color: var(--yz-ink);
  font-size: 18px;
  line-height: 1.45;
}

.overseas-guide-list p {
  margin: 10px 0 0;
  color: #526b72;
  line-height: 1.66;
}

.trust-cta,
.legal-cta,
.overseas-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.trust-cta p,
.legal-cta p,
.overseas-contact p {
  max-width: 760px;
  margin: 16px 0 0;
  color: #405b62;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition-duration: .01ms;
    animation-duration: .01ms;
  }
}

@media (max-width: 900px) {
  .container,
  .hero,
  .search-band,
  .advisor-flow,
  .route-ship,
  .overseas,
  .faq-cta {
    width: calc(100% - 38px);
  }

  body {
    padding-bottom: 0;
  }

  .yz-nav {
    min-height: 66px;
  }

  .yz-logo {
    width: 130px;
  }

  .yz-lang-switch {
    margin-left: auto;
    padding: 2px;
  }

  .yz-lang-switch button {
    min-width: 36px;
    min-height: 27px;
    padding: 0 6px;
    font-size: 12px;
  }

  .yz-menu-toggle {
    display: inline-flex;
    min-height: 35px;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
    border: 1px solid rgba(170, 200, 204, .88);
    border-radius: 3px;
    background: #fff;
    color: var(--yz-brand-deep);
    font-size: 13px;
    font-weight: 780;
  }

  .yz-menu {
    position: fixed;
    top: 67px;
    right: 16px;
    left: 16px;
    z-index: 60;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px;
    border: 1px solid rgba(190, 211, 214, .86);
    border-radius: 3px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 42px rgba(14, 48, 55, .12);
  }

  .yz-header.menu-open .yz-menu {
    display: grid;
  }

  .yz-menu a {
    min-height: 42px;
    justify-content: center;
  }

  .hero,
  .route-ship,
  .overseas,
  .faq-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 24px;
    padding-top: 34px;
    padding-bottom: 22px;
  }

  h1 {
    font-size: 32px;
    line-height: 1.18;
    font-weight: 850;
  }

  h2 {
    font-size: 27px;
    line-height: 1.18;
  }

  .lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.7;
  }

  .hero-trust {
    display: grid;
    gap: 7px;
    margin-top: 16px;
    font-size: 13px;
  }

  .btn {
    width: 100%;
  }

  .hero-media::before {
    inset: -9px 12px 16px -9px;
  }

  .hero-media figcaption {
    position: static;
    margin-top: -1px;
    padding: 14px 15px 15px;
    border: 1px solid rgba(190, 211, 214, .82);
    border-top: 0;
    border-radius: 0 0 2px 2px;
    background: rgba(255, 255, 255, .96);
  }

  .hero-media img {
    border-radius: 2px 2px 0 0;
    box-shadow: 0 18px 34px rgba(12, 58, 62, .12);
  }

  .search-form {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 16px 15px;
  }

  .route-mark {
    width: 44px;
    height: 22px;
    transform: rotate(90deg);
  }

  .search-band {
    padding-bottom: 56px;
  }

  .advisor-flow,
  .route-ship,
  .overseas,
  .faq-cta {
    padding: 58px 0;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .flow-list {
    grid-template-columns: 1fr;
  }

  .flow-list li {
    padding: 22px 18px 23px;
    border-right: 0;
    border-bottom: 1px solid rgba(190, 211, 214, .62);
  }

  .flow-list li:last-child {
    border-bottom: 0;
  }

  .route-rows a {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 0;
  }

  .route-rows em {
    justify-self: start;
    min-width: 0;
    margin-top: 2px;
  }

  .ship-list a,
  .overseas li {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .overseas li,
  .faq summary,
  .final-contact p {
    padding-right: 0;
  }

  .faq summary::after {
    margin-right: 0;
  }

  .final-contact .btn {
    width: 100%;
  }

  .yz-footer-main {
    grid-template-columns: 1fr;
  }

  .yz-footer,
  .yz-footer .container {
    padding-right: 0;
  }

  .yz-floating {
    position: static;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    width: calc(100% - 38px);
    margin: 18px auto 24px;
    padding: 7px;
    border: 1px solid rgba(176, 203, 206, .82);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 26px rgba(9, 44, 50, .10);
  }

  .yz-floating a {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 5px;
    background: #f5fbfa;
    box-shadow: none;
  }

  .yz-floating img {
    width: 23px;
    height: 23px;
  }

  .price-hero,
  .price-guide,
  .price-factors,
  .price-steps,
  .price-faq {
    width: calc(100% - 38px);
  }

  .price-hero {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 36px 0 42px;
  }

  .price-note {
    padding: 22px 18px;
  }

  .price-range {
    grid-template-columns: 1fr;
  }

  .price-range article {
    padding: 24px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(188, 210, 213, .46);
  }

  .price-range article:last-child {
    border-bottom: 0;
  }

  .price-factors,
  .price-steps,
  .price-faq {
    padding: 58px 0;
  }

  .price-factor-list li,
  .price-step-list li {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 18px 0;
  }

  .price-cta .btn {
    width: 100%;
  }

  .service-hero,
  .service-path,
  .service-groups,
  .service-compare,
  .service-check,
  .service-faq {
    width: calc(100% - 38px);
  }

  .service-hero {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 36px 0 42px;
  }

  .service-note {
    padding: 22px 0 0;
  }

  .service-path-list {
    grid-template-columns: 1fr;
  }

  .service-path-list li {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(188, 210, 213, .46);
  }

  .service-path-list li:last-child {
    border-bottom: 0;
  }

  .service-groups,
  .service-compare,
  .service-check,
  .service-faq {
    padding: 58px 0;
  }

  .service-group,
  .ship-line-list li,
  .service-check-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .service-group {
    padding: 30px 0;
  }

  .service-group h3 {
    font-size: 24px;
  }

  .service-compare-grid {
    grid-template-columns: 1fr;
  }

  .service-compare-grid article {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(188, 210, 213, .46);
  }

  .service-compare-grid article:last-child {
    border-bottom: 0;
  }

  .guide-hero,
  .guide-featured,
  .guide-directory,
  .guide-help,
  .guide-faq {
    width: calc(100% - 38px);
  }

  .guide-hero,
  .guide-help {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .guide-hero {
    padding: 36px 0 42px;
  }

  .guide-note {
    padding: 22px 0 0;
  }

  .guide-featured-list {
    grid-template-columns: 1fr;
  }

  .guide-featured-list a {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(188, 210, 213, .46);
  }

  .guide-featured-list li:last-child a {
    border-bottom: 0;
  }

  .guide-directory,
  .guide-help,
  .guide-faq {
    padding: 58px 0;
  }

  .guide-group,
  .guide-link-list a,
  .guide-help-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .guide-group {
    padding: 30px 0;
  }

  .guide-link-list em {
    margin-top: 2px;
  }

  .contact-hero,
  .contact-methods,
  .contact-prepare,
  .contact-form-section,
  .contact-company {
    width: calc(100% - 38px);
  }

  .contact-hero,
  .contact-form-section {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .contact-hero {
    padding: 36px 0 42px;
  }

  .contact-note {
    padding: 22px 0 0;
  }

  .contact-method-list {
    grid-template-columns: 1fr;
  }

  .contact-method-list a,
  .contact-method-list li {
    padding: 23px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(188, 210, 213, .46);
  }

  .contact-method-list li:last-child,
  .contact-method-list li:last-child a {
    border-bottom: 0;
  }

  .contact-prepare,
  .contact-form-section,
  .contact-company {
    padding: 58px 0;
  }

  .contact-prepare-list li,
  .contact-company-list li,
  .contact-form .field-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .cruise-hero,
  .cruise-summary,
  .cruise-rooms,
  .cruise-itinerary-section,
  .cruise-info-split,
  .cruise-before-booking,
  .cruise-related-guides,
  .cruise-related-ships {
    width: calc(100% - 38px);
  }

  .cruise-hero {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 36px 0 42px;
  }

  .cruise-hero-copy h1 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .cruise-hero-copy .lead {
    font-size: 16px;
    line-height: 1.78;
  }

  .cruise-hero-facts div {
    min-height: 88px;
    padding: 18px 16px;
  }

  .cruise-hero-facts strong {
    font-size: 18px;
  }

  .cruise-summary,
  .cruise-info-split {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .cruise-summary {
    padding: 34px 0;
  }

  .cruise-rooms,
  .cruise-itinerary-section,
  .cruise-before-booking,
  .cruise-related-guides,
  .cruise-related-ships {
    padding: 48px 0;
  }

  .cruise-fit-list li,
  .cruise-before-booking li,
  .cruise-room-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cruise-room-list article {
    align-items: start;
    padding: 22px 0;
  }

  .cruise-room-list img {
    aspect-ratio: 16 / 10;
  }

  .cruise-itinerary summary {
    align-items: flex-start;
    min-height: 58px;
    padding: 16px;
    font-size: 15px;
    line-height: 1.55;
  }

  .cruise-itinerary summary em {
    display: block;
    margin: 4px 0 0;
  }

  .cruise-day {
    padding: 16px;
  }

  .guide-link-list.compact {
    grid-template-columns: 1fr;
  }

  .guide-link-list.compact a {
    min-height: 0;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(121, 159, 164, .28);
  }

  .guide-link-list.compact a:last-child {
    border-bottom: 0;
  }

  .article-hero,
  .article-keypoints,
  .article-body-grid,
  .article-final-cta {
    width: calc(100% - 38px);
  }

  .article-hero {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 36px 0 42px;
  }

  .article-hero-copy h1 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .article-hero-copy .lead {
    font-size: 16px;
    line-height: 1.78;
  }

  .article-hero-note {
    padding-top: 22px;
  }

  .article-keypoints ul {
    grid-template-columns: 1fr;
  }

  .article-keypoints li {
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(121, 159, 164, .28);
  }

  .article-keypoints li:last-child {
    border-bottom: 0;
  }

  .article-keypoints span {
    margin-bottom: 8px;
  }

  .article-body-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 48px 0 16px;
  }

  .article-main section {
    padding-bottom: 34px;
    margin-bottom: 34px;
  }

  .article-side {
    position: static;
  }

  .article-final-cta {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 42px 0 58px;
  }

  .trust-hero,
  .trust-section,
  .legal-hero,
  .legal-body,
  .overseas-hero,
  .overseas-flow,
  .overseas-guide,
  .overseas-contact {
    width: calc(100% - 38px);
  }

  .trust-hero,
  .legal-hero,
  .overseas-hero,
  .legal-layout,
  .overseas-layout,
  .trust-cta,
  .legal-cta,
  .overseas-contact {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .trust-hero,
  .legal-hero,
  .overseas-hero {
    padding: 36px 0 42px;
  }

  .trust-hero h1,
  .legal-hero h1,
  .overseas-hero h1 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .trust-section,
  .legal-body,
  .overseas-flow,
  .overseas-guide,
  .overseas-contact {
    padding: 48px 0;
  }

  .trust-strip,
  .trust-license,
  .overseas-guide-list {
    grid-template-columns: 1fr;
  }

  .trust-strip div,
  .overseas-guide-list a {
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(121, 159, 164, .22);
  }

  .trust-strip div:last-child,
  .overseas-guide-list li:last-child a {
    border-bottom: 0;
  }

  .trust-proof-list li,
  .trust-service-list li,
  .legal-list li,
  .overseas-step-list li,
  .overseas-region-list li,
  .trust-bank-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .trust-bank-row {
    align-items: start;
  }

  .trust-bank-row button {
    width: fit-content;
  }

  .legal-aside,
  .overseas-aside {
    position: static;
  }
}
