
:root {
  --ink: #06233d;
  --muted: #547188;
  --line: #cce7f0;
  --paper: #f6fcff;
  --band: #e9f8fb;
  --accent: #ffb23f;
  --accent-2: #0087b8;
  --reef: #ff7f6e;
  --deep: #003d73;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Noto Sans TC", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.75;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.nav { border-bottom: 1px solid rgba(255,255,255,.36); background: rgba(247, 253, 255, .82); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 10; box-shadow: 0 10px 30px rgba(0, 86, 132, .08); }
.nav-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--deep); font-weight: 900; letter-spacing: 0; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 34px; height: 34px; border-radius: 8px; box-shadow: 0 10px 24px rgba(0, 99, 148, .16); flex: 0 0 auto; }
.nav-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: .95rem; }
.nav-links a { color: #365a73; text-decoration: none; font-weight: 700; }
.nav-links a:hover { color: var(--accent-2); }
.hero { position: relative; overflow: hidden; color: #fff; min-height: clamp(540px, 82svh, 760px); padding: clamp(72px, 12vw, 128px) 0 70px; background: linear-gradient(90deg, rgba(0,45,85,.78), rgba(0,95,140,.16) 55%, rgba(255,184,83,.08)), url("../images/travel-compass-ocean-hero.png") center / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(180deg, rgba(246,252,255,0), var(--paper)); pointer-events: none; }
.hero .container { position: relative; z-index: 1; }
.hero-grid { max-width: 840px; display: grid; gap: 24px; align-items: end; }
.eyebrow, .hero-kicker { color: #ffe18f; font-weight: 900; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 7vw, 6.2rem); line-height: 1.02; margin: 12px 0 18px; text-wrap: balance; letter-spacing: 0; }
.lead { font-size: clamp(1.08rem, 2vw, 1.32rem); color: rgba(255,255,255,.92); max-width: 720px; text-shadow: 0 2px 18px rgba(0,43,77,.35); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hero-trust span { min-height: 38px; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.14); color: #fff; padding: 7px 12px; border-radius: 999px; font-weight: 800; backdrop-filter: blur(12px); }
.hero-panel { display: none; }
.subhero { min-height: 330px; padding: 76px 0 54px; background-position: center 45%; }
.subhero .lead { color: rgba(255,255,255,.9); }
.actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button, .article-cta a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; background: var(--accent); color: #102c3f; text-decoration: none; border-radius: 999px; font-weight: 900; box-shadow: 0 14px 34px rgba(255, 178, 63, .28); }
.button.secondary { background: rgba(255,255,255,.16); color: #fff; border: 1px solid rgba(255,255,255,.46); box-shadow: none; backdrop-filter: blur(10px); }
.section { padding: 62px 0; }
.section.alt { background: linear-gradient(180deg, #eefaff, #f8fdff); }
.section-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 22px; }
.section-title { font-size: clamp(1.8rem, 3vw, 2.6rem); font-family: Georgia, serif; margin: 0 0 10px; }
.section-subtitle { color: var(--muted); margin-top: 0; }
.quick-links { display: flex; flex-wrap: wrap; gap: 12px; }
.quick-links a { border: 1px solid var(--line); background: rgba(255,255,255,.72); color: var(--deep); border-radius: 999px; padding: 8px 14px; text-decoration: none; font-weight: 900; box-shadow: 0 12px 28px rgba(0, 111, 160, .08); }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { background: rgba(255,255,255,.86); border: 1px solid rgba(190, 228, 238, .9); border-radius: 8px; overflow: hidden; box-shadow: 0 18px 44px rgba(0, 91, 139, .08); }
.card-media { aspect-ratio: 1.9 / 1; background: linear-gradient(135deg, #86d8ff 0%, #00a9d8 48%, #ffe08c 100%); background-size: cover; background-position: center; }
.card-body { padding: 18px; }
.meta { color: var(--muted); font-size: .9rem; display: flex; gap: 10px; flex-wrap: wrap; font-weight: 800; }
.card h3 { font-size: 1.18rem; line-height: 1.35; margin: 9px 0; }
.card p { color: var(--muted); margin: 0; }
.ocean-link { position: relative; min-height: 190px; display: flex; flex-direction: column; justify-content: flex-end; }
.ocean-link::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0, 143, 191, .14), rgba(255, 178, 63, .12)); pointer-events: none; }
.ocean-link .card-body { position: relative; }
.ocean-link h3 a { text-decoration: none; }
.article { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 54px 0 84px; }
.article-header { margin-bottom: 28px; }
.article h1 { font-size: clamp(1.86rem, 4.4vw, 3.35rem); line-height: 1.08; }
.article-header .lead { color: #365a73; text-shadow: none; max-width: 760px; }
.article-hero { aspect-ratio: 1200 / 630; background: linear-gradient(135deg, rgba(0,70,130,.16), rgba(0,170,216,.08)); background-size: cover; background-position: center; border-radius: 8px; margin: 28px 0; box-shadow: 0 22px 54px rgba(0, 91, 139, .13); }
.article h2 { font-family: Georgia, serif; font-size: clamp(1.55rem, 3vw, 2.1rem); margin: 2.8rem 0 1rem; line-height: 1.2; }
.article p { font-size: 1.08rem; }
.article ul { padding-left: 1.2rem; }
.faq-item { border-top: 1px solid var(--line); padding: 16px 0; }
.article-cta { margin-top: 34px; padding: 22px; background: var(--band); border-left: 4px solid var(--accent); border-radius: 8px; }
.product-section { margin: 3rem 0; padding: 28px; border: 1px solid rgba(204, 231, 240, .95); border-radius: 8px; background: rgba(255,255,255,.74); box-shadow: 0 18px 42px rgba(0, 91, 139, .07); }
.product-section h2 { margin-top: 0; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 18px 0 0; }
.product-card { border: 1px solid var(--line); border-radius: 8px; padding: 18px; background: #fff; min-height: 190px; }
.product-card h3 { font-size: 1.05rem; line-height: 1.35; margin: 0 0 12px; }
.product-card h3 a { color: var(--ink); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.product-card h3 a:hover { color: var(--accent-2); }
.product-card p { margin-bottom: 0; color: var(--muted); }
.source-list a { color: var(--ink); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.source-list .source-note { color: var(--muted); }
.klook-placement { margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.klook-widget-frame { min-height: 120px; display: grid; place-items: center; overflow: hidden; }
.klook-widget-frame ins { max-width: 100%; }
.footer { padding: 36px 0; border-top: 1px solid var(--line); color: var(--muted); background: #f6fcff; }
@media (max-width: 760px) {
  .hero { min-height: 620px; padding-top: 82px; background-position: 58% center; }
  .hero-grid, .grid, .product-grid { grid-template-columns: 1fr; }
  .nav-inner { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .hero-panel { min-height: 220px; }
  .section-head { display: block; }
  .quick-links { margin-top: 14px; }
}
