/* ═══════════════════════════════════════════════════════
   VOYAGER CIRCLE — Premium Private Club Design System
   voyagercircle.com | Independent inCruises Partner
   ═══════════════════════════════════════════════════════ */

:root {
  --ivory:      #f4ede2;
  --navy:       #0d1c2b;
  --navy-2:     #19304a;
  --navy-3:     #243d56;
  --bronze:     #c59a5f;
  --bronze-2:   #9a7440;
  --cream:      #faf5ee;
  --line:       rgba(13, 28, 43, 0.10);
  --line-light: rgba(13, 28, 43, 0.06);
  --panel:      rgba(250, 245, 238, 0.86);
  --shadow:     0 24px 64px rgba(13, 28, 43, 0.13);
  --shadow-sm:  0 8px 28px rgba(13, 28, 43, 0.08);
  --radius:     28px;
  --radius-sm:  18px;
  --radius-xs:  12px;
}

/* ── Market Themes ──────────────────────────────────── */
body.theme-ch { --bronze: #c8a065; --bronze-2: #9a7640; --accent: #0e3d55; --accent-2: #182838; }
body.theme-de { --bronze: #b89860; --bronze-2: #8e6c38; --accent: #12354e; --accent-2: #1a2d40; }
body.theme-nl { --bronze: #c09560; --bronze-2: #8e6c36; --accent: #0d4050; --accent-2: #152e3d; }
body.theme-fr { --bronze: #b89070; --bronze-2: #8a6548; --accent: #162a42; --accent-2: #0f1e30; }

/* ── Reset & Base ───────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: "Segoe UI", system-ui, -apple-system, Tahoma, sans-serif;
  color: var(--navy);
  line-height: 1.6;
  background:
    radial-gradient(ellipse 60% 40% at 90% 8%, rgba(197, 154, 95, 0.14), transparent),
    radial-gradient(ellipse 50% 55% at 8% 85%, rgba(13, 28, 43, 0.05), transparent),
    linear-gradient(170deg, #ebe3d4 0%, var(--ivory) 42%, #f0e8d9 100%);
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ── Shell ──────────────────────────────────────────── */
.shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 56px;
}

/* ── Compliance Bar ─────────────────────────────────── */
.compliance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  margin-bottom: 14px;
  background: rgba(13, 28, 43, 0.055);
  border: 1px solid rgba(13, 28, 43, 0.08);
  border-radius: var(--radius-sm);
  backdrop-filter: blur(8px);
  font-size: 0.84rem;
  line-height: 1.5;
}

.compliance > div strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--navy-2);
  margin-bottom: 2px;
}

.compliance p {
  color: #627486;
  font-size: 0.8rem;
  margin: 0;
}

.inline-link {
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.84rem;
  color: var(--bronze-2);
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  transition: opacity 0.2s;
  flex-shrink: 0;
}
.inline-link:hover { opacity: 0.7; }

/* ── Top Bar ────────────────────────────────────────── */
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 15px 22px;
  margin-bottom: 20px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(18px);
  border-radius: var(--radius);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--navy);
  white-space: nowrap;
}

.mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
  color: var(--bronze);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  border: 1px solid rgba(197,154,95,0.3);
}

.nav {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--navy-3);
  font-size: 0.86rem;
  font-weight: 600;
  transition: background 0.18s, color 0.18s;
}

.nav a:hover, .nav a.active {
  background: rgba(13, 28, 43, 0.08);
  color: var(--navy);
}

/* ── Hero ───────────────────────────────────────────── */
.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  margin-bottom: 20px;
  padding: 34px 36px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: -80px; right: -80px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197,154,95,0.14), transparent 70%);
  pointer-events: none;
}

.eyebrow {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bronze-2);
  margin-bottom: 14px;
  display: block;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  line-height: 1.02;
  color: var(--navy);
  margin-bottom: 20px;
  max-width: 14ch;
}

h1 em, h1 span {
  font-style: normal;
  color: var(--bronze-2);
  display: block;
}

.lead {
  font-size: 1.03rem;
  line-height: 1.78;
  color: #3d5263;
  max-width: 56ch;
  margin-bottom: 26px;
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

/* ── Buttons ────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  border: none;
  transition: transform 0.18s, box-shadow 0.18s;
  letter-spacing: 0.02em;
  line-height: 1;
}

.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(13,28,43,0.2); }
.btn:active { transform: translateY(0); }

.btn.primary {
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: #fff;
  box-shadow: 0 4px 16px rgba(13,28,43,0.22);
}

.btn.secondary {
  background: rgba(250,245,238,0.9);
  color: var(--navy-2);
  border: 1px solid rgba(13,28,43,0.14);
}

.cta-note {
  font-size: 0.78rem;
  color: #7e90a2;
  margin-bottom: 6px;
}

.note {
  font-size: 0.82rem;
  color: var(--navy-3);
  font-weight: 600;
}

/* ── Side Panel ─────────────────────────────────────── */
.side-panel {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%);
  border-radius: 22px;
  padding: 28px 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.side-panel::before {
  content: "";
  position: absolute;
  bottom: -50px; right: -50px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(197,154,95,0.10);
  pointer-events: none;
}

.side-panel h2 {
  font-family: Georgia, serif;
  font-size: 1.25rem;
  margin-bottom: 18px;
  color: #fff;
  line-height: 1.3;
}

.side-panel ul { list-style: none; padding: 0; }

.side-panel ul li {
  padding: 11px 0 11px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.82);
  font-size: 0.92rem;
  line-height: 1.55;
  position: relative;
}

.side-panel ul li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--bronze);
  font-size: 0.55rem;
}

.side-panel ul li:last-child { border-bottom: none; }

/* ── Section Panels ─────────────────────────────────── */
.section-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px);
  border-radius: var(--radius);
  padding: 30px 36px;
  margin-bottom: 20px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.section-head > div { flex: 1; }

.section-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  color: var(--navy);
  line-height: 1.15;
}

.section-head > div > p {
  color: #4d6478;
  line-height: 1.7;
  max-width: 54ch;
  font-size: 0.94rem;
  margin-top: 8px;
}

/* ── Cards ──────────────────────────────────────────── */
.card-grid {
  display: grid;
  gap: 16px;
}

.card-grid.two   { grid-template-columns: repeat(2, 1fr); }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.four  { grid-template-columns: repeat(4, 1fr); }

.card {
  background: rgba(250,245,238,0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 22px 20px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }

.card h3 {
  font-family: Georgia, serif;
  font-size: 1.05rem;
  color: var(--navy);
  margin-bottom: 10px;
}

.card p {
  font-size: 0.9rem;
  color: #4d6478;
  line-height: 1.68;
}

/* ── Link Cards ─────────────────────────────────────── */
.link-grid {
  display: grid;
  gap: 16px;
}

.link-grid.two   { grid-template-columns: repeat(2, 1fr); }
.link-grid.three { grid-template-columns: repeat(3, 1fr); }

.link-card {
  display: block;
  background: rgba(250,245,238,0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 22px 20px;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.link-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  background: rgba(255,252,247,0.92);
}

.link-card h3 {
  font-family: Georgia, serif;
  font-size: 1.08rem;
  color: var(--navy);
  margin-bottom: 8px;
}

.link-card p {
  font-size: 0.88rem;
  color: #4d6478;
  line-height: 1.65;
  margin-bottom: 14px;
}

.text-link, .video-link {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--bronze-2);
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  transition: opacity 0.2s;
}
.text-link:hover, .video-link:hover { opacity: 0.7; }

/* ── Plans ──────────────────────────────────────────── */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.plan-card {
  border-radius: var(--radius-sm);
  padding: 26px 22px;
  border: 1px solid var(--line);
  background: rgba(250,245,238,0.72);
  transition: transform 0.2s, box-shadow 0.2s;
}

.plan-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }

.plan-card.featured {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff;
  border-color: rgba(255,255,255,0.06);
  box-shadow: var(--shadow);
}

.plan-badge {
  display: inline-flex;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
  background: rgba(13,28,43,0.08);
  color: var(--navy-2);
}

.plan-card.featured .plan-badge {
  background: rgba(197,154,95,0.2);
  color: var(--bronze);
}

.plan-card h3 {
  font-family: Georgia, serif;
  font-size: 1.3rem;
  margin-bottom: 8px;
  color: var(--navy);
}

.plan-card.featured h3 { color: #fff; }

.plan-card > p {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #4d6478;
  margin-bottom: 4px;
}

.plan-card.featured > p { color: rgba(255,255,255,0.72); }

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 16px 0 4px;
}

.plan-price strong {
  font-size: 2.3rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}

.plan-card.featured .plan-price strong { color: #fff; }

.plan-price span {
  font-size: 0.88rem;
  color: #6a7e8f;
}

.plan-card.featured .plan-price span { color: rgba(255,255,255,0.58); }

.plan-activation {
  font-size: 0.78rem;
  color: #8a9eae;
  margin-bottom: 4px;
}

.plan-card.featured .plan-activation { color: rgba(255,255,255,0.46); }

.plan-features {
  list-style: none;
  margin: 16px 0 20px;
  padding: 0;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.plan-card.featured .plan-features { border-color: rgba(255,255,255,0.1); }

.plan-features li {
  padding: 7px 0 7px 18px;
  font-size: 0.88rem;
  color: #3d5263;
  line-height: 1.52;
  position: relative;
}

.plan-card.featured .plan-features li { color: rgba(255,255,255,0.82); }

.plan-features li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 10px;
  color: var(--bronze);
  font-size: 0.5rem;
}

.plan-cta {
  display: block;
  text-align: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  transition: transform 0.18s, box-shadow 0.18s;
  background: rgba(13,28,43,0.08);
  color: var(--navy);
}

.plan-card.featured .plan-cta {
  background: var(--bronze);
  color: var(--navy);
  box-shadow: 0 4px 16px rgba(197,154,95,0.38);
}

.plan-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(13,28,43,0.2); }

/* ── CTA Band ────────────────────────────────────────── */
.cta-band {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  border-radius: var(--radius);
  padding: 38px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  top: -50px; right: -50px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: rgba(197,154,95,0.10);
  pointer-events: none;
}

.cta-band > div { position: relative; z-index: 1; }

.cta-band h2 {
  font-family: Georgia, serif;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  color: #fff;
  line-height: 1.25;
  max-width: 36ch;
  margin-bottom: 8px;
}

.cta-band p {
  color: rgba(255,255,255,0.7);
  font-size: 0.93rem;
  line-height: 1.7;
  max-width: 50ch;
}

.band-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.band-actions .btn.primary {
  background: var(--bronze);
  color: var(--navy);
  box-shadow: 0 4px 20px rgba(197,154,95,0.38);
}

.band-actions .btn.secondary {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
}

/* ── FAQ ─────────────────────────────────────────────── */
.faq {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px);
  border-radius: var(--radius);
  padding: 28px 34px;
  margin-bottom: 20px;
}

.faq h2 {
  font-family: Georgia, serif;
  font-size: 1.75rem;
  margin-bottom: 20px;
  color: var(--navy);
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
}

.faq details:last-child { border-bottom: none; }

.faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.96rem;
  list-style: none;
  color: var(--navy);
  padding-right: 28px;
  position: relative;
}

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

.faq summary::after {
  content: "+";
  position: absolute;
  right: 0; top: -1px;
  font-size: 1.4rem;
  color: var(--bronze-2);
  font-weight: 300;
  line-height: 1;
  transition: transform 0.2s;
}

details[open] > summary::after { content: "−"; }

.faq p {
  margin-top: 10px;
  color: #4d6478;
  font-size: 0.92rem;
  line-height: 1.74;
}

/* ── Metrics ─────────────────────────────────────────── */
.metrics-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}

.metric-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 22px 20px;
  text-align: center;
}

.metric-card strong {
  display: block;
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--navy);
  font-family: Georgia, serif;
  margin-bottom: 6px;
}

.metric-card span {
  font-size: 0.86rem;
  color: #5a6e7e;
  line-height: 1.5;
}

/* ── Trust strip ─────────────────────────────────────── */
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}

.trust-item {
  padding: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  color: #3d5263;
  line-height: 1.58;
}

.trust-item strong {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy-2);
  margin-bottom: 6px;
}

/* ── Section Divider ─────────────────────────────────── */
.section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bronze-2);
}

.section-label::before, .section-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

/* ── Page Hero (subpages) ────────────────────────────── */
.page-hero {
  text-align: center;
  padding: 44px 36px 36px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  border-radius: var(--radius);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  top: -60px; left: 50%;
  transform: translateX(-50%);
  width: 400px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(197,154,95,0.14), transparent 70%);
  pointer-events: none;
}

.page-hero .eyebrow { margin-bottom: 12px; }

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  max-width: 22ch;
  margin: 0 auto 16px;
}

.page-hero .lead { margin: 0 auto; max-width: 58ch; }

/* ── Prose ───────────────────────────────────────────── */
.prose { max-width: 72ch; }

.prose h2 {
  font-family: Georgia, serif;
  font-size: 1.75rem;
  color: var(--navy);
  margin: 26px 0 12px;
  line-height: 1.2;
}

.prose h3 {
  font-family: Georgia, serif;
  font-size: 1.25rem;
  color: var(--navy);
  margin: 20px 0 8px;
}

.prose p {
  font-size: 0.95rem;
  line-height: 1.78;
  color: #3d5263;
  margin-bottom: 13px;
}

.prose ul { padding-left: 18px; margin-bottom: 13px; }

.prose li {
  font-size: 0.94rem;
  color: #3d5263;
  line-height: 1.7;
  margin-bottom: 5px;
}

/* ── Callout ─────────────────────────────────────────── */
.callout {
  background: linear-gradient(135deg, rgba(197,154,95,0.10), rgba(13,28,43,0.03));
  border: 1px solid rgba(197,154,95,0.28);
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  margin: 14px 0;
}

.callout p {
  font-size: 0.92rem;
  color: var(--navy-2);
  line-height: 1.7;
  margin: 0;
}

/* ── Footer ──────────────────────────────────────────── */
footer {
  padding: 18px 4px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: #8a9eae;
  font-size: 0.82rem;
  border-top: 1px solid var(--line);
}

footer a { color: var(--bronze-2); font-weight: 600; }

/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; padding: 24px 22px; }
  .side-panel { order: -1; }
  .card-grid.three, .card-grid.four,
  .link-grid.three, .plans-grid,
  .metrics-row, .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .cta-band { padding: 26px 22px; flex-direction: column; align-items: flex-start; }
  .topbar { flex-direction: column; align-items: stretch; padding: 13px 16px; }
  .nav { justify-content: center; }
}

@media (max-width: 620px) {
  .shell { width: calc(100% - 20px); }
  h1 { font-size: 2.2rem; }
  .card-grid.two, .card-grid.three, .card-grid.four,
  .link-grid.two, .link-grid.three,
  .plans-grid, .metrics-row, .trust-strip { grid-template-columns: 1fr; }
  .hero, .section-panel, .cta-band, .faq { padding: 20px 16px; }
  .topbar { border-radius: 20px; }
  .page-hero { padding: 30px 18px 24px; }
}
