/* Aether House / villa pages — dark cinematic theme + LP document variant */

:root {
  --ocean-deep: #050d18;
  --ocean-mid: #0c1a2e;
  --ocean-surface: #132a45;
  --gold: #d4af37;
  --gold-soft: #e8c96b;
  --neon: #4fd1c5;
  --neon-dim: rgba(79, 209, 197, 0.35);
  --text: #e8eef5;
  --text-muted: rgba(232, 238, 245, 0.72);
  --card-bg: rgba(12, 26, 46, 0.72);
  --card-border: rgba(212, 175, 55, 0.22);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --radius: 12px;
  --shadow-glow: 0 0 40px rgba(79, 209, 197, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body.villa-site {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text);
  background: radial-gradient(ellipse 120% 80% at 50% -20%, #1a3a5c 0%, var(--ocean-deep) 55%);
  background-color: var(--ocean-deep);
}

body.page-lp {
  background: linear-gradient(180deg, #0a1525 0%, #0c1a2e 40%, #0e1f32 100%);
}

a {
  color: var(--gold-soft);
  text-decoration: none;
  transition: color 0.2s, text-shadow 0.2s;
}

a:hover {
  color: var(--neon);
  text-shadow: 0 0 12px var(--neon-dim);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0.5rem;
  z-index: 200;
  padding: 0.5rem 1rem;
  background: var(--ocean-surface);
  color: var(--text);
  border-radius: 6px;
}

.skip-link:focus {
  left: 0.5rem;
}

/* —— Top bar —— */
.site-topbar {
  position: sticky;
  top: 0;
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.65rem 1.25rem;
  background: linear-gradient(180deg, rgba(5, 13, 24, 0.95) 0%, rgba(5, 13, 24, 0.85) 100%);
  border-bottom: 1px solid var(--card-border);
  backdrop-filter: blur(12px);
}

.site-topbar .brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.site-topbar .brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(212, 175, 55, 0.35);
  object-fit: cover;
}

.site-topbar .brand span {
  font-weight: 600;
}

.site-topbar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  align-items: center;
}

.site-topbar nav a {
  font-size: 0.92rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* —— Hero —— */
.hero {
  position: relative;
  min-height: min(88vh, 900px);
  display: flex;
  align-items: flex-end;
  padding: 4rem 1.5rem 3rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 13, 24, 0.35) 0%,
    rgba(5, 13, 24, 0.55) 35%,
    rgba(5, 13, 24, 0.92) 100%
  );
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}

.hero-kicker {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  margin: 0 0 1rem;
  line-height: 1.1;
}

.hero-kicker-brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 5.5vw, 3.25rem);
  letter-spacing: 0.02em;
  color: var(--gold-soft);
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45), 0 0 40px rgba(212, 175, 55, 0.18);
}

.hero-kicker-loc {
  font-family: var(--font-body);
  font-size: clamp(0.82rem, 1.8vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--neon);
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.65rem, 4.2vw, 2.45rem);
  line-height: 1.22;
  letter-spacing: 0.01em;
  margin: 0 0 0.65rem;
  max-width: 42rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
}

.hero-invite {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  font-weight: 600;
  font-style: italic;
  color: var(--gold-soft);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  text-shadow: 0 0 20px rgba(212, 175, 55, 0.25);
}

.hero-sub {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: var(--text-muted);
  max-width: 38rem;
  margin: 0 0 1.75rem;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

/* —— Buttons —— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, background 0.2s;
}

.btn:focus-visible {
  outline: 2px solid var(--neon);
  outline-offset: 3px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold) 0%, #a67c00 100%);
  color: #0a0a0a;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 24px rgba(212, 175, 55, 0.25);
}

.btn-primary:hover {
  color: #0a0a0a;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(212, 175, 55, 0.35);
}

.btn-secondary {
  background: rgba(12, 26, 46, 0.6);
  color: var(--text);
  border-color: var(--neon-dim);
  backdrop-filter: blur(8px);
}

.btn-secondary:hover {
  border-color: var(--neon);
  color: var(--neon);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .btn-primary:hover,
  .btn-secondary:hover {
    transform: none;
  }
}

/* —— Sections —— */
main {
  position: relative;
  z-index: 2;
}

.section {
  padding: 3.5rem 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}

.section-narrow {
  max-width: 720px;
}

.section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 600;
  color: var(--gold-soft);
  margin: 0 0 1.25rem;
  letter-spacing: 0.02em;
}

.section h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--neon);
  margin: 2rem 0 0.75rem;
}

.section p {
  margin: 0 0 1rem;
  color: var(--text-muted);
}

.section p strong,
.section li strong {
  color: var(--text);
}

.section ul {
  margin: 0 0 1rem 1.25rem;
  color: var(--text-muted);
}

.section li {
  margin-bottom: 0.45rem;
}

.vision-quote {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.4vw, 1.35rem);
  line-height: 1.55;
  color: var(--text);
  border-left: 3px solid var(--gold);
  padding-left: 1.25rem;
  margin: 0;
}

/* —— Hosts —— */
.hosts-grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .hosts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.host-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-glow);
}

.host-avatar {
  display: inline-flex;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(212, 175, 55, 0.45);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.host-avatar:hover {
  border-color: var(--neon);
  box-shadow: 0 0 28px var(--neon-dim);
}

.host-avatar img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  display: block;
}

@media (min-width: 480px) {
  .host-avatar img {
    width: 160px;
    height: 160px;
  }
}

.section .host-card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--text);
}

.section .host-card h3 a {
  color: var(--text);
}

.section .host-card h3 a:hover {
  color: var(--gold-soft);
}

.host-card p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--text-muted);
}

/* —— Split / cards —— */
.grid-2 {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 720px) {
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 1.75rem 1.6rem;
  box-shadow: var(--shadow-glow);
}

.card h3 {
  margin-top: 0;
}

.section-lead {
  font-size: clamp(1.05rem, 2vw, 1.15rem);
  color: var(--text);
  max-width: 48rem;
  margin: 0 0 1.5rem;
}

.offer-grid {
  margin-top: 1rem;
}

.offer-card {
  display: flex;
  flex-direction: column;
}

.offer-card-get {
  border-color: rgba(79, 209, 197, 0.35);
  box-shadow: 0 0 40px rgba(79, 209, 197, 0.12), inset 0 0 0 1px rgba(79, 209, 197, 0.08);
}

.offer-card-catch {
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 0 40px rgba(212, 175, 55, 0.14), inset 0 0 0 1px rgba(212, 175, 55, 0.1);
}

.offer-label {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 1rem;
}

.offer-card-get .offer-label {
  color: var(--neon);
}

.offer-card-catch .offer-label {
  color: var(--gold);
}

.offer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--text);
}

.offer-list li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.5rem;
  border-top: 1px solid rgba(232, 238, 245, 0.07);
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.5;
}

.offer-list li:first-child {
  border-top: none;
}

.offer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--neon);
  box-shadow: 0 0 12px var(--neon-dim);
}

.offer-list li strong {
  color: var(--text);
}

.offer-big {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  line-height: 1.3;
  color: var(--text);
  margin: 0 0 1rem;
}

.offer-big strong {
  color: var(--gold-soft);
}

/* —— Experience strip —— */
.experience-strip {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 2rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--card-border);
}

.experience-strip img {
  width: 100%;
  height: min(420px, 55vw);
  object-fit: cover;
  display: block;
}

.experience-strip .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(0deg, rgba(5, 13, 24, 0.95) 0%, transparent 100%);
  font-size: 0.95rem;
  color: var(--text-muted);
}

/* —— WHERE: map + villa carousel —— */
.where-section {
  max-width: 1000px;
}

.where-map-wrap {
  position: relative;
  margin: 1.5rem 0 2rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-glow);
  aspect-ratio: 16 / 10;
  max-height: 480px;
  background: var(--ocean-mid);
}

.where-map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.where-carousel-intro {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

.villa-carousel {
  margin-top: 0.5rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--card-border);
  background: var(--ocean-mid);
  box-shadow: var(--shadow-glow);
}

.carousel-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-viewport {
    scroll-behavior: auto;
  }
}

.carousel-viewport:focus-visible {
  box-shadow: inset 0 0 0 2px var(--neon);
}

.carousel-track {
  display: flex;
  flex-direction: row;
}

figure.carousel-slide {
  flex: 0 0 100%;
  min-width: 100%;
  width: 100%;
  scroll-snap-align: start;
  margin: 0;
}

.carousel-slide img {
  width: 100%;
  height: min(58vw, 480px);
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.carousel-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  background: rgba(5, 13, 24, 0.65);
  border-top: 1px solid var(--card-border);
}

.carousel-btn {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid var(--card-border);
  background: rgba(12, 26, 46, 0.9);
  color: var(--gold-soft);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.carousel-btn:hover {
  border-color: var(--neon);
  color: var(--neon);
}

.carousel-btn:focus-visible {
  outline: 2px solid var(--neon);
  outline-offset: 2px;
}

.carousel-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2rem;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.carousel-dot:hover {
  border-color: var(--neon);
}

.carousel-dot[aria-selected="true"] {
  background: var(--gold);
  border-color: var(--gold);
  transform: scale(1.15);
}

@media (prefers-reduced-motion: reduce) {
  .carousel-dot[aria-selected="true"] {
    transform: none;
  }
}

/* —— Forms —— */
.form-block {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  margin-top: 1.5rem;
}

.form-block h3 {
  margin-top: 0;
}

.form-grid label {
  display: block;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold-soft);
  margin-bottom: 0.35rem;
  font-weight: 600;
}

.form-grid input,
.form-grid textarea {
  width: 100%;
  padding: 0.65rem 0.85rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(79, 209, 197, 0.25);
  background: rgba(5, 13, 24, 0.65);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
}

.form-grid input:focus,
.form-grid textarea:focus {
  outline: none;
  border-color: var(--neon);
  box-shadow: 0 0 0 3px var(--neon-dim);
}

.form-grid textarea {
  min-height: 120px;
  resize: vertical;
}

.form-note {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-top: 0.75rem;
}

.hp {
  position: absolute;
  left: -200vw;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* —— FAQ —— */
.faq details {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  margin-bottom: 0.65rem;
  overflow: hidden;
}

.faq summary {
  padding: 1rem 1.15rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--text);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

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

.faq summary::after {
  content: "+";
  color: var(--gold);
  font-size: 1.25rem;
  font-weight: 400;
  transition: transform 0.2s;
}

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

.faq details > p {
  padding: 0 1.15rem 1.1rem;
  margin: 0;
}

/* —— Partners —— */
.partners-section {
  text-align: center;
}

.partners-kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--text-muted);
  margin: 0 0 1.75rem;
  font-weight: 600;
}

.partners-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: stretch;
  justify-items: stretch;
}

@media (min-width: 560px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .partners-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 120px;
  padding: 1.5rem 1.25rem;
  background: rgba(12, 26, 46, 0.45);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  color: var(--text);
  text-decoration: none;
  text-align: center;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

a.partner-logo {
  cursor: pointer;
}

a.partner-logo:hover {
  border-color: var(--neon);
  background: rgba(12, 26, 46, 0.7);
  transform: translateY(-2px);
  text-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  a.partner-logo:hover {
    transform: none;
  }
}

/* Non-linked partner: no pointer, no hover lift (static wordmark) */
.partner-logo.partner-assay {
  cursor: default;
}

/* fling AI — sans, tight tracking, gold accent */
.partner-fling {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
}

.partner-fling-main {
  color: var(--text);
}

.partner-fling-accent {
  color: var(--gold);
  margin-left: 0.1em;
}

/* Let's Make The Future — logo mark + serif display */
.partner-lmtf {
  flex-direction: row;
  gap: 0.85rem;
}

.partner-lmtf img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid rgba(232, 238, 245, 0.25);
}

.partner-lmtf span {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.15;
  text-align: left;
  color: var(--text);
}

/* City of Pattaya — stacked wordmark */
.partner-pattaya {
  flex-direction: column;
  gap: 0.25rem;
}

.partner-pattaya-main {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  color: var(--gold-soft);
  letter-spacing: 0.01em;
}

.partner-pattaya-sub {
  font-family: var(--font-body);
  font-size: 0.66rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Assay Investments — serif display + small caps tag */
.partner-assay {
  flex-direction: column;
  gap: 0.35rem;
  background: linear-gradient(180deg, rgba(12, 26, 46, 0.6) 0%, rgba(5, 13, 24, 0.65) 100%);
  border-color: rgba(212, 175, 55, 0.35);
}

.partner-assay-main {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1;
  color: var(--text);
  letter-spacing: 0.02em;
  position: relative;
}

.partner-assay-main::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  margin: 0.45rem auto 0;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 50%, transparent 100%);
}

.partner-assay-sub {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

/* —— Thanks banner —— */
#thanks {
  scroll-margin-top: 5rem;
}

.thanks-banner {
  display: none;
  margin: 1rem 1.5rem 0;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.25rem;
  background: rgba(79, 209, 197, 0.12);
  border: 1px solid var(--neon);
  border-radius: var(--radius);
  color: var(--text);
  text-align: center;
}

#thanks:target {
  display: block;
}

/* —— Reveal on scroll —— */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* —— Footer —— */
.site-footer {
  padding: 2.5rem 1.5rem;
  margin-top: 2rem;
  border-top: 1px solid var(--card-border);
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.site-footer .legal {
  max-width: 640px;
  margin: 1rem auto 0;
  font-size: 0.85rem;
  line-height: 1.5;
}

.photo-credit {
  margin-top: 1.25rem;
  font-size: 0.78rem;
  opacity: 0.85;
}

.photo-credit a {
  text-decoration: underline;
}

/* —— LP term sheet page —— */
body.page-lp .doc-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
}

body.page-lp .doc-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--card-border);
}

body.page-lp .doc-header h1 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--gold-soft);
  margin: 0 0 0.5rem;
}

body.page-lp .doc-meta {
  color: var(--text-muted);
  font-size: 0.95rem;
}

body.page-lp .doc-section h2 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: var(--gold-soft);
  margin: 2rem 0 0.75rem;
}

body.page-lp .doc-section h2:first-child {
  margin-top: 0;
}

body.page-lp .doc-section p,
body.page-lp .doc-section li {
  color: var(--text-muted);
}

body.page-lp .doc-section ul {
  margin: 0 0 1rem 1.25rem;
}

body.page-lp .terms-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

body.page-lp .terms-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  margin: 0;
}

body.page-lp .terms-list strong {
  color: var(--neon);
  display: inline-block;
  min-width: 10rem;
}

body.page-lp .table-scroll {
  overflow-x: auto;
}

body.page-lp table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
  font-size: 0.92rem;
}

body.page-lp th,
body.page-lp td {
  border: 1px solid var(--card-border);
  padding: 0.65rem 0.75rem;
  text-align: left;
  vertical-align: top;
}

body.page-lp th {
  background: rgba(19, 42, 69, 0.85);
  color: var(--gold-soft);
  font-weight: 600;
}

body.page-lp td {
  color: var(--text-muted);
}

body.page-lp tfoot td {
  font-weight: 600;
  color: var(--text);
  background: rgba(79, 209, 197, 0.08);
}

body.page-lp .print-btn {
  margin: 0.5rem 0 1rem;
}

@media print {
  body.page-lp .site-topbar,
  body.page-lp .print-btn {
    display: none !important;
  }

  body.page-lp {
    background: #fff;
    color: #111;
  }

  body.page-lp .doc-wrap {
    max-width: none;
    padding: 0;
  }

  body.page-lp .doc-section p,
  body.page-lp .doc-section li,
  body.page-lp td {
    color: #222;
  }

  body.page-lp th {
    background: #eee;
    color: #111;
  }

  body.page-lp a {
    color: #000;
    text-decoration: underline;
  }
}
