.steps-grid.steps-three {
  grid-template-columns: repeat(3, 1fr);
}

.service-card ul {
  padding-left: 1.1rem;
  color: var(--muted);
}

.services-three .service-card {
  min-height: 430px;
}

.services-three .card-kicker {
  color: var(--amber2) !important;
}

.services-three .featured .card-kicker {
  color: #926414 !important;
}

.pricing {
  background: linear-gradient(180deg, #071018 0%, #0a151d 100%);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4rem;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.2rem;
  border: 1px solid var(--line);
  background: var(--panel);
}

.pricing-card.pricing-featured {
  border-color: var(--amber);
  background: var(--paper);
  color: #101820;
  transform: translateY(-.75rem);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .3);
}

.popular-label {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: .5rem .8rem;
  background: var(--amber);
  color: #111;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.plan-label {
  margin: 0 0 .5rem;
  color: var(--amber2);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.pricing-featured .plan-label { color: #926414; }

.pricing-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.price {
  display: flex;
  align-items: flex-start;
  margin: 1.6rem 0 1rem;
  font-family: var(--display);
  font-size: 4rem;
  font-weight: 800;
  line-height: .9;
}

.price span { margin: .25rem .15rem 0 0; font-size: 1.5rem; }
.price small { align-self: flex-end; margin: 0 0 .35rem .4rem; color: var(--muted); font-family: var(--body); font-size: .8rem; font-weight: 600; }
.pricing-featured .price small { color: #66727a; }
.plan-summary { min-height: 5.2rem; margin: 0; color: var(--muted); }
.pricing-featured .plan-summary { color: #56636b; }

.pricing-card ul {
  flex: 1;
  margin: 1.5rem 0 2rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.pricing-featured ul { border-color: #c9c8c2; }
.pricing-card li { position: relative; padding: .35rem 0 .35rem 1.35rem; color: #bec8cd; }
.pricing-featured li { color: #3f4d55; }
.pricing-card li::before { content: "✓"; position: absolute; left: 0; color: var(--amber2); font-weight: 800; }
.pricing-featured li::before { color: #926414; }
.plan-button { width: 100%; }
.pricing-options { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1rem; }
.pricing-options div { display: flex; justify-content: space-between; gap: 1.5rem; padding: 1.2rem 1.4rem; border: 1px solid var(--line); background: #0b1720; }
.pricing-options span { color: var(--amber2); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.pricing-options strong { text-align: right; font-size: .92rem; }
.pricing-note { max-width: 900px; margin: 1.25rem auto 0; color: #83919a; text-align: center; font-size: .82rem; }
.billing-flow { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 3rem; border: 1px solid var(--line); background: var(--line); }
.billing-flow div { padding: 1.5rem; background: #0b1720; }
.billing-flow span { color: var(--amber); font-family: var(--display); font-size: 1.25rem; }
.billing-flow strong { display: block; margin: .45rem 0 .25rem; font-family: var(--display); font-size: 1.4rem; text-transform: uppercase; }
.billing-flow p { margin: 0; color: var(--muted); font-size: .9rem; }
.secure-payment-note { margin: 1rem 0 0; color: #aab5bb; text-align: center; font-size: .86rem; }
.footer-meta { display: grid; justify-items: end; gap: .35rem; }
.footer-meta nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem 1rem; color: #c1c9cd; }
.footer-meta nav a:hover { color: var(--amber2); }

.about {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  background: #09131b;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-photo-wrap { position: relative; max-width: 480px; }
.about-photo-frame { position: relative; padding: 1rem; border: 1px solid #3c4c56; background: linear-gradient(145deg, #12232e, #0a151d); }
.about-photo-frame::before, .about-photo-frame::after { content: ""; position: absolute; z-index: 1; width: 54px; height: 54px; }
.about-photo-frame::before { top: -.45rem; left: -.45rem; border-top: 2px solid var(--amber); border-left: 2px solid var(--amber); }
.about-photo-frame::after { right: -.45rem; bottom: -.45rem; border-right: 2px solid var(--amber); border-bottom: 2px solid var(--amber); }
.about-photo-frame img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.about-nameplate { position: relative; z-index: 2; width: calc(100% - 2rem); margin: -1.5rem auto 0; padding: 1rem 1.2rem; border-left: 3px solid var(--amber); background: var(--panel); box-shadow: 0 16px 35px rgba(0, 0, 0, .35); }
.about-nameplate strong { display: block; font-family: var(--display); font-size: 1.65rem; line-height: 1; letter-spacing: .035em; }
.about-nameplate span { display: block; margin-top: .3rem; color: var(--amber2); font-size: .68rem; font-weight: 800; letter-spacing: .13em; }
.about-copy h2 { max-width: 850px; }
.about-copy > p:not(.eyebrow) { max-width: 820px; color: #b2bdc3; font-size: 1.02rem; }
.about-credentials { display: flex; flex-wrap: wrap; gap: .65rem; margin: 2rem 0 1.7rem; }
.about-credentials span { padding: .55rem .8rem; border: 1px solid #40515c; color: #d6dde0; font-size: .76rem; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }

@media (max-width: 950px) {
  .steps-grid.steps-three {
    grid-template-columns: 1fr;
  }

  .steps-grid.steps-three article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .steps-grid.steps-three article:last-child {
    border-bottom: 0;
  }

  .services-three {
    grid-template-columns: 1fr;
  }

  .services-three .service-card {
    min-height: 0;
  }

  .pricing-grid { grid-template-columns: 1fr; }
  .billing-flow { grid-template-columns: 1fr; }
  .pricing-card.pricing-featured { transform: none; }
  .plan-summary { min-height: 0; }
  .about { grid-template-columns: 1fr; }
  .about-photo-wrap { width: min(100%, 430px); }
}

@media (max-width: 620px) {
  .pricing-card { padding: 1.5rem; }
  .pricing-options { grid-template-columns: 1fr; }
  .pricing-options div { flex-direction: column; gap: .35rem; }
  .pricing-options strong { text-align: left; }
  .footer-meta { justify-items: start; }
  .footer-meta nav { justify-content: flex-start; }
}
