.custom-hero {
  overflow: hidden;
  padding: 72px 0 68px;
  background:
    radial-gradient(circle at 90% 18%, rgba(140, 224, 189, 0.2), transparent 30%),
    linear-gradient(135deg, #101a17 0%, #0c251e 100%);
  color: #fff;
}

.custom-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 56px;
  align-items: center;
}

.custom-hero h1 {
  max-width: 740px;
}

.custom-hero-note {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.custom-route-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
}

.custom-route-card > p {
  margin: 0 0 20px;
  color: #8ce0bd;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.custom-route-card ol {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-route-card li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
}

.custom-route-card li > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #c9f7e3;
  color: var(--green-dark);
  font-weight: 850;
}

.custom-route-card strong,
.custom-route-card small {
  display: block;
}

.custom-route-card strong {
  color: #fff;
  font-size: 16px;
}

.custom-route-card small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
}

.custom-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.custom-steps article {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
}

.custom-steps b {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 11px;
  background: #def5e9;
  color: var(--green-dark);
}

.custom-steps p,
.fit-list small {
  color: var(--muted);
  line-height: 1.58;
}

.custom-video-copy {
  align-self: center;
}

.preview-badge {
  display: inline-flex;
  margin-top: 8px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff2cf;
  color: #775006;
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.transcript-copy p {
  margin: 12px 0 0;
}

.custom-video-preview {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #071f19;
  box-shadow: 0 22px 55px rgba(7, 31, 25, 0.14);
}

.custom-video-preview img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.custom-video-player video {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #071f19;
}

.custom-video-player::after {
  display: none;
}

.custom-video-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 31, 25, 0.04) 30%, rgba(7, 31, 25, 0.92) 100%);
}

.custom-video-preview figcaption {
  position: absolute;
  z-index: 1;
  right: 26px;
  bottom: 24px;
  left: 26px;
  display: flex;
  gap: 14px;
  align-items: center;
  color: #fff;
}

.play-mark {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #c9f7e3;
  color: var(--green-dark);
  font-size: 18px;
  text-indent: 3px;
}

.custom-video-preview figcaption strong,
.custom-video-preview figcaption small {
  display: block;
}

.custom-video-preview figcaption strong {
  font-size: 19px;
}

.custom-video-preview figcaption small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
}

.custom-fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 54px;
  align-items: center;
}

.fit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fit-list > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 11px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--soft);
}

.fit-list span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-weight: 850;
}

.fit-list p {
  margin: 1px 0 0;
}

.fit-list strong,
.fit-list small {
  display: block;
}

.fit-list small {
  margin-top: 6px;
}

.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 48px;
  align-items: start;
}

.privacy-callout {
  margin-top: 26px;
  padding: 19px;
  border-left: 4px solid #e0b34c;
  border-radius: 0 10px 10px 0;
  background: #fff8e8;
}

.privacy-callout p {
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.response-time {
  margin-top: 22px;
  color: var(--muted);
  line-height: 1.55;
}

.custom-request-form {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(7, 31, 25, 0.08);
}

.custom-request-form input,
.custom-request-form textarea,
.custom-request-form select {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #aabbb1;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.custom-request-form input,
.custom-request-form select {
  min-height: 47px;
}

.custom-request-form textarea {
  resize: vertical;
  line-height: 1.5;
}

.custom-request-form input:focus-visible,
.custom-request-form textarea:focus-visible,
.custom-request-form select:focus-visible,
.custom-request-form button:focus-visible {
  outline: 3px solid rgba(36, 95, 159, 0.28);
  outline-offset: 2px;
  border-color: var(--blue);
}

.custom-consents {
  display: grid;
  gap: 13px;
  margin: 24px 0;
}

.custom-consents label {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.custom-consents input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 2px 0 0;
}

.custom-consents a {
  color: var(--green-dark);
  font-weight: 720;
}

.custom-request-form .form-status.is-confirmed {
  padding: 12px 14px;
  border-radius: 8px;
  background: #e7f7ef;
}

.custom-request-form .form-status.is-error {
  padding: 12px 14px;
  border-radius: 8px;
  background: #fff0ee;
  color: #8a2d22;
}

.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.form-email-fallback {
  display: inline-block;
  margin-top: 10px;
  color: var(--green-dark);
  font-weight: 720;
}

.form-email-fallback[hidden] {
  display: none;
}

.form-submit[disabled] {
  cursor: wait;
  opacity: 0.72;
}

@media (max-width: 900px) {
  .custom-hero-grid,
  .custom-fit-grid,
  .request-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .custom-hero {
    padding: 50px 0 46px;
  }

  .custom-steps,
  .fit-list {
    grid-template-columns: 1fr;
  }

  .custom-route-card,
  .custom-request-form {
    padding: 22px;
  }

  .custom-video-preview figcaption {
    right: 18px;
    bottom: 16px;
    left: 18px;
  }

  .custom-video-preview figcaption small {
    display: none;
  }
}
