/*
 * Design Note — Mythic Wealth Atlas
 * Bản CSS này giữ hệ thẩm mỹ navy-gold điện ảnh, ánh kim nhẹ,
 * bố cục bất đối xứng và độ tương phản cao để dùng trực tiếp cho WordPress HTML export.
 */
:root {
  --bg: #000000;
  --bg-soft: #0a0a0a;
  --panel: rgba(12, 22, 37, 0.82);
  --panel-strong: rgba(9, 17, 30, 0.92);
  --text: #f7f0dc;
  --text-soft: rgba(247, 240, 220, 0.76);
  --text-muted: rgba(247, 240, 220, 0.58);
  --gold: #e2ba63;
  --gold-soft: #f3d897;
  --gold-deep: #ad7a28;
  --line: rgba(226, 186, 99, 0.18);
  --line-strong: rgba(226, 186, 99, 0.28);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.26);
  --radius: 24px;
  --radius-angled: 28px 12px 28px 12px;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 15%, rgba(228, 190, 102, 0.12), transparent 0 24%),
    radial-gradient(circle at 85% 10%, rgba(20, 20, 20, 0.18), transparent 0 20%),
    radial-gradient(circle at 50% 120%, rgba(226, 186, 99, 0.1), transparent 0 28%),
    linear-gradient(180deg, #000000 0%, #000000 40%, #0a0a0a 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 226, 150, 0.08) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  opacity: 0.2;
  mix-blend-mode: screen;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.site-shell {
  position: relative;
}

.orbit {
  position: fixed;
  border-radius: 999px;
  border: 1px solid rgba(239, 204, 126, 0.22);
  filter: drop-shadow(0 0 26px rgba(230, 190, 98, 0.16));
  pointer-events: none;
  z-index: 0;
}

.orbit.one {
  top: 110px;
  left: -180px;
  width: 460px;
  height: 460px;
  opacity: 0.24;
}

.orbit.two {
  top: 520px;
  right: -120px;
  width: 280px;
  height: 280px;
  opacity: 0.18;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(7, 16, 27, 0.88);
  backdrop-filter: blur(18px);
}

.site-header .container {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
}

.brand-kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(226, 186, 99, 0.86);
}

.brand-subtitle {
  margin: 4px 0 0;
  font-size: 14px;
  color: var(--text-muted);
}

.top-nav {
  display: flex;
  gap: 32px;
  align-items: center;
  color: rgba(247, 240, 220, 0.76);
}

.top-nav a {
  transition: color 0.25s ease;
}

.top-nav a:hover {
  color: var(--gold);
}

.mobile-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.section {
  position: relative;
  z-index: 1;
  padding: 88px 0;
}

.section.tight-top {
  padding-top: 40px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: rgba(241, 209, 132, 0.84);
}

.eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 209, 132, 0.92));
}

.display,
.section h2,
.section h3,
.brand-display {
  font-family: "Cinzel", serif;
  letter-spacing: 0.025em;
}

.gold-text {
  background: linear-gradient(135deg, #fff4cc 0%, #e5c070 38%, #c8922f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-grid,
.two-col,
.story-grid,
.footer-grid {
  display: grid;
  gap: 32px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 44px;
}

.hero-title {
  margin: 24px 0 0;
  max-width: 720px;
  font-size: clamp(3rem, 6.6vw, 6rem);
  line-height: 1.03;
  font-weight: 600;
  color: #fffdf5;
}

.hero-title::after {
  content: "";
  display: block;
  margin-top: 18px;
  width: 124px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 226, 154, 0), rgba(255, 215, 108, 1), rgba(255, 226, 154, 0));
}

.hero-description,
.section-copy,
.rich-copy {
  max-width: 720px;
  font-size: 20px;
  line-height: 1.8;
  color: var(--text-soft);
}

.kpi-grid,
.feature-grid,
.card-grid,
.outcome-grid,
.stats-grid,
.faq-list {
  display: grid;
  gap: 18px;
}

.kpi-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}

.kpi-pill,
.mini-card,
.info-card,
.outcome-card,
.audience-card,
.stat-card,
.faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(10, 20, 34, 0.96), rgba(9, 16, 29, 0.9));
  box-shadow: var(--shadow-soft);
}

.kpi-pill,
.mini-card,
.audience-card,
.stat-card {
  border-radius: var(--radius-angled);
}

.info-card,
.outcome-card,
.faq-item,
.panel,
.form-panel,
.hero-visual {
  border-radius: 34px 14px 34px 14px;
}

.kpi-pill {
  padding: 18px 20px;
}

.kpi-label,
.mini-label,
.card-label {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(226, 186, 99, 0.72);
}

.kpi-pill strong,
.mini-card strong,
.outcome-card strong,
.audience-card strong,
.stat-card strong {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  color: #fffdf6;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #000000;
  background: linear-gradient(135deg, #f5d27a 0%, #e3b959 42%, #f5cf75 100%);
  box-shadow: 0 18px 48px rgba(212, 169, 75, 0.34);
}

.btn-secondary {
  color: var(--text);
  border-color: rgba(226, 186, 99, 0.2);
  background: rgba(255, 255, 255, 0.02);
}

.btn-full {
  width: 100%;
}

.meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(226, 186, 99, 0.12);
}

.meta-number {
  margin: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  color: #fffdf6;
}

.meta-label {
  margin: 8px 0 0;
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(226, 186, 99, 0.72);
}

.hero-visual,
.panel,
.form-panel,
.image-panel,
.cta-banner {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(11, 22, 39, 0.94), rgba(8, 15, 27, 0.92));
  box-shadow: var(--shadow);
}

.hero-visual {
  padding: 18px;
}

.hero-visual-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(9, 17, 30, 0.72);
  backdrop-filter: blur(12px);
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(226, 186, 99, 0.84);
}

.hero-image {
  width: 100%;
  min-height: 560px;
  border-radius: 28px 12px 28px 12px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.hero-overlay {
  position: absolute;
  inset: 18px;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.1), rgba(7, 17, 31, 0.08) 40%, rgba(7, 17, 31, 0.85) 100%);
  border-radius: 28px 12px 28px 12px;
}

.hero-steps {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 28px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.step-card {
  padding: 16px;
  border-radius: 24px 10px 24px 10px;
  border: 1px solid var(--line);
  background: rgba(9, 17, 30, 0.72);
  backdrop-filter: blur(12px);
}

.step-card strong {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #fffdf6;
}

.two-col {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
}

.story-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
}

.image-panel {
  padding: 14px;
  border-radius: 32px 14px 32px 14px;
}

.image-panel img {
  width: 100%;
  border-radius: 26px 12px 26px 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.panel,
.form-panel {
  padding: 34px;
}

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

.info-card {
  padding: 26px;
}

.info-card h3,
.outcome-card h3,
.panel h2,
.form-panel h2,
.faq-item summary,
.thank-title {
  margin: 0;
  color: #fffdf5;
}

.info-card p,
.outcome-card p,
.panel p,
.form-panel p,
.audience-card p,
.faq-item p,
.thank-copy,
.readme-copy {
  color: var(--text-soft);
}

.info-icon,
.outcome-icon,
.tick-icon,
.x-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 10px 20px 10px;
  border: 1px solid var(--line);
  background: rgba(226, 186, 99, 0.09);
  color: var(--gold);
  font-size: 24px;
}

.outcome-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.outcome-card {
  padding: 22px;
}

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

.audience-card,
.stat-card {
  padding: 24px;
}

.list-stack {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.list-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px;
  border-radius: 24px 10px 24px 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.list-row p,
.list-row strong {
  margin: 0;
}

.list-row strong {
  display: block;
  font-size: 20px;
  color: #fffdf5;
}

.list-row p {
  margin-top: 8px;
  color: var(--text-soft);
  line-height: 1.75;
}

.cta-banner {
  padding: 0;
}

.cta-bg {
  position: absolute;
  inset: 0;
}

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

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 17, 31, 0.96), rgba(7, 17, 31, 0.78), rgba(7, 17, 31, 0.88));
}

.cta-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 34px;
  padding: 42px;
}

.form-panel {
  z-index: 2;
}

.form-grid {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.input,
.textarea {
  width: 100%;
  border: 1px solid rgba(226, 186, 99, 0.18);
  border-radius: 18px 10px 18px 10px;
  background: rgba(8, 15, 27, 0.78);
  color: var(--text);
  padding: 16px 18px;
  outline: none;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.input::placeholder,
.textarea::placeholder {
  color: rgba(247, 240, 220, 0.42);
}

.input:focus,
.textarea:focus {
  border-color: rgba(241, 209, 132, 0.56);
  box-shadow: 0 0 0 4px rgba(226, 186, 99, 0.1);
  transform: translateY(-1px);
}

.textarea {
  min-height: 132px;
  resize: vertical;
}

.form-note {
  margin: 14px 0 0;
  font-size: 14px;
  color: var(--text-muted);
}

.faq-list {
  margin-top: 28px;
}

.faq-item {
  padding: 24px 28px;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-size: 24px;
  line-height: 1.45;
}

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

.faq-item[open] summary {
  color: var(--gold-soft);
}

.faq-item p {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.85;
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: 24px 0 40px;
  border-top: 1px solid rgba(226, 186, 99, 0.1);
}

.footer-grid {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  color: var(--text-muted);
  font-size: 15px;
}

.mobile-cta {
  display: none;
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 60;
}

.mobile-cta .btn {
  width: min(100%, 520px);
  margin: 0 auto;
}

.thank-shell {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 40px 0;
}

.thank-wrap {
  position: relative;
  width: min(calc(100% - 32px), 920px);
}

.thank-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 38px 14px 38px 14px;
  background: linear-gradient(180deg, rgba(11, 22, 39, 0.96), rgba(8, 15, 27, 0.94));
  box-shadow: var(--shadow);
}

.thank-hero {
  position: relative;
  min-height: 280px;
}

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

.thank-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.14), rgba(7, 17, 31, 0.86));
}

.thank-content {
  position: relative;
  padding: 34px;
}

.thank-kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(226, 186, 99, 0.78);
}

.thank-title {
  margin-top: 16px;
  font-family: "Cinzel", serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.08;
}

.thank-copy {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.85;
}

.highlight-box {
  margin-top: 28px;
  padding: 22px;
  border-radius: 24px 10px 24px 10px;
  border: 1px solid var(--line-strong);
  background: rgba(226, 186, 99, 0.08);
}

.highlight-box p {
  margin: 0;
  color: var(--text);
}

.info-table {
  width: 100%;
  margin-top: 28px;
  border-collapse: collapse;
}

.info-table td {
  padding: 14px 0;
  border-bottom: 1px solid rgba(226, 186, 99, 0.12);
  vertical-align: top;
}

.info-table td:first-child {
  width: 180px;
  color: rgba(226, 186, 99, 0.82);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
}

.small-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.notice {
  margin-top: 14px;
  font-size: 14px;
  color: var(--text-muted);
}

.badge-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffe19b, #c98d2e);
  box-shadow: 0 0 16px rgba(232, 193, 106, 0.5);
}

@media (max-width: 1080px) {
  .site-header .container,
  .hero-grid,
  .two-col,
  .story-grid,
  .cta-grid,
  .audience-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .top-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 22px 10px 22px 10px;
    background: rgba(8, 15, 27, 0.96);
    box-shadow: var(--shadow-soft);
  }

  .top-nav.open {
    display: flex;
  }

  .mobile-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .site-header .container {
    grid-template-columns: 1fr auto auto;
  }

  .kpi-grid,
  .meta-grid,
  .outcome-grid,
  .hero-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 72px 0;
  }

  .section.tight-top {
    padding-top: 28px;
  }

  .hero-description,
  .section-copy,
  .rich-copy,
  .thank-copy {
    font-size: 17px;
  }

  .panel,
  .form-panel,
  .thank-content,
  .info-card,
  .outcome-card,
  .audience-card,
  .stat-card,
  .faq-item {
    padding: 24px;
  }

  .hero-visual {
    padding: 12px;
  }

  .hero-image {
    min-height: 430px;
  }

  .hero-overlay {
    inset: 12px;
  }

  .hero-steps {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .cta-grid {
    padding: 24px;
  }

  .faq-item summary {
    font-size: 20px;
  }

  .mobile-cta {
    display: block;
  }
}
