@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,500&display=swap");

/* =========================================================
   Immobilie.online — Premium Design System
   "Private Vault" — anthracite & champagne, editorial serif
   ========================================================= */

:root {
  /* Base surfaces — light editorial luxury */
  --bg: #f6f3ec;
  --bg-2: #efe9dd;
  --surface: #ffffff;
  --surface-2: #faf7f1;
  --surface-3: #f3efe6;
  --ink: #16213b;
  --border: rgba(160, 124, 47, 0.3);
  --border-soft: rgba(22, 33, 59, 0.12);

  /* Text */
  --text: #283041;
  --text-soft: #475068;
  --muted: #6e7689;
  --muted-2: #9aa1b1;

  /* Accents */
  --gold: #8d6a18;
  --gold-bright: #6f4f10;
  --gold-deep: #5c4109;
  --teal: #0a7d72;
  --teal-deep: #086a60;

  /* Status colors */
  --green: #157a52;
  --amber: #8a6309;
  --blue: #2453ad;
  --rose: #c4385f;

  /* Effects */
  --radius: 18px;
  --radius-sm: 11px;
  --radius-lg: 26px;
  --shadow-sm: 0 2px 12px rgba(22, 33, 59, 0.06);
  --shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 32px 64px -34px rgba(22, 33, 59, 0.26), 0 14px 32px -26px rgba(22, 33, 59, 0.18);
  --shadow-gold: 0 26px 60px -28px rgba(160, 124, 47, 0.42);
  --ring: 0 0 0 3px rgba(14, 154, 139, 0.22);
  --glow-gold: 0 0 0 1px rgba(160, 124, 47, 0.18),
    0 30px 80px -44px rgba(160, 124, 47, 0.45);

  --container: 1200px;
  --header-h: 120px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;

  --grad-gold: linear-gradient(135deg, #f7e6b6 0%, #e7c879 36%, #d0a851 60%, #b1893a 100%);
  --grad-gold-text: linear-gradient(135deg, #b8923f 0%, #9a7320 50%, #7c5b12 100%);
  --grad-teal: linear-gradient(135deg, #19b3a3 0%, #0a7a70 100%);
  --grad-surface: linear-gradient(165deg, #ffffff 0%, #faf6ee 100%);
  --grad-hero: radial-gradient(1200px 680px at 82% -12%, rgba(14, 154, 139, 0.1), transparent 56%),
    radial-gradient(1000px 600px at 6% 4%, rgba(160, 124, 47, 0.14), transparent 55%),
    radial-gradient(900px 700px at 50% 120%, rgba(43, 98, 198, 0.05), transparent 60%);
}

/* ----------------------------- Reset ----------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background-color: var(--bg);
  background-image: radial-gradient(1200px 700px at 50% -240px, #ffffff 0%, transparent 62%),
    radial-gradient(900px 600px at 100% 0%, rgba(160, 124, 47, 0.06), transparent 60%),
    linear-gradient(180deg, #f7f4ed 0%, #f0ebdf 100%);
  background-attachment: fixed;
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  letter-spacing: -0.011em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}
img,
svg {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
}
button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
}
:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
  border-radius: 6px;
}

/* --------------------------- Typography -------------------------- */
h1,
h2,
h3,
h4 {
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ink);
  text-wrap: balance;
}
h1,
h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-optical-sizing: auto;
  letter-spacing: -0.02em;
}
h1 {
  font-size: clamp(2.6rem, 6vw, 4.7rem);
  line-height: 1.04;
  font-weight: 600;
}
h2 {
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  line-height: 1.08;
}
h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
}
h4 {
  font-size: 1.12rem;
}
p {
  color: var(--text-soft);
  text-wrap: pretty;
}
.lead {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  color: var(--text-soft);
  line-height: 1.6;
}
.text-muted {
  color: var(--muted);
}
.gold-text {
  background: var(--grad-gold-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.teal-text {
  color: var(--teal);
}

/* ---------------------------- Layout ----------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.section {
  padding: clamp(56px, 8vw, 110px) 0;
  position: relative;
}
.section-tight {
  padding: clamp(40px, 5vw, 64px) 0;
}
.section-head {
  max-width: 760px;
  margin: 0 auto clamp(36px, 5vw, 60px);
  text-align: center;
}
.section-head.left {
  margin-left: 0;
  text-align: left;
}
.section-head p {
  margin-top: 16px;
  font-size: 1.08rem;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}
.grid {
  display: grid;
  gap: 22px;
}
.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* ---------------------------- Buttons ---------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.96rem;
  letter-spacing: 0.005em;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s var(--ease), box-shadow 0.3s var(--ease),
    background 0.25s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn svg {
  width: 18px;
  height: 18px;
}
.btn-primary {
  background: var(--grad-gold);
  color: #1a1205;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, var(--shadow-gold);
}
.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    100deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  transform: skewX(-18deg);
  transition: left 0.7s var(--ease);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset,
    0 26px 60px -20px rgba(217, 182, 106, 0.75);
}
.btn-primary:hover::before {
  left: 130%;
}
.btn-teal {
  background: var(--grad-teal);
  color: #04201d;
}
.btn-teal:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 50px -20px rgba(52, 214, 194, 0.6);
}
.btn-outline {
  background: #ffffff;
  border-color: var(--border);
  color: var(--text);
}
.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold-bright);
  transform: translateY(-2px);
}
.btn-ghost {
  color: var(--text-soft);
  padding: 13px 16px;
}
.btn-ghost:hover {
  color: var(--gold-bright);
}
.btn-sm {
  padding: 9px 16px;
  font-size: 0.85rem;
}
.btn-lg {
  padding: 16px 30px;
  font-size: 1.02rem;
}
.btn-block {
  width: 100%;
}
.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ---------------------------- Badges ----------------------------- */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1px solid var(--border-soft);
  background: rgba(22, 33, 59, 0.04);
  color: var(--text-soft);
}
.badge-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}
.badge-demo {
  color: var(--gold);
  border-color: rgba(217, 182, 106, 0.3);
  background: rgba(217, 182, 106, 0.08);
}
.badge-live {
  color: var(--teal);
  border-color: rgba(52, 214, 194, 0.3);
  background: rgba(52, 214, 194, 0.09);
}
.badge-access {
  color: var(--blue);
  border-color: rgba(90, 169, 255, 0.28);
  background: rgba(90, 169, 255, 0.08);
}
.badge-status {
  color: var(--green);
  border-color: rgba(62, 207, 142, 0.28);
  background: rgba(62, 207, 142, 0.08);
}
.badge-type {
  color: var(--gold-bright);
  border-color: rgba(217, 182, 106, 0.25);
  background: rgba(217, 182, 106, 0.06);
}

/* Opportunity score badge */
.score {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 11px 5px 8px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  border: 1px solid var(--border-soft);
}
.score .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 22px;
  border-radius: 999px;
  font-size: 0.78rem;
  background: rgba(22, 33, 59, 0.07);
}
.score-premium {
  color: var(--gold-bright);
  border-color: rgba(217, 182, 106, 0.4);
  background: rgba(217, 182, 106, 0.1);
}
.score-high {
  color: var(--teal);
  border-color: rgba(52, 214, 194, 0.35);
  background: rgba(52, 214, 194, 0.09);
}
.score-mid {
  color: var(--amber);
  border-color: rgba(240, 181, 73, 0.32);
  background: rgba(240, 181, 73, 0.08);
}
.score-early {
  color: var(--muted);
  border-color: var(--border-soft);
  background: rgba(22, 33, 59, 0.04);
}

/* ----------------------------- Header ---------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(246, 243, 236, 0.72);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid transparent;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease),
    box-shadow 0.3s var(--ease);
}
.site-header.scrolled {
  background: rgba(250, 248, 243, 0.9);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border-bottom-color: var(--border-soft);
  box-shadow: 0 16px 44px -32px rgba(22, 33, 59, 0.3);
}
.nav {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  flex-shrink: 0;
  line-height: 1;
}
.brand-logo {
  height: clamp(84px, 7.4vw, 108px);
  width: auto; /* keep native aspect ratio — never distort */
  display: block;
  flex-shrink: 0;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.45s ease;
  filter: drop-shadow(0 4px 12px rgba(22, 33, 59, 0.14));
}
.brand:hover .brand-logo {
  transform: translateY(-1px) scale(1.03);
  filter: drop-shadow(0 8px 18px rgba(141, 106, 24, 0.3));
}
.footer-brand .brand-logo {
  width: 100%;
  max-width: 260px;
  height: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  row-gap: 0;
  flex: 1;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.nav-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.55);
  color: var(--ink);
  cursor: pointer;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease), background 0.2s var(--ease), transform 0.2s var(--ease);
}
.nav-search svg {
  width: 17px;
  height: 17px;
}
.nav-search:hover,
.nav-search-wrap.open .nav-search {
  color: var(--gold-bright);
  border-color: var(--gold);
  background: rgba(217, 182, 106, 0.1);
  transform: translateY(-1px);
}
.nav-search-pop {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 10px;
  min-width: 320px;
  background: rgba(252, 250, 246, 0.98);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 24px 60px -24px rgba(22, 33, 59, 0.35);
  z-index: 120;
}
.nav-search-pop[hidden] {
  display: none;
}
.nav-search-pop input[type="search"] {
  flex: 1;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 9px 12px;
  font: inherit;
  font-size: 0.88rem;
  color: var(--ink);
  background: #fff;
  outline: none;
}
.nav-search-pop input[type="search"]:focus {
  border-color: var(--gold);
}
@media (max-width: 1080px) {
  .nav-search-pop {
    min-width: 260px;
  }
}
@media (max-width: 640px) {
  /* keep header uncluttered on phones: CTA lives in the mobile menu panel */
  .nav-cta > .btn-primary {
    display: none;
  }
}
@media (max-width: 560px) {
  .nav-search-pop {
    position: fixed;
    left: 12px;
    right: 12px;
    top: calc(var(--header-h) + 4px);
    min-width: 0;
  }
}
.nav-links a {
  padding: 9px 10px;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--text-soft);
  background-image: var(--grad-gold-text, linear-gradient(90deg, #a07c2f, #d9b66a));
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: center calc(100% - 3px);
  transition: color 0.25s var(--ease), background-size 0.3s var(--ease);
  white-space: nowrap;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--gold-bright);
  background-size: calc(100% - 26px) 2px;
}
.nav-group {
  position: relative;
  display: inline-flex;
}
.nav-group-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 9px 10px;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-family: inherit;
  color: var(--text-soft);
  background: none;
  background-image: var(--grad-gold-text, linear-gradient(90deg, #a07c2f, #d9b66a));
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: center calc(100% - 3px);
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.25s var(--ease), background-size 0.3s var(--ease);
}
.nav-caret {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.7;
  transition: transform 0.25s var(--ease);
}
.nav-group:hover .nav-group-trigger,
.nav-group:focus-within .nav-group-trigger,
.nav-group-trigger.active {
  color: var(--gold-bright);
  background-size: calc(100% - 26px) 2px;
}
.nav-group:hover .nav-caret,
.nav-group:focus-within .nav-caret {
  transform: rotate(180deg);
}
/* invisible hover bridge so the dropdown doesn't close in the gap */
.nav-group::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
}
.nav-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 234px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  box-shadow: 0 26px 60px -30px rgba(22, 33, 59, 0.42),
    0 2px 10px -5px rgba(22, 33, 59, 0.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
  z-index: 120;
}
.nav-group:hover .nav-menu,
.nav-group:focus-within .nav-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-menu a {
  padding: 9px 12px;
  border-radius: 9px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-soft);
  white-space: nowrap;
  transition: color 0.2s, background 0.2s;
}
.nav-menu a:hover,
.nav-menu a.active {
  color: var(--gold-bright);
  background: rgba(217, 182, 106, 0.07);
}
/* Mega dropdown (multi-column) */
.nav-mega {
  left: auto;
  right: 0;
  transform: translateY(-6px);
  min-width: max-content;
  max-width: min(760px, 94vw);
  padding: 16px;
  gap: 0;
}
.nav-group:hover .nav-mega,
.nav-group:focus-within .nav-mega {
  transform: translateY(0);
}
.nav-mega-cols {
  display: flex;
  gap: 20px;
}
.nav-mega-col {
  display: flex;
  flex-direction: column;
  min-width: 176px;
}
.nav-mega-h {
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--gold);
  padding: 4px 12px 8px;
}
.nav-mega .nav-mega-all {
  margin-top: 10px;
  padding: 11px 12px;
  border-top: 1px solid var(--border-soft);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gold-bright);
}
.nav-mega .nav-mega-all svg {
  width: 15px;
  height: 15px;
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 11px;
  border: 1px solid var(--border-soft);
  color: var(--text);
  align-items: center;
  justify-content: center;
}
.nav-toggle svg {
  width: 22px;
  height: 22px;
}

/* Mobile drawer */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(22, 33, 59, 0.42);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.mobile-nav.open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(360px, 88vw);
  background: var(--bg-2);
  border-left: 1px solid var(--border);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}
.mobile-nav.open .mobile-panel {
  transform: translateX(0);
}
.mobile-panel .m-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.mobile-panel a {
  padding: 13px 14px;
  border-radius: 11px;
  font-weight: 500;
  color: var(--text-soft);
  border: 1px solid transparent;
}
.mobile-panel a:hover {
  background: var(--surface);
  color: var(--gold-bright);
}
.mobile-panel .m-cta {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}
.mobile-panel .m-group-label {
  margin: 14px 0 2px;
  padding: 0 14px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold);
}
.mobile-panel .m-group-label:first-of-type {
  margin-top: 6px;
}

/* --------------------------- Rendite-Rechner --------------------------- */
.calc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 26px;
}
.calc-inputs,
.calc-results {
  background: var(--grad-surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg, 18px);
  padding: 26px;
  box-shadow: var(--shadow-soft, 0 18px 40px -28px rgba(30, 41, 59, 0.35));
}
.calc-results {
  background: linear-gradient(180deg, rgba(217, 182, 106, 0.06), rgba(255, 255, 255, 0));
}
.calc-inputs h3,
.calc-results h3 {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.calc-field {
  margin-bottom: 14px;
}
.calc-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-soft);
  margin-bottom: 6px;
}
.calc-field input {
  width: 100%;
  padding: 11px 13px;
  font: inherit;
  font-weight: 600;
  color: var(--ink);
  background: var(--surface, #fff);
  border: 1px solid var(--border-soft);
  border-radius: 11px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.calc-field input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(217, 182, 106, 0.18);
}
.calc-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.calc-field-row .calc-field {
  margin-bottom: 0;
}
.calc-out {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--border-soft);
}
.calc-out span {
  color: var(--text-soft);
  font-size: 0.9rem;
}
.calc-out strong {
  font-size: 1.12rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.calc-out-hl strong {
  font-size: 1.3rem;
  color: var(--gold-bright);
}
.calc-out-hl strong.is-negative {
  color: #c0392b;
}
.calc-out-hl strong.is-positive {
  color: var(--teal, #0f766e);
}
.calc-note {
  margin-top: 16px;
  font-size: 0.78rem;
  color: var(--text-muted, #8a8478);
  line-height: 1.5;
}
@media (max-width: 760px) {
  .calc {
    grid-template-columns: 1fr;
  }
}

/* ----------------------- Testimonials / Trust ----------------------- */
.quote-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--grad-surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg, 18px);
  padding: 26px;
  box-shadow: var(--shadow-soft, 0 18px 40px -28px rgba(30, 41, 59, 0.35));
  margin: 0;
}
.quote-stars {
  color: var(--gold-bright);
  letter-spacing: 2px;
  font-size: 1rem;
}
.quote-card blockquote {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--ink);
}
.quote-card figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.quote-avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--grad-gold, linear-gradient(135deg, #d9b66a, #b8923f));
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.quote-who {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.quote-who strong {
  font-size: 0.92rem;
}
.quote-who em {
  font-style: normal;
  font-size: 0.8rem;
  color: var(--text-soft);
}
.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
  padding: 28px;
  background: var(--surface, #fff);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg, 18px);
}
.trust-stat {
  text-align: center;
}
.trust-stat strong {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--gold-bright);
  font-variant-numeric: tabular-nums;
}
.trust-stat span {
  font-size: 0.82rem;
  color: var(--text-soft);
}
@media (max-width: 760px) {
  .trust-band {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ----------------------------- Hero ------------------------------ */
.hero {
  position: relative;
  padding: clamp(64px, 9vw, 120px) 0 clamp(48px, 6vw, 80px);
  background: var(--grad-hero);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-bg .hb-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 2.2s var(--ease), transform 9s linear;
  will-change: opacity;
}
.hero-bg .hb-slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(246, 243, 236, 0.88) 0%, rgba(246, 243, 236, 0.7) 44%, rgba(246, 243, 236, 0.28) 72%, rgba(246, 243, 236, 0.12) 100%),
    linear-gradient(180deg, rgba(246, 243, 236, 0.32) 0%, rgba(246, 243, 236, 0.04) 35%, rgba(246, 243, 236, 0.55) 100%);
}
@media (max-width: 760px) {
  .hero-bg::after {
    background: rgba(246, 243, 236, 0.78);
  }
  .hero-bg .hb-slide {
    transform: none;
    transition: opacity 1.4s var(--ease);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg .hb-slide {
    transition: none;
    transform: none;
  }
}
/* Section with photographic background (same visibility treatment as hero) */
.section-photo {
  position: relative;
  overflow: hidden;
}
.section-photo .section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.section-photo .section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.section-photo .section-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(246, 243, 236, 0.9) 0%, rgba(246, 243, 236, 0.66) 22%, rgba(246, 243, 236, 0.55) 55%, rgba(246, 243, 236, 0.9) 100%),
    linear-gradient(90deg, rgba(246, 243, 236, 0.35) 0%, rgba(246, 243, 236, 0.1) 50%, rgba(246, 243, 236, 0.35) 100%);
}
.section-photo > .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 760px) {
  .section-photo .section-bg::after {
    background: rgba(246, 243, 236, 0.82);
  }
}

.hero::before {
  z-index: 0;
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(620px 420px at 80% 10%, rgba(52, 214, 194, 0.12), transparent 60%),
    radial-gradient(560px 420px at 12% 0%, rgba(160, 124, 47, 0.12), transparent 60%);
  pointer-events: none;
  animation: heroDrift 18s ease-in-out infinite alternate;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(22, 33, 59, 0.05) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(760px 540px at 50% 0%, #000, transparent 70%);
  pointer-events: none;
}
@keyframes heroDrift {
  from {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }
  to {
    transform: translate3d(2%, 2%, 0) scale(1.05);
  }
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero h1 {
  margin: 18px 0 20px;
}
.hero .lead {
  max-width: 560px;
}
.hero .btn-row {
  margin-top: 30px;
}
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 0.85rem;
}
.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.hero-trust svg {
  width: 16px;
  height: 16px;
  color: var(--teal);
}

/* Hero dashboard mockup */
.hero-card {
  background: var(--grad-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow), var(--glow-gold);
  position: relative;
  animation: floatCard 7s ease-in-out infinite;
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(150deg, rgba(160, 124, 47, 0.5), transparent 45%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.hero-card .hc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.hero-card .hc-title {
  font-size: 0.82rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hc-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}
.hc-stat {
  background: rgba(22, 33, 59, 0.035);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  padding: 13px 14px;
}
.hc-stat .v {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--ink);
}
.hc-stat .l {
  font-size: 0.74rem;
  color: var(--muted);
  margin-top: 2px;
}
.hc-list {
  display: grid;
  gap: 10px;
}
.hc-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 13px;
  border-radius: var(--radius-sm);
  background: rgba(22, 33, 59, 0.03);
  border: 1px solid var(--border-soft);
}
.hc-item .ic {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: rgba(217, 182, 106, 0.12);
  color: var(--gold-bright);
  flex-shrink: 0;
}
.hc-item .ic svg {
  width: 17px;
  height: 17px;
}
.hc-item .t {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
}
.hc-item .s {
  font-size: 0.72rem;
  color: var(--muted);
}
.hc-item .meta {
  margin-left: auto;
}

/* ----------------------------- Ticker ---------------------------- */
.ticker {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: linear-gradient(90deg, rgba(160, 124, 47, 0.08) 0%, rgba(10, 125, 114, 0.05) 100%);
  overflow: hidden;
  position: relative;
}
.ticker-inner {
  display: flex;
  align-items: stretch;
}
.ticker-label {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 22px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a1205;
  background: var(--grad-gold);
  border-right: 1px solid var(--border);
  white-space: nowrap;
  z-index: 2;
}
.ticker-label .pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c0392b;
  box-shadow: 0 0 0 0 rgba(192, 57, 43, 0.6);
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(192, 57, 43, 0.55);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(192, 57, 43, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(192, 57, 43, 0);
  }
}
.ticker-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: scroll-x 128s linear infinite;
  padding: 13px 0;
}
.ticker:hover .ticker-track,
.ticker:focus-within .ticker-track {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
  }
}
.ticker-track .t-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 26px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
  border-right: 1px solid var(--border-soft);
  transition: color 0.2s var(--ease);
}
a.t-item {
  cursor: pointer;
}
a.t-item::after {
  content: "→";
  font-weight: 600;
  color: var(--gold);
  opacity: 0.5;
  transform: translateX(-3px);
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
}
a.t-item:hover,
a.t-item:focus-visible {
  color: var(--gold-bright);
}
a.t-item:hover::after,
a.t-item:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}
.ticker-track .t-item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ----------------------------- Cards ----------------------------- */
.card {
  background: var(--grad-surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform 0.35s var(--ease), border-color 0.3s ease,
    box-shadow 0.35s var(--ease);
  position: relative;
  overflow: hidden;
}
.card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(160, 124, 47, 0.5),
    transparent
  );
  opacity: 0;
  transition: opacity 0.35s var(--ease);
}
.card:hover {
  transform: translateY(-6px);
  border-color: var(--border);
  box-shadow: var(--shadow), var(--glow-gold);
}
.card:hover::after {
  opacity: 1;
}
.card-icon {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: rgba(217, 182, 106, 0.1);
  color: var(--gold-bright);
  margin-bottom: 18px;
}
.card-icon svg {
  width: 24px;
  height: 24px;
}
.card-icon.teal {
  background: rgba(52, 214, 194, 0.1);
  color: var(--teal);
}
.card h3 {
  margin-bottom: 10px;
}
.card p {
  font-size: 0.95rem;
}
.card-list {
  display: grid;
  gap: 9px;
  margin: 18px 0;
}
.card-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-soft);
}
.card-list li svg {
  width: 17px;
  height: 17px;
  color: var(--teal);
  flex-shrink: 0;
  margin-top: 3px;
}
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--gold-bright);
  margin-top: 4px;
}
.card-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}
.card-link:hover svg {
  transform: translateX(4px);
}

/* Audience access card (large) */
.access-card {
  background: var(--grad-surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.access-card:hover {
  transform: translateY(-4px);
  border-color: var(--border);
  box-shadow: var(--shadow);
}
.access-card .ac-top {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 16px;
}
.access-card .ac-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #fffdf9 0%, #f5ecd6 100%);
  border: 1px solid rgba(160, 124, 47, 0.32);
  color: var(--gold-bright);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 10px 22px -14px rgba(141, 106, 24, 0.5);
  flex-shrink: 0;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease),
    background 0.35s var(--ease), color 0.35s var(--ease),
    border-color 0.35s var(--ease);
}
.access-card .ac-icon svg {
  width: 26px;
  height: 26px;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.access-card:hover .ac-icon,
.access-card:focus-within .ac-icon {
  background: var(--grad-gold);
  border-color: transparent;
  color: #1a1205;
  transform: translateY(-3px);
  box-shadow: 0 16px 28px -14px rgba(141, 106, 24, 0.7);
}
.access-card h3 {
  margin: 0;
}
.access-card .ac-list {
  margin: 16px 0 22px;
  flex: 1;
}

/* Opportunity card */
.opp-card {
  background: var(--grad-surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.opp-card:hover {
  transform: translateY(-4px);
  border-color: var(--border);
  box-shadow: var(--shadow);
}
.opp-card .opp-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.opp-card h3 {
  font-size: 1.1rem;
  line-height: 1.3;
}
.opp-card .opp-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.82rem;
  color: var(--muted);
}
.opp-card .opp-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.opp-card .opp-meta svg {
  width: 15px;
  height: 15px;
  color: var(--gold);
}
.opp-card .opp-vol {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ink);
}
.opp-card p {
  font-size: 0.9rem;
}
.opp-card .opp-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 14px;
  border-top: 1px solid var(--border-soft);
  margin-top: auto;
}
.opp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Pricing / club card */
.price-card {
  background: var(--grad-surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}
.price-card:hover {
  transform: translateY(-4px);
  border-color: var(--border);
  box-shadow: var(--shadow);
}
.price-card.featured {
  border-color: rgba(217, 182, 106, 0.45);
  box-shadow: var(--shadow-gold);
}
.price-card .pc-tag {
  position: absolute;
  top: 18px;
  right: 18px;
}
.price-card .pc-name {
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--ink);
}
.price-card .pc-aud {
  font-size: 0.84rem;
  color: var(--gold);
  margin-top: 4px;
}
.price-card .pc-price {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--ink);
  margin: 18px 0 4px;
  letter-spacing: -0.04em;
}
.price-card .pc-price small {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--muted);
}
.price-card .pc-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
  flex: 1;
}
.price-card .pc-list li {
  display: flex;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-soft);
}
.price-card .pc-list svg {
  width: 17px;
  height: 17px;
  color: var(--teal);
  flex-shrink: 0;
  margin-top: 3px;
}

/* ----------------------------- KPI ------------------------------- */
.kpi-card {
  background: var(--grad-surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 24px;
  transition: border-color 0.25s, transform 0.25s;
}
.kpi-card:hover {
  border-color: var(--border);
  transform: translateY(-3px);
}
.kpi-card .kpi-v {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--ink);
  line-height: 1;
}
.kpi-card .kpi-v .suffix {
  color: var(--gold);
}
.kpi-card .kpi-l {
  font-size: 0.86rem;
  color: var(--muted);
  margin-top: 10px;
}

/* --------------------------- Barometer --------------------------- */
.barometer {
  display: grid;
  gap: 16px;
}
.baro-row {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  align-items: center;
  gap: 18px;
}
.baro-row .baro-name {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text);
}
.baro-bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(22, 33, 59, 0.07);
  overflow: hidden;
}
.baro-fill {
  height: 100%;
  border-radius: 999px;
  background: var(--grad-gold);
  width: 0;
  transition: width 1.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.baro-fill.teal {
  background: var(--grad-teal);
}
.baro-val {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold-bright);
  white-space: nowrap;
}

/* Region heatmap card */
.region-card {
  background: var(--grad-surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 22px;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.region-card:hover {
  transform: translateY(-4px);
  border-color: var(--border);
  box-shadow: var(--shadow);
}
.region-card .rc-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.region-card .rc-name {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ink);
}
.region-card p {
  font-size: 0.88rem;
}
.heat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
}
.heat-vhigh {
  color: var(--rose);
  background: rgba(239, 107, 138, 0.12);
}
.heat-high {
  color: var(--amber);
  background: rgba(240, 181, 73, 0.12);
}
.heat-grow {
  color: var(--teal);
  background: rgba(52, 214, 194, 0.12);
}
.heat-sel {
  color: var(--blue);
  background: rgba(90, 169, 255, 0.12);
}

/* ------------------------- Split feature ------------------------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.split.reverse .split-media {
  order: -1;
}
.feature-panel {
  background: var(--grad-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
}

/* ----------------------------- FAQ ------------------------------- */
.faq {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.faq-item {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item.open {
  border-color: var(--border);
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  color: var(--text);
}
.faq-q .faq-ic {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  color: var(--gold);
  transition: transform 0.25s, background 0.25s;
}
.faq-item.open .faq-ic {
  transform: rotate(45deg);
  background: rgba(217, 182, 106, 0.12);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-a-inner {
  padding: 0 22px 20px;
  color: var(--text-soft);
  font-size: 0.94rem;
}

/* ----------------------------- Forms ----------------------------- */
.form-wrap {
  background: var(--grad-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: var(--shadow);
}
.role-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin-bottom: 8px;
}
.role-opt {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-soft);
  background: rgba(22, 33, 59, 0.02);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.role-opt:hover {
  border-color: var(--border);
}
.role-opt.selected {
  border-color: var(--gold);
  background: rgba(217, 182, 106, 0.08);
}
.role-opt .ro-ic {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(217, 182, 106, 0.1);
  color: var(--gold-bright);
  flex-shrink: 0;
}
.role-opt .ro-ic svg {
  width: 19px;
  height: 19px;
}
.role-opt .ro-t {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-soft);
}
.field label .req {
  color: var(--gold);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  background: #ffffff;
  border: 1px solid var(--border-soft);
  color: var(--text);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--muted-2);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: var(--ring);
}
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%238593ad' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
}
.field textarea {
  resize: vertical;
  min-height: 110px;
}
.field .error-msg {
  font-size: 0.78rem;
  color: var(--rose);
  display: none;
}
.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: var(--rose);
}
.field.invalid .error-msg {
  display: block;
}
.check-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.check-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--gold);
  flex-shrink: 0;
}
.check-row label {
  font-size: 0.88rem;
  color: var(--text-soft);
}
.role-fields {
  display: none;
}
.role-fields.active {
  display: block;
  animation: fadeUp 0.4s ease;
}

/* ----------------------------- CTA band -------------------------- */
.cta-band {
  background: var(--grad-surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(36px, 6vw, 64px);
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 300px at 50% 0%, rgba(217, 182, 106, 0.14), transparent 70%);
  pointer-events: none;
}
.cta-band > * {
  position: relative;
}
.cta-band .btn-row {
  justify-content: center;
  margin-top: 28px;
}

/* ----------------------------- Footer ---------------------------- */
.site-footer {
  border-top: 1px solid var(--border-soft);
  background: var(--bg-2);
  padding: clamp(48px, 6vw, 72px) 0 32px;
  margin-top: 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(5, 1fr);
  gap: 28px;
  margin-bottom: 44px;
}
.footer-brand p {
  margin: 16px 0;
  font-size: 0.9rem;
  max-width: 340px;
}
.footer-col h4 {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.footer-col ul {
  display: grid;
  gap: 10px;
}
.footer-col a {
  font-size: 0.9rem;
  color: var(--muted);
  transition: color 0.2s;
}
.footer-col a:hover {
  color: var(--gold-bright);
}
.footer-disclaimer {
  border-top: 1px solid var(--border-soft);
  padding-top: 26px;
  display: grid;
  gap: 14px;
}
.footer-disclaimer .disc {
  font-size: 0.78rem;
  color: var(--muted-2);
  line-height: 1.7;
}
.footer-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--border-soft);
  font-size: 0.82rem;
  color: var(--muted-2);
}
.footer-bottom .f-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-bottom a:hover {
  color: var(--gold-bright);
}

/* ------------------------- Floating CTA -------------------------- */
.floating-cta {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 90;
  display: none;
  gap: 10px;
  padding: 12px;
  background: rgba(250, 248, 243, 0.95);
  backdrop-filter: blur(14px);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.floating-cta .btn {
  flex: 1;
}

/* --------------------------- Page hero --------------------------- */
.page-hero {
  background: var(--grad-hero);
  padding: clamp(48px, 7vw, 88px) 0 clamp(36px, 4vw, 56px);
  position: relative;
  border-bottom: 1px solid var(--border-soft);
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.breadcrumb a:hover {
  color: var(--gold-bright);
}
.breadcrumb span {
  color: var(--muted-2);
}
.page-hero h1 {
  max-width: 880px;
}
.page-hero .lead {
  max-width: 720px;
  margin-top: 18px;
}
.page-hero .btn-row {
  margin-top: 28px;
}

/* --------------------------- Filter bar -------------------------- */
.filter-bar {
  background: var(--grad-surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}
.filter-bar .field {
  gap: 5px;
}
.filter-bar label {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}
.filter-result {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 18px;
}
.no-results {
  display: none;
  text-align: center;
  padding: 60px 20px;
  color: var(--muted);
}
.no-results.show {
  display: block;
}

/* --------------------------- Prose ------------------------------- */
.prose {
  max-width: 760px;
}
.prose h2 {
  margin: 40px 0 14px;
}
.prose h3 {
  margin: 28px 0 10px;
}
.prose p {
  margin-bottom: 16px;
}
.prose ul {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
}
.prose ul li {
  display: flex;
  gap: 10px;
  color: var(--text-soft);
}
.prose ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  margin-top: 10px;
  flex-shrink: 0;
}

/* --------------------------- Utilities --------------------------- */
.text-center {
  text-align: center;
}
.mt-0 {
  margin-top: 0;
}
.mt-2 {
  margin-top: 16px;
}
.mt-4 {
  margin-top: 32px;
}
.divider {
  height: 1px;
  background: var(--border-soft);
  border: 0;
  margin: 0;
}
.surface-band {
  background: var(--bg-2);
}
.note {
  display: flex;
  gap: 12px;
  padding: 16px 18px;
  border-radius: var(--radius-sm);
  background: rgba(217, 182, 106, 0.06);
  border: 1px solid rgba(217, 182, 106, 0.2);
  font-size: 0.86rem;
  color: var(--text-soft);
}
.note svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 2px;
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .hero-card {
    animation: none !important;
  }
}

/* --------------------- Imagery & media --------------------- */
.hc-cover {
  position: relative;
  margin: -24px -24px 18px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.hc-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hc-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(13, 19, 34, 0.52));
}
.hc-cover .hc-cover-tag {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 1;
  color: #fff;
}

/* Clickable hero card → off-market page */
.hc-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius-lg);
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.hc-link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 6px;
}
.hc-link .hero-card {
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
}
.hc-link:hover {
  transform: translateY(-6px);
}
.hc-link:hover .hero-card {
  box-shadow: var(--shadow-lg, var(--shadow)), var(--glow-gold);
  border-color: var(--gold);
}
.hc-cover .hc-cover-cta {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 6px 18px rgba(13, 19, 34, 0.18);
  backdrop-filter: blur(6px);
  transform: translateY(4px);
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.hc-cover .hc-cover-cta svg {
  width: 15px;
  height: 15px;
  transition: transform 0.35s ease;
}
.hc-link:hover .hc-cover-cta,
.hc-link:focus-visible .hc-cover-cta {
  opacity: 1;
  transform: translateY(0);
}
.hc-link:hover .hc-cover-cta svg {
  transform: translateX(3px);
}
@media (max-width: 760px) {
  .hc-cover .hc-cover-cta {
    opacity: 1;
    transform: none;
  }
  .hc-link:hover {
    transform: none;
  }
}

/* Destination showcase */
.dest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 30px;
}
.dest-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  box-shadow: var(--shadow);
  border: 1px solid var(--border-soft);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.dest-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.dest-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 19, 34, 0) 32%, rgba(11, 16, 30, 0.84));
}
.dest-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow), var(--glow-gold);
}
.dest-card:hover img {
  transform: scale(1.06);
}
.dest-card .dest-body {
  position: relative;
  z-index: 1;
  padding: 22px 24px;
  color: #fff;
}
.dest-card .dest-name {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
}
.dest-card .dest-sub {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 5px;
}

/* Panel media image (atop feature panels) */
.panel-media {
  margin: -28px -28px 22px;
  border-radius: var(--radius) var(--radius) 0 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.panel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark cinematic CTA band with imagery */
.cta-band.cta-dark {
  color: #fff;
  overflow: hidden;
  border-color: rgba(160, 124, 47, 0.42);
}
.cta-band.cta-dark::before {
  display: none;
}
.cta-band .cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.cta-band.cta-dark > *:not(.cta-bg) {
  position: relative;
  z-index: 1;
}
.cta-band .cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-band .cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 16, 30, 0.76), rgba(11, 16, 30, 0.9)),
    radial-gradient(760px 340px at 50% 0%, rgba(160, 124, 47, 0.32), transparent 70%);
}
.cta-band.cta-dark h2 {
  color: #fff;
}
.cta-band.cta-dark .lead {
  color: rgba(255, 255, 255, 0.86);
}
.cta-band.cta-dark .eyebrow {
  color: var(--gold-bright);
}

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

/* --------------------------- Responsive -------------------------- */
/* tighten the bar in the narrow-desktop range so it stays a single row
   down to the mobile breakpoint */
@media (max-width: 1200px) and (min-width: 1025px) {
  .nav {
    gap: 12px;
  }
  .nav-links {
    gap: 0;
  }
  .nav-links a,
  .nav-group-trigger {
    padding: 8px 9px;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1024px) {
  :root {
    --header-h: 88px;
  }
  .brand-logo {
    height: 74px;
  }
  .nav-links {
    display: none;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .nav-cta .btn-outline {
    display: none;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  :root {
    --header-h: 72px;
  }
  .brand-logo {
    height: 64px;
  }
  .footer-brand .brand-logo {
    max-width: 200px;
  }
  .cols-2,
  .cols-3,
  .cols-4 {
    grid-template-columns: 1fr;
  }
  .split,
  .split.reverse {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .split.reverse .split-media {
    order: 0;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .baro-row {
    grid-template-columns: 130px 1fr;
  }
  .baro-row .baro-val {
    grid-column: 2;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .floating-cta {
    display: flex;
  }
  body.has-floating-cta {
    padding-bottom: 80px;
  }
}

/* Mobile performance: drop costly fixed bg / continuous motion on small screens */
@media (max-width: 760px) {
  body {
    background-attachment: scroll;
  }
  body::before {
    opacity: 0.04;
  }
  .hero::before,
  .hero-card {
    animation: none;
  }
}

/* Clickable destination & region cards (country links) */
a.region-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
a.region-card p {
  color: var(--muted);
}
.dest-card a {
  color: inherit;
  text-decoration: none;
}
.dest-card > a {
  display: block;
  cursor: pointer;
}
.dest-card .dest-name a:hover {
  color: var(--gold, #b08d3f);
}
.dest-card .dest-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 10px;
}
.dest-card .dest-links a {
  font-size: 0.82rem;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding-bottom: 1px;
  transition: border-color 0.2s, color 0.2s;
}
.dest-card .dest-links a:hover {
  border-color: #fff;
}
