.landing-hero {
  --hero-black: #151515;
  --hero-ink: #07101a;
  --hero-cream: #ebe4d9;
  --hero-white: #f5f2ea;
  --hero-red: #dc3610;
  --hero-red-dark: #b92d0d;
  --hero-muted: #aab4bf;
  position: relative;
  background: var(--hero-black);
  color: var(--hero-white);
  font-family: var(--font-display);
}

.landing-hero__stage {
  position: relative;
  min-height: 861px;
  overflow: visible;
  border-bottom: 5px solid var(--hero-red);
  background: var(--hero-ink);
}

.landing-hero__background,
.landing-hero__background picture,
.landing-hero__background-image {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: min(1000px, 62vw);
  height: 100%;
}

.landing-hero__background-image {
  object-fit: cover;
  object-position: center top;
}

.landing-hero__background--fallback {
  background:
    radial-gradient(circle at 70% 22%, rgba(104, 124, 143, 0.55), transparent 30%),
    linear-gradient(100deg, #07101a 0%, #151c25 48%, #344251 100%);
}

.landing-hero__shade {
  position: absolute;
  inset: 0;
  overflow: visible;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 12, 22, 0.92) 0%, rgba(7, 16, 26, 0.72) 42%, rgba(7, 16, 26, 0.2) 100%),
    linear-gradient(180deg, rgba(7, 16, 26, 0.02) 0%, rgba(7, 16, 26, 0.1) 58%, rgba(14, 14, 14, 0.74) 100%);
}

.landing-hero__bottom-fade,
.landing-hero__rings {
  display: none;
}

.landing-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 704px) minmax(340px, 1fr);
  column-gap: clamp(44px, 6vw, 96px);
  align-items: start;
  width: min(1216px, calc(100% - 48px));
  min-height: 504px;
  margin: 0 auto;
  padding-top: clamp(160px, 13.25vw, 229px);
}

.landing-hero__copy {
  position: relative;
  z-index: 3;
  display: flex;
  max-width: 704px;
  flex-direction: column;
  align-items: flex-start;
}

.landing-hero__eyebrow {
  position: relative;
  margin: 0 0 24px;
  padding-left: 18px;
  color: var(--hero-white);
  font-family: var(--font-body);
  font-size: var(--fs-kicker);
  font-weight: var(--fw-bold);
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.landing-hero__eyebrow::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: var(--radius-full);
  content: "";
  background: var(--hero-red);
}

.landing-hero__title {
  margin: 0;
  width: min(704px, 100%);
  padding-left: 32px;
  border-left: 3px solid var(--hero-red);
  color: var(--hero-white);
  font-family: var(--font-display);
  font-size: var(--fs-hero-title);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.landing-hero__title span,
.landing-hero__title strong {
  display: block;
  max-width: 704px;
  font-weight: 700;
}

.landing-hero__title strong {
  color: currentColor;
}

.landing-hero__subtitle {
  margin: 32px 0 0;
  color: #d8d1c6;
  font-size: var(--fs-hero-subtitle);
  font-weight: 700;
  line-height: var(--lh-heading);
}

.landing-hero__subtitle p {
  margin: 0;
}

.landing-hero__subtitle p + p {
  margin-top: 8px;
}

.landing-hero__action-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}

.landing-hero__cta,
.landing-hero__submit,
.landing-hero__form-placeholder .landing-hero__submit {
  position: relative;
  display: inline-flex;
  gap: 10px;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  background: var(--hero-red);
  clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: var(--fs-cta);
  font-weight: var(--fw-medium);
  line-height: 1.3;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color var(--duration-normal) var(--ease-out),
    transform var(--duration-normal) var(--ease-out);
}

.landing-hero__cta-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.landing-hero__cta-icon svg,
.landing-hero__cta-icon img {
  width: 100%;
  height: 100%;
}

.landing-hero__cta-label {
  display: inline-flex;
  align-items: center;
}

.landing-hero__cta {
  min-width: min(100%, 430px);
}

.landing-hero__cta:hover,
.landing-hero__cta:focus-visible,
.landing-hero__submit:hover,
.landing-hero__submit:focus-visible {
  background: var(--hero-red-dark);
  transform: translateY(-1px);
}

.landing-hero__cta:focus-visible,
.landing-hero__submit:focus-visible {
  outline: 2px solid var(--hero-white);
  outline-offset: 4px;
}

.landing-hero__review {
  display: inline-flex;
  align-items: center;
  width: min(304px, 100%);
  gap: 8px;
  min-width: 0;
  font-family: var(--font-body);
  display: none;
}

.landing-hero__review-mark {
  display: inline-flex;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.landing-hero__review-mark img,
.landing-hero__review-mark picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.landing-hero__review-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #d8d1c6;
  font-size: var(--fs-meta);
  line-height: var(--lh-copy);
}

.landing-hero__stars {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #ded02f;
  font-size: var(--fs-section-text);
  line-height: 1;
  letter-spacing: 0;
}

.landing-hero__star-item {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}

.landing-hero__star-item img,
.landing-hero__star-item picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.landing-hero__portrait {
  position: absolute;
  z-index: 2;
  right: 4vw;
  bottom: 0;
  width: min(38vw, 620px);
  pointer-events: none;
}

.landing-hero__portrait picture,
.landing-hero__portrait-image {
  display: block;
  width: 100%;
  height: auto;
}

.landing-hero__form-card {
  position: absolute;
  z-index: 5;
  pointer-events: auto;
  top: 494px;
  right: 102px;
  width: min(100%, 376px);
  margin-top: 0;
  margin-left: 0;
  padding: 31px 29px 38px;
  border: 0;
  border-radius: 8px;
  color: #111111;
  background: var(--hero-cream);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.35);
}

.landing-hero__form-title {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: var(--fs-card-title);
  font-weight: 700;
  line-height: var(--lh-heading);
  letter-spacing: 0;
}

.landing-hero__form {
  color: #111111;
}

.landing-hero__form form,
.landing-hero__form .wpcf7-form,
.landing-hero__form-placeholder {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.landing-hero__form p {
  margin: 0;
}

.landing-hero__form label {
  display: block;
  color: #111111;
  font-family: var(--font-body);
  font-size: var(--fs-meta);
  line-height: 1.4;
}

.landing-hero__form input:not([type="submit"]),
.landing-hero__form textarea,
.landing-hero__form select,
.landing-hero__form-placeholder div {
  width: 100%;
  min-height: 48px;
  padding: 12px 12px;
  border: 1px solid #9da6af;
  border-radius: 0;
  background: #ffffff;
  color: #1c2a36;
  font-family: var(--font-body);
  font-size: var(--fs-form-field);
  font-weight: 400;
  line-height: 1.5;
}

.landing-hero__form textarea {
  min-height: 108px;
}

.landing-hero__form input::placeholder,
.landing-hero__form textarea::placeholder,
.landing-hero__form-placeholder div {
  color: #617080;
}

.landing-hero__form-actions,
.landing-hero__form-placeholder .landing-hero__submit {
  width: 100%;
  margin-top: 7px;
}

.landing-hero__submit {
  width: 100%;
  min-height: 42px;
  padding: 12px 36px;
  white-space: normal;
}

.landing-hero__form .wpcf7-spinner {
  display: none;
}

.landing-hero__form .wpcf7-not-valid-tip,
.landing-hero__form .wpcf7-response-output {
  margin: 8px 0 0;
  color: #111111;
  font-family: var(--font-body);
  font-size: var(--fs-meta);
  line-height: 1.4;
}

.landing-hero__badges {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding: 14px 20px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.48);
  display: none;
}

.landing-hero__badge {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #8ca0bd;
  font-family: var(--font-body);
  font-size: var(--fs-form-caption);
  font-weight: var(--fw-bold);
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
}

.landing-hero__badge-icon {
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  color: #8ca0bd;
}

.landing-hero__badge-svg {
  display: block;
  width: 24px;
  height: 24px;
}

.landing-hero__badge-svg--shield {
  width: 21px;
  height: 26px;
}

.landing-hero__process {
  position: relative;
  z-index: 1;
  background: var(--hero-black);
  color: var(--hero-white);
  display: none;
}

.landing-hero__process-inner {
  width: min(1216px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 80px;
}

.landing-hero__process-title {
  max-width: 600px;
  margin: 0 0 48px;
  color: var(--hero-white);
  font-family: var(--font-display);
  font-size: var(--fs-section-title);
  font-weight: 600;
  line-height: var(--lh-heading);
  letter-spacing: 0;
}

.landing-hero__service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 78px);
  align-items: start;
}

.landing-hero__service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--hero-white);
  font-family: var(--font-display);
  font-size: var(--fs-card-title);
  font-weight: 600;
  line-height: 1.14;
  text-align: center;
  text-decoration: none;
}

a.landing-hero__service {
  transition:
    color var(--duration-normal) var(--ease-out),
    transform var(--duration-normal) var(--ease-out);
}

a.landing-hero__service:hover,
a.landing-hero__service:focus-visible {
  color: var(--hero-red);
  transform: translateY(-2px);
}

.landing-hero__service-icon {
  display: inline-flex;
  width: 40px;
  height: 39px;
  align-items: center;
  justify-content: center;
}

.landing-hero__service-icon img {
  display: block;
  width: 40px;
  height: 39px;
}

@media (max-width: 1180px) {
  .landing-hero__stage {
    min-height: auto;
  }

  .landing-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 126px 0 70px;
  }

  .landing-hero__copy {
    max-width: 760px;
  }

  .landing-hero__portrait {
    right: 0;
    width: min(48vw, 470px);
    opacity: 0.58;
  }

  .landing-hero__form-card {
    grid-column: 1;
    margin: 56px 0 0;
  }

  .landing-hero__service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .landing-hero__inner,
  .landing-hero__process-inner {
    width: min(100% - 32px, 540px);
  }

  .landing-hero__inner {
    padding-top: 104px;
  }

  .landing-hero__title {
    padding-left: 18px;
  }

  .landing-hero__action-row {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: 36px;
  }

  .landing-hero__cta,
  .landing-hero__submit {
    width: 100%;
    min-height: 52px;
    padding: 15px 22px;
    font-size: var(--fs-cta);
    letter-spacing: 2px;
  }

  .landing-hero__portrait {
    display: none;
  }

  .landing-hero__form-card {
    width: 100%;
    padding: 26px 22px 30px;
  }

  .landing-hero__form form,
  .landing-hero__form .wpcf7-form,
  .landing-hero__form-placeholder {
    gap: 18px;
  }

  .landing-hero__badges {
    gap: 8px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .landing-hero__process-inner {
    padding: 58px 0 70px;
  }

  .landing-hero__process-title {
    margin-bottom: 38px;
  }

  .landing-hero__service-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* Figma parity overrides */
.landing-hero {
  --hero-black: #20231f;
  --hero-ink: #fafaf6;
  --hero-cream: #4f554a;
  --hero-white: #ffffff;
  --hero-red: #5f7f2e;
  --hero-red-dark: #4a6b1f;
  background: #fafaf6;
  color: #20231f;
}

.landing-hero__stage {
  min-height: 859.99px;
  border-bottom: 0;
  background: #fafaf6;
}

.landing-hero__background-image {
  object-fit: cover;
  object-position: 74% 18px;
}

.landing-hero__shade {
  background: linear-gradient(90deg, rgba(250, 250, 246, 0.96) 0%, rgba(250, 250, 246, 0.92) 30%, rgba(250, 250, 246, 0.42) 41%, rgba(250, 250, 246, 0.08) 49%, rgba(250, 250, 246, 0) 57%);
}

.landing-hero__inner {
  grid-template-columns: minmax(0, 630px) minmax(340px, 1fr);
  width: min(1302px, calc(100% - 64px));
  min-height: 859.99px;
  padding-top: clamp(194px, 14vw, 224px);
  align-items: flex-start;
  column-gap: clamp(24px, 4vw, 64px);
}

.landing-hero__copy {
  max-width: 630px;
}

.landing-hero__eyebrow {
  margin: 0 0 24px;
  padding: 8px 12px;
  border: 1.5px solid #a9b99a;
  border-radius: 8px;
  color: #4f554a;
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.landing-hero__eyebrow::before {
  display: none;
}

.landing-hero__title {
  width: 100%;
  max-width: 630px;
  padding-left: 0;
  border-left: 0;
  color: #4f554a;
  font-size: clamp(42px, 4.35vw, 57.33px);
  font-weight: 400;
  line-height: 57.33px;
  letter-spacing: -0.02em;
}

.landing-hero__title span,
.landing-hero__title strong {
  max-width: none;
  font-weight: 400;
}

.landing-hero__subtitle {
  margin: 20px 0 0;
  width: 100%;
  max-width: 630px;
  color: #20231f;
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.landing-hero__action-row {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.landing-hero__cta,
.landing-hero__submit,
.landing-hero__form-placeholder .landing-hero__submit {
  min-height: 71px;
  border-radius: 16px;
  background: #5f7f2e;
  clip-path: none;
  padding: 24px 32px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

.landing-hero__review {
  display: inline-flex;
  width: min(302px, 100%);
  gap: 8px;
  align-items: center;
}

.landing-hero__review-copy {
  color: #4f554a;
}

.landing-hero__review-mark {
  background: transparent;
  border-radius: 0;
}

.landing-hero__stars {
  color: #dbba3a;
  font-size: 18px;
  line-height: 1;
}

.landing-hero__portrait {
  right: max(0.3vw, 4px);
  width: min(56vw, 960px);
}

.landing-hero__form-card {
  top: 462px;
  right: 96px;
  margin-top: 0;
  width: min(100%, 420px);
  padding: 33px;
  border-radius: 10px;
}

.landing-hero__form-title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 27.65px;
  font-weight: 400;
  line-height: 1.1;
}

.landing-hero__form form,
.landing-hero__form .wpcf7-form,
.landing-hero__form-placeholder {
  gap: 18px;
}

.landing-hero__form .wpcf7-form p {
  margin: 0;
}

.landing-hero__form .wpcf7-form-control-wrap {
  display: block;
}

.landing-hero__form input:not([type="submit"]),
.landing-hero__form textarea,
.landing-hero__form select,
.landing-hero__form-placeholder div {
  min-height: 54px;
  border-radius: 16px;
  padding: 7px 15px 10px;
  font-size: 16px;
}

.landing-hero__form .landing-hero__submit,
.landing-hero__form-placeholder .landing-hero__submit {
  min-height: 78px;
  padding: 24px 32px;
}

.landing-hero__form textarea {
  min-height: 98px;
}

.landing-hero__form-actions,
.landing-hero__form-placeholder .landing-hero__submit {
  margin-top: 0;
}

.landing-hero__form .landing-hero__submit {
  width: 100%;
}

.landing-hero__badges {
  display: flex;
  margin-top: 0;
  padding: 24px 8px 0;
  border-top: 1.5px solid #4a4a4a;
  min-height: 76px;
  align-items: center;
}

.landing-hero__badge {
  font-size: 10px;
  letter-spacing: 1.12px;
  line-height: 15px;
}

.landing-hero__badge-icon {
  min-height: 28px;
}

.landing-hero__badge-icon img,
.landing-hero__badge-icon picture,
.landing-hero__badge-icon svg {
  width: 28px;
  height: 28px;
}

.landing-hero__process {
  background: #20231f;
}

.landing-hero__process-inner {
  width: min(1362px, calc(100% - 64px));
  padding: 96px 0 80px;
}

.landing-hero__process-title {
  max-width: 704px;
  margin: 0 0 48px;
  color: #ffffff;
  font-size: clamp(34px, 3.2vw, 47.78px);
  font-weight: 400;
  line-height: 1.1;
}

.landing-hero__service-grid {
  gap: 24px;
}

.landing-hero__service {
  color: #d8dcd2;
  font-family: var(--font-display);
  font-size: 23.04px;
  font-weight: 400;
}

.landing-hero__service-icon,
.landing-hero__service-icon img {
  width: 32px;
  height: 40px;
}

@media (max-width: 1180px) {
  .landing-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 154px;
  }

  .landing-hero__background,
  .landing-hero__background picture,
  .landing-hero__background-image {
    width: min(900px, 72vw);
    object-position: 76% 12px;
  }

  .landing-hero__portrait {
    width: min(62vw, 620px);
    opacity: 0.44;
  }

  .landing-hero__form-card {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 40px;
  }

  .landing-hero__action-row {
    max-width: 420px;
  }
}

@media (max-width: 900px) {
  .landing-hero__inner,
  .landing-hero__process-inner {
    width: min(100% - 40px, 760px);
  }

  .landing-hero__title {
    font-size: clamp(36px, 7vw, 48px);
    line-height: 1.06;
  }

  .landing-hero__subtitle {
    font-size: 18px;
    line-height: 1.55;
  }

  .landing-hero__form-card {
    width: min(100%, 420px);
  }
}

@media (max-width: 820px) {
  .landing-hero__stage {
    min-height: auto;
  }

  .landing-hero__inner,
  .landing-hero__process-inner {
    width: min(100% - 32px, 560px);
  }

  .landing-hero__inner {
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .landing-hero__eyebrow {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .landing-hero__title {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.08;
  }

  .landing-hero__subtitle {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .landing-hero__cta,
  .landing-hero__submit {
    width: 100%;
    min-height: 62px;
    padding: 18px 22px;
    font-size: 16px;
  }

  .landing-hero__review {
    width: 100%;
    max-width: 320px;
  }

  .landing-hero__portrait {
    display: none;
  }

  .landing-hero__form-card {
    margin-top: 40px;
    padding: 24px;
  }

  .landing-hero__background,
  .landing-hero__background picture,
  .landing-hero__background-image {
    width: 100%;
    object-position: 68% top;
  }

  .landing-hero__shade {
    background: linear-gradient(180deg, rgba(250, 250, 246, 0.97) 0%, rgba(250, 250, 246, 0.91) 48%, rgba(250, 250, 246, 0.72) 72%, rgba(250, 250, 246, 0.2) 100%);
  }

  .landing-hero__form-title {
    font-size: 24px;
  }

  .landing-hero__form form,
  .landing-hero__form .wpcf7-form,
  .landing-hero__form-placeholder {
    gap: 16px;
  }

  .landing-hero__badges {
    padding-top: 18px;
  }

  .landing-hero__process-inner {
    padding: 56px 0 64px;
  }

  .landing-hero__process-title {
    margin-bottom: 34px;
  }

  .landing-hero__service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 18px;
  }
}

@media (max-width: 520px) {
  .landing-hero__inner,
  .landing-hero__process-inner {
    width: min(100% - 24px, 480px);
  }

  .landing-hero__inner {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .landing-hero__eyebrow {
    max-width: 100%;
  }

  .landing-hero__form-card {
    margin-top: 32px;
    padding: 20px 16px 22px;
  }

  .landing-hero__form-title {
    font-size: 22px;
  }

  .landing-hero__badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-right: 0;
    padding-left: 0;
  }

  .landing-hero__service-grid {
    grid-template-columns: 1fr;
  }
}
