:root {
  --navy: #1e293b;
  --navy-deep: #132033;
  --green: #84a93c;
  --green-dark: #6b8a30;
  --ink: #1f2937;
  --muted: #667085;
  --line: #e6e9ee;
  --paper: #ffffff;
  --mist: #f4f6f1;
  --shadow: 0 22px 60px rgba(30, 41, 59, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
}

a {
  color: inherit;
}

svg {
  display: block;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px;
  color: #fff;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.brand-mark {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(132, 169, 60, 0.16);
}

.brand-mark svg {
  width: 22px;
  fill: var(--green);
}

nav {
  display: flex;
  gap: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
  font-weight: 600;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: #fff;
}

.section-dark {
  background:
    radial-gradient(circle at 78% 18%, rgba(132, 169, 60, 0.24), transparent 28rem),
    linear-gradient(135deg, var(--navy-deep), var(--navy));
  color: #fff;
}

.hero {
  min-height: 720px;
  padding: 126px 24px 88px;
}

.hero-inner,
.contact-layout {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.74fr);
  gap: 64px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  color: inherit;
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  max-width: 720px;
  font-size: clamp(3.1rem, 8vw, 6.4rem);
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.hero-lede {
  max-width: 590px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.75;
}

.trust-list {
  display: grid;
  gap: 12px;
  margin: 32px 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.trust-list span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.18);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: var(--radius);
  padding: 14px 22px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}

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

.button:active {
  transform: translateY(0);
}

.button svg {
  width: 18px;
  fill: currentColor;
}

.button-primary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 28px rgba(132, 169, 60, 0.28);
}

.button-primary:hover {
  background: var(--green-dark);
}

.button-secondary {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.04);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.advisor-card {
  justify-self: end;
  width: min(100%, 390px);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.portrait {
  overflow: hidden;
  aspect-ratio: 1;
  margin-bottom: 18px;
  border: 3px solid rgba(132, 169, 60, 0.54);
  border-radius: 8px;
  background: #edf3df;
}

.portrait svg {
  width: 100%;
  height: 100%;
}

.advisor-name {
  margin: 0;
  font-size: 1.04rem;
  font-weight: 800;
}

.advisor-company {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.section {
  padding: 96px 24px;
}

.section-muted {
  background:
    linear-gradient(90deg, rgba(30, 41, 59, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(30, 41, 59, 0.04) 1px, transparent 1px),
    var(--mist);
  background-size: 48px 48px;
}

.section-heading {
  max-width: 1120px;
  margin: 0 auto 42px;
  text-align: left;
}

.section-heading h2 {
  color: var(--navy);
}

.section-heading.narrow {
  max-width: 720px;
  text-align: center;
}

.feature-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.18fr 1fr;
  gap: 18px;
  align-items: start;
}

.feature-card {
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(30, 41, 59, 0.08);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(30, 41, 59, 0.06);
}

.feature-card-offset {
  margin-top: 44px;
}

.icon-badge {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  border-radius: 8px;
  background: rgba(132, 169, 60, 0.14);
}

.icon-badge svg {
  width: 26px;
  fill: var(--green);
}

.feature-card h3,
.steps h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.2rem;
}

.feature-card p,
.steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.steps {
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.steps li {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 24px;
  padding: 0 0 42px;
}

.steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 54px;
  bottom: 12px;
  left: 26px;
  width: 2px;
  background: var(--line);
}

.steps span {
  z-index: 1;
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-weight: 800;
}

.contact-section {
  padding-bottom: 110px;
}

.contact-layout {
  align-items: start;
}

.contact-layout > div p:not(.eyebrow) {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}

.contact-layout a {
  color: #fff;
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: #344054;
  font-size: 0.92rem;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(132, 169, 60, 0.16);
}

.hidden-field {
  display: none;
}

.form-button {
  width: 100%;
  margin-top: 4px;
}

.form-status {
  display: none;
  margin: 0;
  border-radius: 8px;
  padding: 13px;
  font-weight: 800;
  text-align: center;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  color: var(--green-dark);
  background: rgba(132, 169, 60, 0.14);
}

.form-status.is-error {
  color: #9f2a2a;
  background: rgba(207, 57, 57, 0.1);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  padding: 42px 24px 108px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.site-footer > * {
  max-width: 1120px;
}

.footer-brand {
  color: var(--navy);
}

.site-footer p {
  max-width: 360px;
  margin: 10px 0 0;
  color: var(--muted);
}

address {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-style: normal;
}

address strong {
  color: var(--navy);
}

address a {
  color: var(--green-dark);
  font-weight: 700;
  text-decoration: none;
}

.copyright {
  grid-column: 1 / -1;
  justify-self: center;
  font-size: 0.84rem;
}

.mobile-call-bar {
  display: none;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 108px;
  }

  .hero-inner,
  .contact-layout,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .advisor-card {
    justify-self: stretch;
    max-width: 390px;
  }

  .feature-card-offset {
    margin-top: 0;
  }

  .field-row,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-bottom: 112px;
  }

  .copyright {
    justify-self: start;
  }

  .mobile-call-bar {
    position: fixed;
    z-index: 20;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--navy);
  }

  .mobile-call-bar .button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .brand {
    font-size: 0.9rem;
  }

  .hero,
  .section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .contact-form {
    padding: 20px;
  }
}
