/* ============================================================
   WealthLink — mhvision.lol
   Dark emerald-pine theme
   Background #0C110E | Text #E8F0EA | Accent #0F6B4F | Mint #A8D5BA | Panel #16201A
   ============================================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #E8F0EA;
  background-color: #0C110E;
  overflow-x: hidden;
}

a {
  color: #A8D5BA;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 300;
  background: #0F6B4F;
  color: #E8F0EA;
  padding: 10px 16px;
  font-weight: 700;
}
.skip-link:focus {
  left: 0;
}

/* ============ BUTTONS ============ */

.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
}
.btn-primary {
  background: #0F6B4F;
  color: #E8F0EA;
  border-color: #0F6B4F;
}
.btn-primary:hover {
  background: #175F48;
}
.btn-outline {
  background: transparent;
  color: #A8D5BA;
  border-color: #A8D5BA;
}
.btn-outline:hover {
  background: #16201A;
}
.btn-dark {
  background: #0C110E;
  color: #E8F0EA;
  border-color: #0C110E;
}
.btn-dark:hover {
  background: #16201A;
  border-color: #16201A;
}

/* ============ BOOKMARK NAV ============ */

.bookmark-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #0C110E;
  border-bottom: 2px solid #0F6B4F;
}
.bookmark-nav.is-scrolled {
  box-shadow: 0 4px 0 #0F6B4F;
}
.bookmark-nav-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.bookmark-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.bookmark-shape {
  width: 15px;
  height: 18px;
  background: #0F6B4F;
  clip-path: polygon(0% 12%, 6% 4%, 16% 0%, 84% 0%, 94% 4%, 100% 12%, 100% 70%, 50% 100%, 0% 70%);
  flex: 0 0 auto;
}
.brand-wordmark {
  color: #A8D5BA;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.bookmark-links {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
}
.bookmark-links a {
  position: relative;
  color: #E8F0EA;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 6px 2px;
}
.bookmark-links a:hover {
  color: #A8D5BA;
}
.bookmark-links a.active {
  color: #E8F0EA;
}
.bookmark-links a.active::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  margin-right: 7px;
  background: #0F6B4F;
  clip-path: polygon(0% 12%, 6% 4%, 16% 0%, 84% 0%, 94% 4%, 100% 12%, 100% 70%, 50% 100%, 0% 70%);
}
.bookmark-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 2px;
  background: #A8D5BA;
}
.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid #0F6B4F;
  color: #A8D5BA;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
}

/* ============ LEDGER-SHEET HERO ============ */

.sheet-hero {
  background: #0C110E;
  padding: 100px 0 92px;
}
.sheet-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
}
.hero-content {
  max-width: 660px;
}
.eyebrow-chip {
  display: inline-block;
  background: #A8D5BA;
  color: #0C110E;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 3px;
}
.hero-title {
  color: #E8F0EA;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 800;
  margin: 24px 0 20px;
  letter-spacing: -0.01em;
}
.hero-sub {
  color: #E8F0EA;
  font-size: 18px;
  line-height: 1.8;
  max-width: 620px;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.ledger-sheet {
  position: relative;
  flex: 0 0 auto;
  width: 116px;
  height: 142px;
  background: #16201A;
  border: 1px solid #A8D5BA;
  border-radius: 6px;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 11px;
}
.sheet-seal {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #A8D5BA;
}
.sheet-line {
  height: 5px;
  border-radius: 3px;
  background: #A8D5BA;
}
.sheet-line-l1 { width: 100%; }
.sheet-line-l2 { width: 74%; }
.sheet-line-l3 { width: 88%; }
.sheet-line-l4 { width: 62%; }
.sheet-line-total {
  width: 50%;
  height: 7px;
  border-radius: 3px;
  background: #0F6B4F;
  margin-top: 7px;
}

/* ============ STATEMENT SPLIT ============ */

.statement-split {
  background: #0C110E;
  padding: 96px 0;
  border-top: 1px solid #16201A;
}
.statement-split-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.statement-text {
  color: #A8D5BA;
  font-size: 40px;
  line-height: 1.22;
  font-weight: 800;
  padding-right: 52px;
}
.statement-copy {
  border-left: 1px solid #A8D5BA;
  padding-left: 52px;
}
.statement-copy p {
  color: #E8F0EA;
  font-size: 17px;
  margin-bottom: 20px;
}
.statement-copy p:last-child {
  margin-bottom: 0;
}

/* ============ SERVICE LEDGER ROWS ============ */

.service-ledger {
  background: #0C110E;
  padding: 0 0 96px;
}
.service-ledger-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.ledger-heading {
  color: #E8F0EA;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  margin: 26px 0 18px;
}
.ledger-intro {
  color: #E8F0EA;
  font-size: 17px;
  max-width: 760px;
  margin-bottom: 30px;
}
.ledger-row {
  display: grid;
  grid-template-columns: 84px 1fr 1.6fr;
  gap: 36px;
  align-items: start;
  padding: 34px 0;
  border-top: 1px solid #0F6B4F;
}
.ledger-row:last-child {
  border-bottom: 1px solid #0F6B4F;
}
.ledger-index {
  width: 48px;
  height: 48px;
  background: #0F6B4F;
  color: #A8D5BA;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ledger-row h3 {
  color: #E8F0EA;
  font-size: 22px;
  font-weight: 700;
  padding-top: 6px;
}
.ledger-row p {
  color: #E8F0EA;
  font-size: 16px;
}

/* ============ TWO-TONE BAND ============ */

.two-tone-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #0C110E;
}
.band-half {
  padding: 84px 56px;
}
.band-promise {
  background: #0F6B4F;
  color: #0C110E;
}
.band-promise h2 {
  color: #0C110E;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 18px;
}
.band-promise p {
  color: #0C110E;
  font-size: 17px;
  margin-bottom: 14px;
}
.band-promise p:last-child {
  margin-bottom: 0;
}
.band-method {
  background: #16201A;
  border: 1px solid #A8D5BA;
  color: #E8F0EA;
}
.band-method h2 {
  color: #E8F0EA;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 18px;
}
.band-method p {
  color: #E8F0EA;
  font-size: 17px;
  margin-bottom: 14px;
}
.band-method p:last-child {
  margin-bottom: 0;
}

/* ============ CTA BAND ============ */

.cta-band {
  background: #0F6B4F;
  text-align: center;
  padding: 92px 24px;
}
.cta-band h2 {
  color: #0C110E;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  max-width: 720px;
  margin: 0 auto 16px;
}
.cta-band p {
  color: #0C110E;
  font-size: 17px;
  max-width: 620px;
  margin: 0 auto 30px;
}

/* ============ SIGNET FOOTER ============ */

.signet-footer {
  background: #0C110E;
  border-top: 2px solid #0F6B4F;
}
.signet-row1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 34px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #0F6B4F;
}
.signet-brand {
  color: #A8D5BA;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 16px;
}
.signet-links {
  display: flex;
  align-items: center;
  gap: 30px;
}
.signet-links a {
  color: #E8F0EA;
  font-size: 14px;
  font-weight: 600;
}
.signet-links a:hover {
  color: #A8D5BA;
}
.signet-row2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 24px 28px;
  text-align: center;
  color: #A8D5BA;
  font-size: 14px;
}
.signet-row2 a {
  color: #A8D5BA;
  border-bottom: 1px solid #0F6B4F;
}
.signet-row2 a:hover {
  color: #E8F0EA;
  border-bottom-color: #A8D5BA;
}
.signet-row2 .dot {
  margin: 0 8px;
  color: #0F6B4F;
}

/* ============ PAGE HERO (secondary pages) ============ */

.page-hero {
  background: #0C110E;
  padding: 76px 0 64px;
  border-bottom: 1px solid #16201A;
}
.page-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.page-hero .hero-title {
  font-size: 46px;
  max-width: 820px;
  margin-top: 22px;
}
.page-hero .hero-sub {
  max-width: 720px;
}

/* ============ SERVICES PAGE ============ */

.service-blocks {
  background: #0C110E;
  padding: 72px 0;
}
.service-blocks-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.service-block {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 36px;
  padding: 40px 0;
  border-top: 1px solid #0F6B4F;
}
.service-block:last-of-type {
  border-bottom: 1px solid #0F6B4F;
}
.service-block-index {
  width: 48px;
  height: 48px;
  background: #0F6B4F;
  color: #A8D5BA;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-block h2 {
  color: #E8F0EA;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 14px;
}
.service-block p {
  color: #E8F0EA;
  font-size: 16px;
  margin-bottom: 14px;
}
.service-block p:last-child {
  margin-bottom: 0;
}

/* ============ PROCESS OVERVIEW ============ */

.process-overview {
  background: #0C110E;
  padding: 0 0 88px;
}
.process-overview-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
}
.process-step {
  background: #16201A;
  border: 1px solid #0F6B4F;
  padding: 28px;
}
.process-step .step-number {
  color: #A8D5BA;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 10px;
}
.process-step h3 {
  color: #E8F0EA;
  font-size: 20px;
  margin-bottom: 10px;
}
.process-step p {
  color: #E8F0EA;
  font-size: 15px;
}

/* ============ CONTACT PAGE ============ */

.contact-layout {
  background: #0C110E;
  padding: 72px 0;
}
.contact-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
}
.info-block {
  background: #16201A;
  border: 1px solid #0F6B4F;
  padding: 36px;
}
.info-block h2 {
  color: #E8F0EA;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.info-item {
  margin-bottom: 22px;
}
.info-item .info-label {
  display: block;
  color: #A8D5BA;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.info-item p,
.info-item a {
  color: #E8F0EA;
  font-size: 16px;
  line-height: 1.7;
}
.info-item a:hover {
  color: #A8D5BA;
}

.contact-form-wrap h2 {
  color: #E8F0EA;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 24px;
}
.form-field {
  margin-bottom: 20px;
}
.form-field label {
  display: block;
  color: #A8D5BA;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.form-field input,
.form-field textarea {
  width: 100%;
  background: #16201A;
  border: 1px solid #0F6B4F;
  color: #E8F0EA;
  font-family: inherit;
  font-size: 16px;
  padding: 13px 14px;
  border-radius: 4px;
}
.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #A8D5BA;
}
.form-field textarea {
  min-height: 150px;
  resize: vertical;
}
.form-status {
  color: #A8D5BA;
  font-size: 15px;
  margin-top: 14px;
  min-height: 24px;
}

.contact-note {
  color: #E8F0EA;
  font-size: 15px;
  margin-top: 28px;
  max-width: 640px;
}
.contact-note a {
  color: #A8D5BA;
  border-bottom: 1px solid #0F6B4F;
}

/* ============ FAQ ============ */

.faq-section {
  background: #0C110E;
  padding: 0 0 88px;
}
.faq-section-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}
.faq-item {
  background: #16201A;
  border: 1px solid #0F6B4F;
  margin-bottom: 16px;
}
.faq-question {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  color: #E8F0EA;
  font-size: 17px;
  font-weight: 700;
  padding: 20px 24px;
  cursor: pointer;
}
.faq-question:hover {
  color: #A8D5BA;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-answer p {
  color: #E8F0EA;
  font-size: 16px;
  padding: 0 24px 22px;
}
.faq-item.active .faq-question {
  color: #A8D5BA;
}
.faq-item.active .faq-answer {
  max-height: 420px;
}

/* ============ RESPONSIVE ============ */

@media (max-width: 980px) {
  .sheet-hero-inner {
    gap: 40px;
  }
  .hero-title {
    font-size: 42px;
  }
  .statement-split-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .statement-text {
    padding-right: 0;
    font-size: 34px;
  }
  .statement-copy {
    border-left: 0;
    border-top: 1px solid #A8D5BA;
    padding-left: 0;
    padding-top: 32px;
  }
  .ledger-row {
    grid-template-columns: 64px 1fr;
    gap: 20px;
  }
  .ledger-row p {
    grid-column: 2;
  }
  .two-tone-band {
    grid-template-columns: 1fr;
  }
  .band-half {
    padding: 56px 28px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ledger-sheet {
    width: 96px;
    height: 120px;
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }
  .bookmark-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #0C110E;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-bottom: 2px solid #0F6B4F;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
  }
  .bookmark-links.open {
    max-height: 360px;
  }
  .bookmark-links li {
    border-top: 1px solid #16201A;
  }
  .bookmark-links a {
    display: block;
    padding: 14px 24px;
  }
  .bookmark-links a.active::after {
    bottom: auto;
    top: 50%;
    left: 0;
    width: 4px;
    height: 24px;
    transform: translateY(-50%);
  }
  .bookmark-links a.active::before {
    margin-right: 6px;
  }
}

@media (max-width: 640px) {
  .sheet-hero {
    padding: 64px 0 56px;
  }
  .sheet-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .hero-title {
    font-size: 34px;
  }
  .hero-sub {
    font-size: 16px;
  }
  .ledger-sheet {
    display: none;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .signet-row1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .signet-links {
    flex-wrap: wrap;
    gap: 18px;
  }
  .page-hero .hero-title {
    font-size: 34px;
  }
  .ledger-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .ledger-row p {
    grid-column: 1;
  }
  .service-block {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cta-band h2 {
    font-size: 30px;
  }
}
