.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;
  inset: 0;
  width: 100%;
  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;
  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__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;
  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 {
  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;
  border-radius: var(--radius-full);
  color: #4285f4;
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: var(--fs-card-title);
  font-weight: 700;
  line-height: 1;
}

.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 {
  color: #ded02f;
  font-size: var(--fs-section-text);
  line-height: 1;
  letter-spacing: 0;
}

.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: relative;
  z-index: 5;
  top: 200px;
  grid-column: 2;
  width: min(100%, 376px);
  margin-top: 90px;
  margin-left: auto;
  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: #111111;
  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);
}

.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;
  }
}
