* {
  box-sizing: border-box;
}

:root {
  --midnight: #081827;
  --harbor: #123047;
  --deepsea: #071321;
  --mist: #eef4f7;
  --foam: #f8fbfc;
  --beacon: #d7ad55;
  --sea: #1d6d83;
  --cyan: #86c9d8;
  --line: rgba(248, 251, 252, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 12%, rgba(215, 173, 85, 0.18), transparent 24rem),
    radial-gradient(circle at 12% 84%, rgba(29, 109, 131, 0.25), transparent 26rem),
    linear-gradient(180deg, var(--deepsea) 0%, var(--midnight) 48%, #0f3144 100%);
  color: var(--foam);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

body::before {
  position: fixed;
  inset: auto 0 0;
  height: 34vh;
  pointer-events: none;
  content: "";
  background:
    repeating-linear-gradient(174deg, rgba(134, 201, 216, 0.12) 0 1px, transparent 1px 34px),
    linear-gradient(180deg, transparent, rgba(10, 63, 83, 0.64));
  mask-image: linear-gradient(180deg, transparent, #000 32%);
}

body::after {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(116deg, transparent 0 58%, rgba(215, 173, 85, 0.06) 58.2%, transparent 66%),
    linear-gradient(154deg, transparent 0 42%, rgba(134, 201, 216, 0.05) 42.2%, transparent 52%);
}

.cursor-light {
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.42;
  background: radial-gradient(circle, rgba(215, 173, 85, 0.26), rgba(134, 201, 216, 0.12) 35%, transparent 70%);
  filter: blur(2px);
  transition: transform 0.12s ease-out;
}

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

button {
  border: 0;
  font: inherit;
}

.page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 0 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 700;
}

.logo {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(215, 173, 85, 0.48);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(248, 251, 252, 0.96);
  color: var(--beacon);
}

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

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pill {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(248, 251, 252, 0.04);
  color: rgba(238, 244, 247, 0.72);
  cursor: default;
  font-size: 12px;
  isolation: isolate;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.pill::before,
.btn::before,
.option::before,
.copy-voyage-btn::before,
.expand-btn::before,
.compass-item::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  content: "";
  opacity: 0;
  background:
    radial-gradient(circle at var(--btn-x, 50%) var(--btn-y, 50%), rgba(255, 255, 255, 0.34), transparent 7.5rem),
    linear-gradient(115deg, transparent 0 26%, rgba(255, 255, 255, 0.28) 42%, transparent 58% 100%);
  transform: translateX(-18%);
  transition: opacity 0.22s ease, transform 0.35s ease;
}

.pill:hover::before,
.btn:hover::before,
.option:hover::before,
.copy-voyage-btn:hover::before,
.expand-btn:hover::before,
.compass-item:hover::before {
  opacity: 1;
  transform: translateX(18%);
}

.nav-continue {
  min-width: 92px;
  background: rgba(215, 173, 85, 0.09);
  color: rgba(248, 251, 252, 0.88);
  cursor: pointer;
}

.nav-continue:hover {
  border-color: rgba(215, 173, 85, 0.55);
  background: rgba(215, 173, 85, 0.16);
  color: var(--foam);
  box-shadow: 0 0 24px rgba(215, 173, 85, 0.16);
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 150px);
  padding: 28px 0 56px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--beacon);
  font-size: 14px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  max-width: 620px;
  margin-bottom: 12px;
  font-size: clamp(32px, 3.7vw, 50px);
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-subtitle {
  margin-bottom: 20px;
  color: rgba(215, 173, 85, 0.92);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.4;
}

.lead {
  max-width: 680px;
  color: rgba(238, 244, 247, 0.78);
  font-size: 18px;
  line-height: 1.9;
}

.glass {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(8, 24, 39, 0.64);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.glass::selection {
  background: rgba(215, 173, 85, 0.32);
}

.hero-buy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin-top: 36px;
}

.price-card {
  padding: 20px;
}

.status-box {
  border: 1px solid rgba(248, 251, 252, 0.12);
  border-radius: 8px;
  margin: 20px 0 16px;
  padding: 12px 14px;
  background: rgba(248, 251, 252, 0.06);
  color: rgba(238, 244, 247, 0.78);
  line-height: 1.7;
}

.pay-panel {
  max-width: 560px;
}

.pay-qr {
  display: grid;
  place-items: center;
  min-height: 0;
  margin: 16px 0;
}

.pay-qr img {
  width: 220px;
  height: 220px;
  border: 10px solid rgba(248, 251, 252, 0.94);
  border-radius: 8px;
  background: #fff;
}

.price {
  color: var(--beacon);
  font-size: 42px;
  font-weight: 750;
}

.muted {
  color: rgba(238, 244, 247, 0.68);
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 8px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 700;
  isolation: isolate;
  transform: perspective(720px) rotateX(var(--btn-tilt-x, 0deg)) rotateY(var(--btn-tilt-y, 0deg));
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.btn:hover {
  transform: perspective(720px) translateY(-3px) rotateX(var(--btn-tilt-x, 0deg)) rotateY(var(--btn-tilt-y, 0deg));
}

.btn:active {
  transform: translateY(0) scale(0.98);
}

.btn-primary {
  background: var(--beacon);
  color: var(--midnight);
  box-shadow: 0 0 36px rgba(215, 173, 85, 0.22);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #f0c96f, #d7ad55 54%, #8bd3df);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26), 0 0 34px rgba(215, 173, 85, 0.38);
}

.btn-ghost {
  border: 1px solid var(--line);
  background: rgba(248, 251, 252, 0.06);
  color: var(--mist);
}

.btn-ghost:hover {
  border-color: rgba(134, 201, 216, 0.44);
  background: rgba(134, 201, 216, 0.10);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18), 0 0 24px rgba(134, 201, 216, 0.12);
}

.preview {
  padding: 24px;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(248, 251, 252, 0.10);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(7, 19, 33, 0.12), rgba(7, 19, 33, 0.82)),
    radial-gradient(circle at 68% 18%, rgba(215, 173, 85, 0.28), transparent 13rem),
    linear-gradient(180deg, #0b2034 0%, #0b2f43 54%, #123e50 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 28px 80px rgba(0, 0, 0, 0.24);
  animation: seaBreath 8s ease-in-out infinite;
  transform: perspective(1100px) rotateX(var(--tiltX, 0deg)) rotateY(var(--tiltY, 0deg));
  transition: transform 0.18s ease-out;
}

.hero-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at var(--mx, 72%) var(--my, 22%), rgba(215, 173, 85, 0.28), transparent 10rem),
    repeating-linear-gradient(172deg, transparent 0 24px, rgba(248, 251, 252, 0.05) 25px, transparent 26px),
    linear-gradient(180deg, transparent 38%, rgba(3, 16, 29, 0.58) 100%);
}

.brand-mark {
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 1;
  width: 168px;
  height: 118px;
  opacity: 0.13;
  filter: saturate(0.85);
  pointer-events: none;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.beam {
  position: absolute;
  right: 86px;
  top: 92px;
  width: 420px;
  height: 170px;
  transform: rotate(-13deg);
  transform-origin: right center;
  background: linear-gradient(90deg, transparent 0%, rgba(215, 173, 85, 0.28) 45%, rgba(215, 173, 85, 0.02) 100%);
  clip-path: polygon(0 28%, 100% 46%, 100% 55%, 0 78%);
  animation: beaconSweep 5.8s ease-in-out infinite;
}

.moon {
  position: absolute;
  right: 54px;
  top: 42px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: radial-gradient(circle, #f5d98c 0 24%, rgba(215, 173, 85, 0.34) 25% 48%, rgba(215, 173, 85, 0.08) 49% 70%, transparent 71%);
  box-shadow: 0 0 42px rgba(215, 173, 85, 0.42);
}

.lighthouse {
  position: absolute;
  right: 74px;
  bottom: 126px;
  width: 84px;
  height: 224px;
  background: linear-gradient(90deg, #e8eef0 0 28%, #c9d8dc 29% 52%, #f7fbfb 53% 100%);
  clip-path: polygon(32% 0, 68% 0, 92% 100%, 8% 100%);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
}

.lighthouse::before {
  position: absolute;
  left: 15px;
  top: 24px;
  width: 54px;
  height: 22px;
  content: "";
  background: repeating-linear-gradient(90deg, #b84d4d 0 14px, #f8fbfc 14px 28px);
}

.lighthouse::after {
  position: absolute;
  left: 25px;
  top: -34px;
  width: 34px;
  height: 42px;
  border-radius: 8px 8px 2px 2px;
  content: "";
  background: #d7ad55;
  box-shadow: 0 0 28px rgba(215, 173, 85, 0.55);
}

.lighthouse span {
  position: absolute;
  left: 31px;
  top: 78px;
  width: 22px;
  height: 86px;
  border-radius: 999px;
  background: repeating-linear-gradient(180deg, rgba(8, 24, 39, 0.34) 0 10px, transparent 10px 26px);
}

.route-line {
  position: absolute;
  left: 44px;
  right: 155px;
  bottom: 154px;
  height: 120px;
  border-bottom: 2px dashed rgba(215, 173, 85, 0.62);
  border-radius: 0 0 0 100%;
  transform: rotate(-8deg);
}

.route-line i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--beacon);
  box-shadow: 0 0 14px rgba(215, 173, 85, 0.8);
  animation: routePulse 2.2s ease-in-out infinite;
}

.route-line i:nth-child(1) { left: 12%; bottom: -5px; }
.route-line i:nth-child(2) { left: 48%; bottom: 18px; }
.route-line i:nth-child(3) { right: 2%; bottom: 82px; }
.route-line i:nth-child(2) { animation-delay: 0.45s; }
.route-line i:nth-child(3) { animation-delay: 0.9s; }

.boat {
  position: absolute;
  left: 72px;
  bottom: 118px;
  width: 70px;
  height: 30px;
  background: #e9f2f4;
  clip-path: polygon(0 42%, 100% 42%, 82% 100%, 18% 100%);
  animation: boatDrift 4.8s ease-in-out infinite;
}

.boat::before {
  position: absolute;
  left: 30px;
  bottom: 12px;
  width: 2px;
  height: 58px;
  content: "";
  background: rgba(248, 251, 252, 0.86);
}

.boat::after {
  position: absolute;
  left: 32px;
  bottom: 18px;
  width: 42px;
  height: 48px;
  content: "";
  background: rgba(215, 173, 85, 0.86);
  clip-path: polygon(0 0, 100% 72%, 0 100%);
}

.wave {
  position: absolute;
  left: -10%;
  right: -10%;
  height: 110px;
  background:
    radial-gradient(50% 80% at 50% 0%, rgba(134, 201, 216, 0.22), transparent 70%);
  animation: waveSlide 6s linear infinite;
}

.wave-a {
  bottom: 28px;
}

.wave-b {
  bottom: -28px;
  opacity: 0.72;
  animation-duration: 8s;
  animation-direction: reverse;
}

@keyframes seaBreath {
  0%, 100% { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 0 70px rgba(134, 201, 216, 0.05), 0 28px 80px rgba(0, 0, 0, 0.24); }
  50% { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 120px rgba(134, 201, 216, 0.14), 0 34px 96px rgba(0, 0, 0, 0.28); }
}

@keyframes beaconSweep {
  0%, 100% { transform: rotate(-16deg) scaleX(0.94); opacity: 0.7; }
  50% { transform: rotate(-8deg) scaleX(1.08); opacity: 0.98; }
}

@keyframes boatDrift {
  0%, 100% { transform: translate(0, 0) rotate(-1deg); }
  50% { transform: translate(12px, -5px) rotate(1deg); }
}

@keyframes waveSlide {
  from { transform: translateX(0); }
  to { transform: translateX(7%); }
}

@keyframes routePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 12px rgba(215, 173, 85, 0.7);
  }
  50% {
    transform: scale(1.75);
    box-shadow: 0 0 28px rgba(215, 173, 85, 1);
  }
}

.tap-flash {
  animation: tapFlash 0.42s ease;
}

@keyframes tapFlash {
  0% { box-shadow: 0 0 0 0 rgba(215, 173, 85, 0.42); }
  100% { box-shadow: 0 0 0 18px rgba(215, 173, 85, 0); }
}

.voyage-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  background: rgba(8, 24, 39, 0.72);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.hero-visual:hover .voyage-card {
  border-color: rgba(215, 173, 85, 0.36);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.28), 0 0 26px rgba(215, 173, 85, 0.12);
  transform: translateY(-6px);
}

.preview-head,
.row-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.steps {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.step {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(248, 251, 252, 0.06);
}

.step b {
  color: var(--foam);
}

.step-no {
  color: var(--beacon);
  font-size: 22px;
  font-weight: 750;
}

.center {
  display: grid;
  min-height: calc(100vh - 140px);
  place-items: center;
  padding: 32px 0 58px;
}

.panel {
  width: min(100%, 560px);
  padding: 26px;
}

.panel.wide {
  width: min(100%, 880px);
}

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

.list li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(238, 244, 247, 0.78);
}

.check {
  color: var(--beacon);
}

.test-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  padding: 34px 0 58px;
}

.side {
  position: sticky;
  top: 28px;
  align-self: start;
  padding: 22px;
}

.bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(248, 251, 252, 0.12);
}

.bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--beacon);
  transition: width 0.25s ease;
}

.question {
  display: grid;
  min-height: 70vh;
  align-content: center;
  padding: 32px;
}

.question h2 {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.35;
}

.options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.option {
  position: relative;
  overflow: hidden;
  min-height: 86px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(248, 251, 252, 0.06);
  color: var(--mist);
  cursor: pointer;
  padding: 12px;
  text-align: center;
  isolation: isolate;
  transform: perspective(720px) rotateX(var(--btn-tilt-x, 0deg)) rotateY(var(--btn-tilt-y, 0deg));
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.option:hover,
.option.active {
  border-color: var(--beacon);
  background: var(--beacon);
  color: var(--midnight);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22), 0 0 26px rgba(215, 173, 85, 0.26);
}

.option:hover {
  transform: perspective(720px) translateY(-4px) rotateX(var(--btn-tilt-x, 0deg)) rotateY(var(--btn-tilt-y, 0deg));
}

.option.active {
  box-shadow: inset 0 0 0 1px rgba(8, 24, 39, 0.18), 0 0 28px rgba(215, 173, 85, 0.32);
}

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

.grid-input {
  display: grid;
  gap: 12px;
}

.grid-input input,
.date-select-grid select {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(248, 251, 252, 0.08);
  color: var(--foam);
  outline: none;
  padding: 0 14px;
}

.grid-input input:focus,
.date-select-grid select:focus {
  border-color: var(--beacon);
}

.date-select-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 12px;
}

.date-select-grid option {
  color: var(--midnight);
}

.report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: 56px;
}

.detail-grid {
  padding-top: 10px;
}

.report-progress {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 30;
  height: 4px;
  background: rgba(248, 251, 252, 0.08);
}

.report-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--beacon), var(--cyan));
  box-shadow: 0 0 18px rgba(215, 173, 85, 0.65);
}

.copy-voyage-btn {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 28;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  border: 1px solid rgba(215, 173, 85, 0.46);
  border-radius: 999px;
  padding: 0 18px;
  background:
    radial-gradient(circle at 22% 18%, rgba(248, 251, 252, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(215, 173, 85, 0.96), rgba(134, 201, 216, 0.88));
  color: #071321;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28), 0 0 24px rgba(215, 173, 85, 0.22);
  cursor: pointer;
  font-weight: 800;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.copy-voyage-btn:hover {
  transform: translateY(-4px) scale(1.02);
  filter: saturate(1.12);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.32), 0 0 34px rgba(215, 173, 85, 0.34);
}

.report-tools {
  display: grid;
  grid-template-columns: minmax(220px, 0.46fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 0 0 22px;
  padding: 20px 22px;
}

.report-tools h2 {
  margin: 0;
  font-size: clamp(20px, 2.1vw, 28px);
}

.report-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.report-nav a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(248, 251, 252, 0.12);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(248, 251, 252, 0.05);
  color: rgba(238, 244, 247, 0.78);
  font-size: 12px;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.report-nav a:hover {
  border-color: rgba(215, 173, 85, 0.45);
  color: var(--beacon);
  transform: translateY(-2px);
}

.type-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 22px;
}

.type-card {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  padding: 20px 22px;
}

.type-card::before {
  position: absolute;
  right: -40px;
  top: -80px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 173, 85, 0.22), transparent 62%);
  content: "";
}

.type-card span {
  display: inline-flex;
  border: 1px solid rgba(215, 173, 85, 0.30);
  border-radius: 999px;
  margin-bottom: 12px;
  padding: 4px 10px;
  color: var(--beacon);
  font-size: 12px;
}

.type-card h2 {
  position: relative;
  margin-bottom: 8px;
  color: var(--foam);
  font-size: clamp(22px, 2.4vw, 32px);
}

.type-card b {
  display: block;
  margin-bottom: 10px;
  color: rgba(134, 201, 216, 0.92);
  font-size: 13px;
  font-weight: 600;
}

.type-card p {
  position: relative;
  max-width: 620px;
  line-height: 1.75;
}

.voyage-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  gap: 34px;
  align-items: center;
  padding: 30px 0 28px;
}

.voyage-copy h1 {
  margin-bottom: 10px;
  font-size: clamp(38px, 4.8vw, 68px);
  line-height: 1.08;
}

.voyage-sub {
  margin-bottom: 18px;
  color: rgba(215, 173, 85, 0.94);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.4;
}

.voyage-map {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(248, 251, 252, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 16%, rgba(215, 173, 85, 0.28), transparent 10rem),
    linear-gradient(180deg, rgba(8, 24, 39, 0.52), rgba(12, 54, 74, 0.78)),
    repeating-linear-gradient(165deg, rgba(248, 251, 252, 0.06) 0 1px, transparent 1px 40px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 28px 80px rgba(0, 0, 0, 0.24);
}

.voyage-map::before {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(215, 173, 85, 0.16);
  border-radius: 50%;
  content: "";
}

.voyage-map::after {
  position: absolute;
  inset: 72px;
  border: 1px dashed rgba(134, 201, 216, 0.24);
  border-radius: 50%;
  content: "";
}

.map-beacon {
  position: absolute;
  right: 42px;
  top: 42px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, #f5d98c 0 22%, rgba(215, 173, 85, 0.30) 23% 56%, transparent 57%);
  box-shadow: 0 0 52px rgba(215, 173, 85, 0.52);
  animation: beaconPulse 3.8s ease-in-out infinite;
}

.map-beacon::before {
  position: absolute;
  right: 28px;
  top: 45px;
  width: 430px;
  height: 120px;
  content: "";
  transform: rotate(-14deg);
  transform-origin: right center;
  background: linear-gradient(90deg, transparent, rgba(215, 173, 85, 0.32), transparent);
  clip-path: polygon(0 26%, 100% 44%, 100% 56%, 0 80%);
  animation: beamSweep 6s ease-in-out infinite;
}

.map-route {
  position: absolute;
  inset: 0;
}

.map-route::before {
  position: absolute;
  left: 58px;
  right: 96px;
  top: 124px;
  height: 250px;
  border-bottom: 3px dashed rgba(215, 173, 85, 0.68);
  border-left: 2px dashed rgba(134, 201, 216, 0.24);
  border-radius: 0 0 0 100%;
  content: "";
  transform: rotate(-8deg);
}

.map-stop {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 118px;
  min-height: 80px;
  align-content: start;
  gap: 4px;
  border: 1px solid rgba(248, 251, 252, 0.16);
  border-radius: 10px;
  padding: 10px;
  background: rgba(8, 24, 39, 0.68);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.map-stop span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: var(--beacon);
  color: var(--midnight);
  font-size: 12px;
  font-weight: 800;
}

.map-stop b {
  color: var(--foam);
  font-size: 14px;
}

.map-stop small {
  color: rgba(238, 244, 247, 0.66);
  line-height: 1.45;
}

.stop-0 { left: 26px; bottom: 44px; }
.stop-1 { left: 58px; top: 280px; }
.stop-2 { left: 148px; top: 210px; }
.stop-3 { left: 250px; bottom: 88px; }
.stop-4 { left: 278px; top: 122px; }
.stop-5 { right: 156px; top: 184px; }
.stop-6 { right: 70px; bottom: 134px; }
.stop-7 { left: 142px; bottom: 186px; border-color: rgba(215, 173, 85, 0.45); }
.stop-8 { right: 28px; top: 254px; }
.stop-9 { right: 32px; top: 36px; }

.map-sea {
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: -34px;
  height: 150px;
  background:
    radial-gradient(50% 76% at 50% 0%, rgba(134, 201, 216, 0.34), transparent 72%),
    repeating-linear-gradient(174deg, rgba(248, 251, 252, 0.10) 0 1px, transparent 1px 28px);
}

.compass-panel {
  margin: 4px 0 22px;
  padding: 22px;
}

.compass-panel h2 {
  margin-bottom: 10px;
}

.compass-intro {
  max-width: 760px;
  margin: 0 0 18px;
}

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

.compass-item {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(248, 251, 252, 0.10);
  border-radius: 8px;
  padding: 14px;
  background: rgba(248, 251, 252, 0.05);
  color: inherit;
  cursor: pointer;
  text-align: left;
  isolation: isolate;
  transform: perspective(760px) rotateX(var(--btn-tilt-x, 0deg)) rotateY(var(--btn-tilt-y, 0deg));
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.compass-item:hover {
  border-color: rgba(215, 173, 85, 0.38);
  background: rgba(248, 251, 252, 0.075);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.20), 0 0 26px rgba(134, 201, 216, 0.10);
  transform: perspective(760px) translateY(-4px) rotateX(var(--btn-tilt-x, 0deg)) rotateY(var(--btn-tilt-y, 0deg));
}

.compass-item span {
  color: rgba(238, 244, 247, 0.68);
  font-size: 12px;
}

.compass-item b {
  color: var(--beacon);
  font-size: 26px;
}

.compass-item i {
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(248, 251, 252, 0.12);
}

.compass-item em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--beacon), var(--cyan));
}

.compass-item p {
  margin: 2px 0 0;
  color: rgba(238, 244, 247, 0.70);
  font-size: 13px;
  line-height: 1.65;
}

.today-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  overflow: hidden;
  margin: 0 0 22px;
  padding: 22px;
}

.today-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(108deg, transparent 0 54%, rgba(215, 173, 85, 0.10) 54.2%, transparent 68%),
    radial-gradient(circle at 88% 18%, rgba(134, 201, 216, 0.16), transparent 18rem);
  pointer-events: none;
}

.today-panel > * {
  position: relative;
  z-index: 1;
}

.today-panel h2 {
  margin-bottom: 10px;
  font-size: clamp(20px, 2vw, 28px);
}

.today-panel p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}

.voyage-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.pillar-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  padding: 20px;
}

.pillar-card::before {
  position: absolute;
  inset: auto -15% -42px;
  height: 92px;
  content: "";
  background: radial-gradient(50% 80% at 50% 0%, rgba(134, 201, 216, 0.20), transparent 72%);
}

.pillar-no {
  color: var(--beacon);
  font-size: 12px;
  font-weight: 800;
}

.pillar-card h3 {
  margin: 12px 0 8px;
  color: rgba(238, 244, 247, 0.72);
  font-size: 14px;
}

.pillar-card h2 {
  margin-bottom: 8px;
  color: var(--foam);
  font-size: 24px;
  line-height: 1.25;
}

.pillar-mark {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(215, 173, 85, 0.32);
  border-radius: 999px;
  margin-bottom: 12px;
  padding: 0 10px;
  color: var(--beacon);
  font-size: 12px;
}

.report-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  scroll-margin-top: 90px;
  animation: cardRise 0.55s ease both;
}

.report-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--beacon), rgba(134, 201, 216, 0.35), transparent);
}

.report-card h3 {
  margin-bottom: 14px;
  color: var(--foam);
}

.report-card p {
  line-height: 1.92;
}

.report-card p + p {
  margin-top: 12px;
}

.report-card.collapsed .report-card-body {
  position: relative;
  max-height: 310px;
  overflow: hidden;
}

.report-card.collapsed:not(.expanded) .report-card-body::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 88px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(8, 24, 39, 0.96));
}

.report-card.expanded .report-card-body {
  max-height: none;
}

.expand-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(215, 173, 85, 0.32);
  border-radius: 999px;
  margin-top: 14px;
  padding: 0 14px;
  background: rgba(215, 173, 85, 0.10);
  color: var(--beacon);
  cursor: pointer;
  isolation: isolate;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.expand-btn:hover {
  border-color: rgba(215, 173, 85, 0.58);
  background: rgba(215, 173, 85, 0.16);
  box-shadow: 0 0 22px rgba(215, 173, 85, 0.18);
  transform: translateY(-2px);
}

.advice-note {
  border: 1px solid rgba(215, 173, 85, 0.24);
  border-radius: 8px;
  margin-top: 16px !important;
  padding: 12px 14px;
  background: rgba(215, 173, 85, 0.08);
  color: rgba(248, 251, 252, 0.84);
}

.action-panel {
  background:
    radial-gradient(circle at 92% 16%, rgba(215, 173, 85, 0.14), transparent 13rem),
    rgba(8, 24, 39, 0.64);
}

.action-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.action-check {
  display: grid;
  grid-template-columns: 28px 48px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid rgba(248, 251, 252, 0.10);
  border-radius: 10px;
  padding: 14px;
  background: rgba(248, 251, 252, 0.045);
  cursor: pointer;
}

.action-check input {
  position: absolute;
  opacity: 0;
}

.action-check span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(215, 173, 85, 0.42);
  border-radius: 50%;
  margin-top: 2px;
}

.action-check span::before {
  color: var(--beacon);
  content: "";
  font-size: 14px;
}

.action-check input:checked + span::before {
  content: "✓";
}

.action-check b {
  color: var(--beacon);
}

.action-check small {
  color: rgba(238, 244, 247, 0.72);
  line-height: 1.75;
}

.action-check.checked {
  border-color: rgba(215, 173, 85, 0.34);
  background: rgba(215, 173, 85, 0.08);
}

@keyframes beaconPulse {
  0%, 100% { box-shadow: 0 0 42px rgba(215, 173, 85, 0.42); transform: scale(1); }
  50% { box-shadow: 0 0 76px rgba(215, 173, 85, 0.72); transform: scale(1.04); }
}

@keyframes beamSweep {
  0%, 100% { opacity: 0.58; transform: rotate(-18deg); }
  50% { opacity: 0.9; transform: rotate(-6deg); }
}

@keyframes cardRise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.report-card.full {
  grid-column: 1 / -1;
}

.report-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: end;
  padding: 34px 0 24px;
}

.report-hero h1 {
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.12;
}

.mini-map {
  position: relative;
  height: 128px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    radial-gradient(circle at 76% 28%, rgba(215, 173, 85, 0.34), transparent 5rem),
    linear-gradient(180deg, rgba(8, 24, 39, 0.78), rgba(18, 63, 80, 0.52));
}

.mini-map::before {
  position: absolute;
  left: 24px;
  right: 58px;
  bottom: 34px;
  height: 60px;
  border-bottom: 2px dashed rgba(215, 173, 85, 0.64);
  border-radius: 0 0 0 100%;
  content: "";
  transform: rotate(-8deg);
}

.mini-map span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--beacon);
  box-shadow: 0 0 16px rgba(215, 173, 85, 0.8);
}

.mini-map span:nth-child(1) { left: 42px; bottom: 32px; }
.mini-map span:nth-child(2) { left: 148px; bottom: 52px; }
.mini-map span:nth-child(3) { right: 56px; top: 34px; }

.share-card {
  max-width: 460px;
  margin: 0 auto;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(248, 251, 252, 0.98), rgba(232, 240, 242, 0.96));
  color: var(--midnight);
  padding: 18px 22px 26px;
  box-shadow: 0 0 42px rgba(215, 173, 85, 0.26);
}

.share-card h1 {
  font-size: 30px;
  line-height: 1.25;
}

.share-card p {
  line-height: 1.75;
}

.card-mingli {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(215, 173, 85, 0.38);
  border-radius: 999px;
  margin-bottom: 12px;
  padding: 0 12px;
  background: rgba(215, 173, 85, 0.12);
  color: #6b4b13;
  font-size: 12px;
  font-weight: 700;
}

.share-visual {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 22px;
  background:
    radial-gradient(circle at 70% 22%, rgba(246, 216, 142, 0.85), transparent 6rem),
    linear-gradient(180deg, #0a2337 0%, #0d4256 66%, #164d5e 100%);
}

.share-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    repeating-linear-gradient(170deg, transparent 0 24px, rgba(255, 255, 255, 0.08) 25px, transparent 27px),
    linear-gradient(180deg, transparent 48%, rgba(3, 16, 29, 0.38));
}

.card-beam {
  position: absolute;
  right: 52px;
  top: 70px;
  width: 300px;
  height: 100px;
  transform: rotate(-12deg);
  background: linear-gradient(90deg, transparent, rgba(215, 173, 85, 0.38), transparent);
  clip-path: polygon(0 25%, 100% 43%, 100% 56%, 0 78%);
}

.card-tower {
  position: absolute;
  right: 54px;
  bottom: 42px;
  width: 54px;
  height: 140px;
  background: linear-gradient(90deg, #f7fbfb, #cbd9dc);
  clip-path: polygon(32% 0, 68% 0, 92% 100%, 8% 100%);
}

.card-tower::before {
  position: absolute;
  left: 9px;
  top: 20px;
  width: 36px;
  height: 14px;
  content: "";
  background: repeating-linear-gradient(90deg, #b84d4d 0 10px, #f8fbfc 10px 20px);
}

.card-tower::after {
  position: absolute;
  left: 15px;
  top: -26px;
  width: 24px;
  height: 32px;
  border-radius: 6px 6px 2px 2px;
  content: "";
  background: var(--beacon);
  box-shadow: 0 0 24px rgba(215, 173, 85, 0.72);
}

.card-tower span {
  position: absolute;
  left: 21px;
  top: 62px;
  width: 13px;
  height: 50px;
  border-radius: 999px;
  background: rgba(8, 24, 39, 0.28);
}

.card-route {
  position: absolute;
  left: 32px;
  right: 118px;
  bottom: 84px;
  height: 84px;
  border-bottom: 2px dashed rgba(215, 173, 85, 0.7);
  border-radius: 0 0 0 100%;
  transform: rotate(-10deg);
}

.card-route i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--beacon);
}

.card-route i:nth-child(1) { left: 4%; bottom: -5px; }
.card-route i:nth-child(2) { left: 50%; bottom: 14px; }
.card-route i:nth-child(3) { right: 0; bottom: 62px; }

.person-orb {
  position: absolute;
  left: 38px;
  top: 42px;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 1px solid rgba(215, 173, 85, 0.55);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 251, 252, 0.96), rgba(215, 173, 85, 0.72));
  color: var(--midnight);
  font-size: 28px;
  font-weight: 800;
  box-shadow: 0 0 34px rgba(215, 173, 85, 0.45);
  overflow: hidden;
}

.person-orb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.person-orb span {
  position: absolute;
  right: 4px;
  bottom: 4px;
  min-width: 34px;
  border: 1px solid rgba(215, 173, 85, 0.72);
  border-radius: 999px;
  background: rgba(8, 24, 39, 0.9);
  color: var(--foam);
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}

.card-sea {
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: -12px;
  height: 88px;
  background:
    radial-gradient(50% 70% at 50% 0%, rgba(134, 201, 216, 0.42), transparent 72%),
    repeating-linear-gradient(174deg, rgba(248, 251, 252, 0.10) 0 1px, transparent 1px 24px);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.tag {
  border-radius: 999px;
  background: rgba(8, 24, 39, 0.08);
  padding: 6px 10px;
  color: var(--harbor);
  font-size: 12px;
}

.footer-note {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 26px 0 36px;
  color: rgba(238, 244, 247, 0.62);
  font-size: 12px;
  line-height: 1.8;
}

.hidden {
  display: none !important;
}

@media (max-width: 900px) {
  .shell {
    width: min(100% - 28px, 640px);
  }

  .nav {
    padding-top: 18px;
  }

  .nav-actions {
    gap: 0;
  }

  .nav-continue {
    min-width: 84px;
    min-height: 32px;
    padding: 0 12px;
  }

  .hero {
    display: block;
    min-height: auto;
    padding-top: 28px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .lead {
    font-size: 16px;
  }

  .hero-buy {
    grid-template-columns: 1fr;
  }

  .hero-buy .btn {
    width: 100%;
  }

  .hero-visual {
    margin-top: 24px;
    min-height: 640px;
  }

  .preview {
    padding: 18px;
  }

  .voyage-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .moon {
    right: 30px;
  }

  .lighthouse {
    right: 44px;
    bottom: 178px;
    transform: scale(0.84);
    transform-origin: bottom center;
  }

  .beam {
    right: 50px;
    top: 120px;
    width: 310px;
  }

  .route-line {
    left: 28px;
    right: 100px;
    bottom: 222px;
  }

  .boat {
    left: 42px;
    bottom: 186px;
  }

  .test-grid {
    display: block;
    padding-top: 18px;
  }

  .side {
    position: static;
    margin-bottom: 16px;
  }

  .question {
    min-height: auto;
    padding: 22px;
  }

  .options {
    grid-template-columns: 1fr;
  }

  .choice-grid {
    grid-template-columns: 1fr;
  }

  .date-select-grid {
    grid-template-columns: 1fr;
  }

  .option {
    min-height: 52px;
    text-align: left;
  }

  .report-grid {
    grid-template-columns: 1fr;
  }

  .report-tools {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .today-panel {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .today-panel .btn {
    width: 100%;
  }

  .report-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .report-nav a {
    flex: 0 0 auto;
  }

  .copy-voyage-btn {
    right: 14px;
    bottom: 14px;
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  .type-strip {
    grid-template-columns: 1fr;
  }

  .type-card {
    min-height: auto;
  }

  .voyage-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 22px;
  }

  .voyage-copy h1 {
    font-size: 36px;
  }

  .voyage-map {
    min-height: 980px;
  }

  .map-route::before {
    left: 50%;
    right: auto;
    top: 88px;
    bottom: 82px;
    width: 0;
    height: auto;
    border-left: 2px dashed rgba(215, 173, 85, 0.68);
    border-bottom: 0;
    border-radius: 0;
    transform: none;
  }

  .map-stop {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: calc(100% - 32px);
    min-height: auto;
    margin: 14px 16px;
  }

  .map-route {
    display: grid;
    align-content: start;
    padding-top: 24px;
  }

  .map-beacon {
    right: 22px;
    top: 18px;
    transform: scale(0.78);
    transform-origin: top right;
  }

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

  .voyage-pillars {
    grid-template-columns: 1fr;
  }

  .pillar-card {
    min-height: auto;
  }

  .report-hero {
    grid-template-columns: 1fr;
    padding-top: 22px;
  }

  .report-hero h1 {
    font-size: 32px;
  }

  .mini-map {
    height: 112px;
  }

  .action-check {
    grid-template-columns: 26px minmax(0, 1fr);
  }

  .action-check b {
    grid-column: 2;
  }

  .action-check small {
    grid-column: 1 / -1;
    padding-left: 38px;
  }

  .share-card {
    width: min(100%, 430px);
    padding: 14px 16px 22px;
  }

  .share-card h1 {
    font-size: 24px;
  }

  .share-visual {
    min-height: 220px;
  }

  .person-orb {
    width: 78px;
    height: 78px;
    font-size: 24px;
  }

  .card-tower {
    right: 36px;
    transform: scale(0.86);
    transform-origin: bottom center;
  }

  .card-beam {
    right: 22px;
    width: 230px;
  }

  .footer-note {
    width: min(100% - 28px, 640px);
  }
}
