/**
 * AM Wealth — Front page (body.home)
 */
body.home .fp-mission {
  background: linear-gradient(135deg, #faf8f5, #fff, #f0e9dc);
  min-height: 80vh;
  display: flex;
  align-items: center;
}
body.home .fp-mission__title {
  font-size: 2.5rem;
  color: var(--color-fg);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
body.home .fp-mission__accent {
  color: var(--color-primary);
}
body.home .fp-mission__lead {
  font-size: 1.25rem;
  color: var(--color-muted-fg);
  max-width: 48rem;
  margin: 0 auto 1.5rem;
  font-weight: 300;
}
body.home .fp-mission__lead--sm {
  font-size: 1.125rem;
}
body.home .fp-mission .divider--auto-sm {
  margin: 0 auto 1.5rem;
}
body.home .fp-mission .divider--auto-lg {
  margin: 0 auto 3rem;
}
body.home .fp-stat__rule {
  width: 1px;
  background: rgba(139, 111, 71, 0.2);
  align-self: stretch;
}
body.home .fp-markets {
  background: linear-gradient(to bottom, #fff, #faf8f5);
}
body.home .fp-section-heading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-primary);
  margin-bottom: 1rem;
}
body.home .fp-map__label--tl {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  color: rgba(201, 169, 97, 0.45);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  z-index: 1;
}
body.home .fp-map__label--br {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  color: rgba(201, 169, 97, 0.35);
  font-size: 0.8rem;
  font-style: italic;
  font-family: var(--font-serif);
  z-index: 1;
}
body.home .fp-map__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}
body.home .map-marker--usa { left: 22%; top: 45%; --pulse-delay: 0s; }
body.home .map-marker--uk { left: 48%; top: 36%; --pulse-delay: 0.5s; }
body.home .map-marker--germany { left: 51%; top: 39%; --pulse-delay: 1s; }
body.home .map-marker--uae { left: 64%; top: 54%; --pulse-delay: 1.5s; }
body.home .map-marker--china { left: 77%; top: 46%; --pulse-delay: 2s; }
body.home .map-card--usa { left: 3%; top: 5%; }
body.home .map-card--uk { left: 35%; top: 5%; }
body.home .map-card--china { left: 71%; top: 5%; }
body.home .map-card--germany { left: 37%; top: 58%; }
body.home .map-card--uae {
  left: 55%;
  top: 60%;
  min-width: 260px;
}
body.home .map-container .map-card__exchange-logo img {
  height: 24px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
body.home .fp-uae-exchange-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-bottom: 0.5rem;
}
body.home .fp-uae-exchange-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.home .fp-uae-exchange-grid img {
  height: 32px;
  max-width: 70px;
  object-fit: contain;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}
body.home .fp-uae-dfm {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
body.home .fp-market-stats {
  margin-top: 3rem;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
body.home .fp-market-stat {
  text-align: center;
  padding: 1.25rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid rgba(139, 111, 71, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
body.home .fp-market-stat__num {
  font-size: 2.25rem;
  font-family: var(--font-serif);
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
body.home .fp-market-stat__label {
  font-size: 0.75rem;
  color: var(--color-muted-fg);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
body.home .fp-uae-advantages {
  position: relative;
  overflow: hidden;
}
body.home .fp-uae-advantages .container {
  position: relative;
  z-index: 1;
}
body.home .fp-adgm-banner {
  background: rgba(201, 169, 97, 0.3);
  backdrop-filter: blur(8px);
  border-radius: var(--radius);
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
body.home .fp-adgm-banner h3 {
  font-size: 1.25rem;
  color: var(--color-white);
  margin-bottom: 0.5rem;
}
body.home .fp-adgm-banner p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 48rem;
  margin: 0 auto;
}
body.home .section-header--mb-lg {
  margin-bottom: 2.5rem;
}
body.home .fp-jurisdiction-grid {
  margin-bottom: 4rem;
}
body.home .fp-dark-card-pad {
  padding: 1.5rem;
}
body.home .fp-dark-card-pad h3 {
  font-size: 1.125rem;
  color: var(--color-white);
  margin-bottom: 0.5rem;
}
body.home .fp-dark-card-pad p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  line-height: 1.6;
}
body.home .about-preview__img--pos {
  object-position: center 48.5%;
}
body.home .fp-about-title {
  margin-bottom: 1.5rem;
}
body.home .fp-philosophy {
  position: relative;
  overflow: hidden;
}
body.home .fp-philosophy__bg {
  position: absolute;
  inset: 0;
}
body.home .fp-philosophy__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home .fp-philosophy__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(45, 36, 22, 0.7), rgba(45, 36, 22, 0.6), rgba(45, 36, 22, 0.75));
}
body.home .fp-philosophy .container {
  position: relative;
  z-index: 1;
}
body.home .fp-philosophy .section-header {
  margin-bottom: 5rem;
}
body.home .fp-philosophy__intro {
  font-size: 1.25rem;
  color: #f5f5dc;
  max-width: 56rem;
  margin: 0 auto;
  line-height: 1.6;
}
body.home .fp-principles-stack {
  max-width: 60rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body.home .fp-trust-wrap {
  margin-top: 5rem;
}
body.home .fp-trust-inner {
  display: inline-block;
  border-top: 1px solid rgba(201, 169, 97, 0.4);
  border-bottom: 1px solid rgba(201, 169, 97, 0.4);
  padding: 1.5rem 3rem;
}
body.home .fp-trust-headline {
  font-size: 1.875rem;
  font-family: var(--font-serif);
  color: var(--color-secondary);
  margin-bottom: 0.5rem;
}
body.home .fp-trust-inner > p {
  color: #f5f5dc;
}
body.home .fp-services-bg {
  position: relative;
  overflow: hidden;
}
body.home .fp-services-bg__inner {
  position: absolute;
  inset: 0;
  z-index: 0;
}
body.home .fp-services-bg__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home .fp-services-bg__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(250, 248, 245, 0.75), rgba(250, 248, 245, 0.7), rgba(255, 255, 255, 0.75));
}
body.home .fp-services-bg .container {
  position: relative;
  z-index: 1;
}
body.home .fp-services-cta {
  margin-top: 3rem;
}
body.home .fp-clients-cta {
  margin-top: 3rem;
}
body.home #calculator.fp-calculator-section {
  background: linear-gradient(to bottom, var(--color-bg), var(--color-white));
}
body.home .fp-calculator-wrap {
  max-width: 72rem;
}
body.home .fp-calc-hr {
  border: none;
  border-top: 1px solid #f0ebe4;
  margin-bottom: 1.25rem;
}
body.home .fp-calc-hr--tight {
  margin: 0 0 1.25rem;
}
body.home .fp-calc-age-wrap {
  margin-bottom: 0.5rem;
}
body.home .fp-calc-age-row {
  font-size: 0.875rem;
  color: #888;
  line-height: 2.8;
}
body.home .fp-calc-num-inp {
  width: 3rem;
  text-align: center;
  font-size: 1.25rem;
  font-family: var(--font-serif);
  font-weight: 700;
  color: var(--color-secondary);
  border-bottom: 2px solid #e0cdb8;
  background: transparent;
  margin: 0 0.25rem;
}
body.home .fp-calc-years-line {
  font-size: 0.75rem;
  color: #bbb;
  margin-top: 0.25rem;
}
body.home .fp-calc-years-line strong {
  color: var(--color-secondary);
}
body.home .fp-calc-insight {
  background: #fdf5ec;
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid #f0e0cc;
  display: flex;
  gap: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
}
body.home .fp-calc-insight-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-secondary);
  margin-top: 0.375rem;
  flex-shrink: 0;
}
body.home .fp-calc-insight p {
  font-size: 0.75rem;
  color: #7a5a38;
  line-height: 1.6;
  margin: 0;
}
body.home #calcFill.progress__fill {
  width: 14%;
}
body.home #calcSpark {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 3rem;
  margin-bottom: 1rem;
}
body.home .fp-calc-disclaimer {
  font-size: 0.625rem;
  color: #ccc;
  text-align: center;
  line-height: 1.6;
}
body.home .fp-meeting-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.home .fp-meeting-title {
  margin-bottom: 0.25rem;
}
body.home .fp-meeting-sub {
  font-size: 0.75rem;
  color: #aaa;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
body.home .fp-meeting-form .form-group label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #666;
}
body.home .fp-meeting-form .form-row--2 {
  margin-bottom: 0;
}
body.home .fp-meeting-form .form-group label .fp-label-optional {
  color: #ccc;
  font-weight: 400;
}
body.home .fp-privacy-row {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
body.home .fp-privacy-row input[type="checkbox"] {
  margin-top: 0.125rem;
  accent-color: var(--color-secondary);
  width: 0.875rem;
  height: 0.875rem;
  cursor: pointer;
}
body.home .fp-privacy-row label {
  font-size: 0.75rem;
  color: #999;
  line-height: 1.6;
  cursor: pointer;
  font-weight: 400;
}
body.home .fp-privacy-row a {
  color: var(--color-secondary);
  text-decoration: underline;
}
body.home .fp-meeting-submit {
  padding: 0.875rem;
  border-radius: var(--radius);
  font-weight: 700;
}
