.sym-request-home-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.sym-request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sym-request-home-form .field {
  margin: 0;
}

.sym-request-home-form textarea {
  min-height: 92px;
  resize: vertical;
}

.sym-request-selection {
  display: grid;
  gap: 10px;
  margin: 2px 0 16px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(8, 19, 31, .28);
}

.sym-request-home-form .sym-request-selection {
  margin: 0;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(5, 13, 24, .22);
}

.sym-request-selection[hidden],
.sym-request-files[hidden] {
  display: none !important;
}

.sym-request-selection-head,
.sym-request-selection-item,
.sym-request-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sym-request-selection-title {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sym-request-selection-list,
.sym-request-files {
  display: grid;
  gap: 8px;
}

.sym-request-selection-item,
.sym-request-file {
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 11px;
  background: rgba(255, 255, 255, .05);
}

.sym-request-home-form .sym-request-selection-item,
.sym-request-home-form .sym-request-file {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(5, 13, 24, .2);
}

.sym-request-selection-item > span,
.sym-request-file > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.sym-request-selection-item b,
.sym-request-file b {
  overflow-wrap: anywhere;
  font-size: 13px;
}

.sym-request-selection-item small,
.sym-request-file small {
  opacity: .72;
  font-size: 11px;
}

.sym-request-file.is-missing {
  border-color: rgba(194, 133, 42, .4);
}

.sym-request-remove,
.sym-request-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 10px;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.sym-request-remove:hover,
.sym-request-clear:hover {
  color: #d6a8b9;
}

.sym-request-files {
  margin-top: 9px;
}

.sym-request-note {
  display: block;
  opacity: .72;
  font-size: 11px;
  line-height: 1.5;
}

.sym-request-home-form .form-status {
  min-height: 0;
  margin: 0;
}

.file-field:focus-within .upload-box {
  outline: 2px solid rgba(214, 168, 185, .88);
  outline-offset: 3px;
  border-color: rgba(214, 168, 185, .72);
}

@media (max-width: 720px) {
  .sym-request-grid {
    grid-template-columns: 1fr;
  }

  .sym-request-selection-item,
  .sym-request-file {
    align-items: flex-start;
  }
}

/* Homepage: a visible, calm brand-red form with one fast vertical path. */
.home-request-section {
  padding-block: clamp(38px, 5vw, 62px);
  scroll-margin-top: 88px;
  background:
    radial-gradient(circle at 50% 0, rgba(164, 43, 84, .12), transparent 42%);
}

/* Desktop section markers mirror the established PNP eyebrow system.
   They stay out of the mobile flow so the approved compact layout is unchanged. */
.home-desktop-eyebrow {
  display: none !important;
}

.home-request-router {
  position: relative;
  width: 100%;
  margin: 0 auto 18px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(137, 165, 202, .28);
  border-radius: 18px;
  background:
    linear-gradient(rgba(112, 145, 186, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 145, 186, .045) 1px, transparent 1px),
    radial-gradient(circle at 86% 12%, rgba(152, 53, 91, .18), transparent 34%),
    linear-gradient(145deg, rgba(20, 40, 67, .98), rgba(12, 27, 49, .98));
  background-size: 42px 42px, 42px 42px, auto, auto;
  box-shadow: 0 18px 46px rgba(2, 11, 25, .24);
}

.home-request-router::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #ca3f72, rgba(202, 63, 114, .38) 42%, rgba(107, 150, 204, .38) 78%, transparent);
}

.home-request-router-head {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
}

.home-request-router-kicker {
  color: #e5abc0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-request-router-head h2 {
  margin: 0;
  font-size: clamp(23px, 3vw, 29px);
  line-height: 1.08;
}

.home-request-router-head p {
  max-width: 560px;
  margin: 0;
  color: rgba(229, 237, 248, .72);
  font-size: 12.5px;
  line-height: 1.45;
}

.home-request-workflow {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.home-request-stage-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.home-request-stage-tabs::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 19px;
  right: 7%;
  left: 7%;
  height: 1px;
  background: linear-gradient(90deg, rgba(213, 83, 129, .28), rgba(132, 171, 216, .42), rgba(213, 83, 129, .28));
}

.home-request-stage {
  appearance: none;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  min-width: 0;
  min-height: 56px;
  align-items: center;
  gap: 7px;
  padding: 7px 8px;
  border: 1px solid rgba(155, 181, 214, .18);
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
  color: rgba(235, 241, 250, .78);
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
  transition: border-color .46s ease, background .56s ease, color .42s ease, box-shadow .56s cubic-bezier(.22, 1, .36, 1);
}

.home-request-stage::after {
  content: "";
  position: absolute;
  right: 9px;
  bottom: -1px;
  left: 9px;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: linear-gradient(90deg, #d64c80, #84acd9);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .52s cubic-bezier(.22, 1, .36, 1);
}

.home-request-stage-node {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(231, 159, 185, .42);
  border-radius: 50%;
  background: #102842;
  color: #efbfd0;
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: .04em;
  box-shadow: 0 0 0 4px rgba(16, 40, 66, .9);
  transition: border-color .48s ease, background .52s ease, color .42s ease, box-shadow .58s cubic-bezier(.22, 1, .36, 1);
}

.home-request-stage-copy {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.home-request-stage-copy strong {
  overflow-wrap: normal;
  color: inherit;
  font-size: 12.5px;
  line-height: 1.1;
}

.home-request-stage-copy small {
  overflow: hidden;
  color: rgba(218, 228, 242, .5);
  font-size: 8.5px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-request-stage.is-active,
.home-request-stage[aria-selected="true"] {
  border-color: rgba(229, 125, 163, .56);
  background: linear-gradient(145deg, rgba(134, 43, 77, .32), rgba(57, 82, 116, .14));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 9px 24px rgba(3, 11, 25, .2);
}

.home-request-stage.is-active::after,
.home-request-stage[aria-selected="true"]::after {
  transform: scaleX(1);
}

.home-request-stage.is-active .home-request-stage-node,
.home-request-stage[aria-selected="true"] .home-request-stage-node {
  border-color: rgba(255, 190, 214, .86);
  background: #a72d59;
  color: #fff;
  box-shadow: 0 0 0 4px rgba(167, 45, 89, .12), 0 0 18px rgba(210, 71, 121, .22);
}

.home-request-stage:focus-visible {
  outline: 2px solid #e36a94;
  outline-offset: 2px;
}

.home-request-workflow-details {
  position: relative;
  display: grid;
  min-height: 138px;
  overflow: hidden;
  border: 1px solid rgba(153, 180, 214, .2);
  border-radius: 12px;
  background:
    linear-gradient(rgba(127, 159, 201, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 159, 201, .045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(86, 35, 62, .35), rgba(18, 39, 65, .92) 52%, rgba(12, 29, 51, .96));
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
  isolation: isolate;
}

.home-request-workflow-details::before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(#d44a7d, rgba(116, 157, 207, .72));
}

.home-request-workflow-details::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 21, 43, .97) 0%,
    rgba(8, 21, 43, .91) 38%,
    rgba(8, 21, 43, .57) 68%,
    rgba(8, 21, 43, .2) 100%
  );
  pointer-events: none;
}

.home-request-workflow-bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.025);
  will-change: opacity, transform;
  transition: opacity .86s cubic-bezier(.22, .61, .36, 1), transform 1.15s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}

.home-request-workflow-bg.is-active {
  opacity: 1;
  transform: scale(1);
}

.home-request-workflow-panel {
  position: relative;
  z-index: 3;
  grid-area: 1 / 1;
  display: grid;
  min-height: 138px;
  align-content: center;
  gap: 4px;
  padding: 13px 15px 12px 17px;
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  will-change: opacity, transform, filter;
  transition: opacity .46s cubic-bezier(.4, 0, .2, 1), transform .62s cubic-bezier(.22, 1, .36, 1), filter .46s ease;
}

.home-request-workflow-panel.is-changing {
  opacity: 0;
  transform: translateY(8px) scale(.995);
  filter: blur(1.4px);
}

.home-request-workflow-code,
.home-request-workflow-panel h3,
.home-request-workflow-panel p,
.home-request-workflow-panel ul {
  position: relative;
  z-index: 1;
}

.home-request-workflow-code {
  color: #efb6cb;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-request-workflow-panel h3 {
  max-width: 56%;
  margin: 0;
  font-size: 18px;
  line-height: 1.16;
}

.home-request-workflow-panel p {
  max-width: 58%;
  margin: 0;
  color: rgba(229, 237, 248, .75);
  font-size: 11.5px;
  line-height: 1.4;
}

.home-request-workflow-panel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.home-request-workflow-panel li {
  padding: 4px 7px;
  border: 1px solid rgba(164, 190, 220, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  color: rgba(232, 239, 248, .72);
  font-size: 8.5px;
  font-weight: 750;
  line-height: 1;
}

.home-request-route-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.home-request-route {
  position: relative;
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr) auto;
  min-width: 0;
  min-height: 54px;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  padding: 8px 10px;
  border: 1px solid rgba(160, 184, 215, .2);
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .022));
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
  transition: transform .18s cubic-bezier(.22, 1, .36, 1), border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.home-request-route::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  opacity: .54;
  background: linear-gradient(90deg, #d74c80, #80a8d6 46%, transparent 92%);
  transform: scaleX(.28);
  transform-origin: left center;
  pointer-events: none;
  transition: transform .24s cubic-bezier(.22, 1, .36, 1), opacity .18s ease;
}

.home-request-route-node,
.home-request-route-copy,
.home-request-route-action {
  position: relative;
  z-index: 1;
}

.home-request-route-node {
  display: inline-grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(225, 143, 174, .38);
  border-radius: 8px;
  background: rgba(102, 35, 65, .32);
  color: #efbfd0;
  font-size: 8px;
  font-weight: 900;
}

.home-request-route-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-request-route-copy {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.home-request-route-copy small {
  color: #e7acc1;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-request-route-copy strong {
  overflow-wrap: normal;
  font-size: 11px;
  line-height: 1.2;
}

.home-request-route-action {
  color: #f1c1d2;
  font-size: 17px;
  line-height: 1;
  transition: transform .18s ease;
}

.home-request-route:hover,
.home-request-route:focus-visible {
  border-color: rgba(232, 158, 185, .65);
  background: linear-gradient(145deg, rgba(130, 44, 76, .24), rgba(255, 255, 255, .05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 12px 30px rgba(3, 12, 28, .22);
  transform: translateX(3px);
}

.home-request-route:focus-visible {
  outline: 2px solid #e36a94;
  outline-offset: 3px;
}

.home-request-route:hover::before,
.home-request-route:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

.home-request-route:hover .home-request-route-action,
.home-request-route:focus-visible .home-request-route-action {
  transform: translateX(4px);
}

@media (min-width: 900px) {
  .home-desktop-eyebrow {
    display: inline-flex !important;
  }

  .section-head .home-desktop-eyebrow {
    margin-bottom: 14px;
  }

  .home-desktop-eyebrow-router {
    margin-bottom: 12px;
  }

  .home-desktop-eyebrow-form {
    display: flex !important;
    width: min(640px, 100%);
    margin: 32px auto 12px;
  }

  .home-request-router-kicker,
  .home-request-card .home-request-kicker {
    display: none;
  }

  .home-request-head h2 {
    margin-top: 0;
  }

  .home-request-router {
    display: grid;
    margin-bottom: 0;
    grid-template-columns: minmax(250px, .34fr) minmax(0, 1fr);
    align-items: stretch;
    column-gap: 14px;
    padding: 20px;
  }

  .home-request-router-head {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) minmax(310px, .68fr);
    align-items: end;
    column-gap: 34px;
    margin-bottom: 14px;
  }

  .home-request-router-kicker {
    grid-column: 1 / -1;
  }

  .home-request-router-head h2 {
    grid-column: 1;
    font-size: clamp(27px, 2.6vw, 32px);
  }

  .home-request-router-head p {
    grid-column: 2;
    max-width: 390px;
    padding-bottom: 2px;
    justify-self: end;
  }

  .home-request-workflow {
    grid-column: 2;
    grid-row: 2;
  }

  .home-request-route-grid {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 0;
  }

  .home-request-route {
    grid-template-columns: 32px minmax(0, 1fr) auto;
    min-height: 0;
    padding: 13px 14px;
  }

  .home-request-route::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    width: 92px;
    height: 92px;
    opacity: .16;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .home-request-route-catalog::after {
    background:
      linear-gradient(rgba(143, 178, 220, .42) 1px, transparent 1px),
      linear-gradient(90deg, rgba(143, 178, 220, .42) 1px, transparent 1px);
    background-size: 22px 22px;
  }

  .home-request-route-vendors::after {
    border-radius: 50%;
    background:
      radial-gradient(circle, rgba(223, 114, 153, .72) 0 3px, transparent 4px),
      radial-gradient(circle, transparent 0 22px, rgba(143, 178, 220, .42) 23px 24px, transparent 25px),
      radial-gradient(circle, transparent 0 39px, rgba(143, 178, 220, .3) 40px 41px, transparent 42px);
  }

  .home-request-route-node {
    width: 32px;
    height: 32px;
  }

  .home-request-route-copy small {
    font-size: 8.5px;
  }

  .home-request-route-copy strong {
    max-width: 150px;
    font-size: 13px;
  }
}

.home-request-card {
  position: relative;
  width: min(640px, 100%);
  min-height: 0;
  margin-inline: auto;
  overflow: hidden;
  padding: clamp(24px, 3.2vw, 34px);
  border-color: rgba(224, 101, 145, .5);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, .1), transparent 30%),
    linear-gradient(145deg, #78243f, #4a1d31 58%, #202c47);
  box-shadow: 0 24px 64px rgba(40, 10, 24, .34);
}

.home-request-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #f06c9c, #d8a7bb 48%, transparent 90%);
}

.home-request-card::after {
  content: "";
  position: absolute;
  right: -96px;
  bottom: -118px;
  width: 250px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(255, 255, 255, .025),
    0 0 0 68px rgba(255, 255, 255, .015);
  pointer-events: none;
}

.home-request-head,
.home-request-card .sym-request-home-form {
  position: relative;
  z-index: 1;
}

.home-request-head h2 {
  max-width: none;
  margin: 7px 0 8px;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.04;
}

.home-request-kicker {
  display: block;
  color: #f3bed1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-request-head p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.55;
}

.home-request-card .sym-request-home-form {
  gap: 13px;
  margin-top: 14px;
}

.home-request-card .field label,
.home-request-card .field-label {
  color: rgba(255, 255, 255, .82);
}

.home-request-card .field-label {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-request-card .field-optional {
  color: rgba(255, 255, 255, .55);
  font-size: 10px;
  letter-spacing: .02em;
  text-transform: none;
}

.home-request-card input:not([type="file"]):not([type="radio"]):not([type="checkbox"]),
.home-request-card textarea {
  min-height: 50px;
  border-color: rgba(255, 255, 255, .2);
  background: rgba(5, 17, 31, .45);
  color: #fff;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.home-request-card input:not([type="file"]):not([type="radio"]):not([type="checkbox"]):focus,
.home-request-card textarea:focus {
  border-color: #e6a6bd;
  background: rgba(5, 17, 31, .58);
  box-shadow: 0 0 0 3px rgba(227, 106, 148, .16);
  outline: 0;
}

.home-request-card textarea {
  min-height: 96px;
  max-height: 220px;
}

.home-request-contact-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: end;
  gap: 12px;
}

.home-request-messenger {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.home-request-messenger legend {
  margin: 0 0 7px;
  padding: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-request-messenger-options {
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-request-messenger-option {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  cursor: pointer;
}

.home-request-messenger-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  opacity: 0;
}

.home-request-messenger-option > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 11px;
  background: rgba(5, 17, 31, .36);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-request-messenger-option img {
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.home-request-messenger-option img[src$="/max.svg"] {
  filter: invert(1) brightness(2.2);
}

.home-request-messenger-option .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.home-request-messenger-option:hover > span {
  border-color: rgba(240, 190, 209, .72);
  transform: translateY(-1px);
}

.home-request-messenger-option input:checked + span {
  border-color: #f0a2bd;
  background: rgba(196, 55, 102, .34);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14), 0 0 0 2px rgba(240, 162, 189, .14);
}

.home-request-messenger-option input:focus-visible + span {
  outline: 2px solid #f7d4e1;
  outline-offset: 3px;
}

.home-request-card .upload-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 46px;
  margin: 0;
  padding: 0 14px;
  gap: 9px;
  border-style: solid;
  border-color: rgba(255, 255, 255, .3);
  border-radius: 11px;
  background: rgba(5, 17, 31, .28);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.home-request-card .upload-box:hover {
  border-color: rgba(240, 190, 209, .78);
  background: rgba(255, 255, 255, .07);
  transform: translateY(-1px);
}

.home-request-card .upload-box small {
  padding-left: 9px;
  border-left: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .55);
  font-size: 10px;
  font-weight: 700;
}

.upload-box-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-request-card .file-field input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  opacity: 0;
}

.home-request-card .sym-request-files {
  margin-top: 8px;
}

.home-request-card .sym-request-file {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 44px;
  min-height: 48px;
  padding: 4px 4px 4px 8px;
  gap: 9px;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(5, 17, 31, .38);
  animation: home-request-file-in .18s ease-out both;
}

.home-request-card .sym-request-file-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-height: 30px;
  border-radius: 8px;
  background: rgba(216, 78, 126, .2);
  color: #f5c8d8;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .04em;
}

.home-request-card .sym-request-file-copy {
  align-self: center;
  overflow: hidden;
}

.home-request-card .sym-request-file-copy b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-request-card .sym-request-remove {
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border-radius: 9px;
  color: rgba(255, 255, 255, .68);
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.home-request-card .sym-request-remove:hover,
.home-request-card .sym-request-remove:focus-visible {
  color: #fff;
  background: rgba(216, 78, 126, .2);
}

@keyframes home-request-file-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

.home-request-card .form-file-warning {
  margin: 0;
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
  line-height: 1.35;
}

.home-request-consent {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 11.5px;
  line-height: 1.4;
}

.home-request-consent input {
  flex: 0 0 18px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: .12em 0 0;
  padding: 0;
  accent-color: #c43766;
}

.home-request-consent a {
  color: #f0a2bd;
  text-decoration: none;
}

.home-request-consent a:hover {
  color: #fff;
}

.home-request-actions {
  display: grid;
  gap: 8px;
}

.home-request-actions .form-status {
  min-height: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.4;
}

.home-request-actions .form-status:empty {
  display: none;
}

.home-request-actions .btn {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  border-color: #fff !important;
  background: #fff !important;
  color: #351528 !important;
  box-shadow: 0 10px 28px rgba(20, 5, 14, .22);
}

.home-request-actions .btn:hover {
  border-color: #f8d4e1 !important;
  background: #f8d4e1 !important;
  color: #351528 !important;
}

.home-request-actions .btn:disabled {
  border-color: rgba(255, 255, 255, .78) !important;
  background: rgba(255, 255, 255, .78) !important;
  color: #351528 !important;
  opacity: 1;
}

.home-request-reassurance {
  color: rgba(255, 255, 255, .58);
  font-size: 10.5px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 600px) {
  .home-request-section {
    padding-block: 30px 42px;
  }

  .home-request-card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .home-request-router {
    margin-bottom: 14px;
    padding: 15px;
    border-radius: 16px;
  }

  .home-request-router-head {
    margin-bottom: 10px;
  }

  .home-request-router-head h2 {
    font-size: 22px;
  }

  .home-request-router-head p {
    font-size: 11.5px;
  }

  .home-request-stage-tabs {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 1px 1px 5px;
    scroll-padding-inline: 1px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .home-request-stage-tabs::before {
    display: none;
  }

  .home-request-stage {
    flex: 0 0 148px;
    min-height: 56px;
    scroll-snap-align: start;
  }

  .home-request-workflow-details {
    min-height: 240px;
  }

  .home-request-workflow-details::after {
    background: linear-gradient(
      90deg,
      rgba(8, 21, 43, .98) 0%,
      rgba(8, 21, 43, .96) 50%,
      rgba(8, 21, 43, .78) 76%,
      rgba(8, 21, 43, .42) 100%
    );
  }

  .home-request-workflow-bg {
    background-position: 68% center;
  }

  .home-request-workflow-panel {
    min-height: 240px;
    align-content: center;
    padding: 18px 16px 17px 18px;
  }

  .home-request-workflow-panel h3,
  .home-request-workflow-panel p {
    max-width: 92%;
  }

  .home-request-workflow-panel h3 {
    font-size: 17px;
  }

  .home-request-workflow-panel p {
    font-size: 11px;
  }

  .home-request-workflow-panel ul {
    max-width: 94%;
  }

  .home-request-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 8px;
  }

  .home-request-route {
    min-height: 50px;
    padding: 7px 10px;
  }

  .home-request-route:hover,
  .home-request-route:focus-visible {
    transform: none;
  }

  .home-request-card .sym-request-home-form {
    margin-top: 18px;
  }

  .home-request-contact-row {
    grid-template-columns: 1fr;
  }

  .home-request-messenger-option > span {
    padding-inline: 10px;
    font-size: 11px;
  }

  .home-request-card .upload-box {
    min-height: 46px;
  }

  .home-request-card .upload-box small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-request-stage,
  .home-request-stage::after,
  .home-request-stage-node,
  .home-request-workflow-panel,
  .home-request-workflow-bg {
    animation: none !important;
  }

  .home-request-route,
  .home-request-route::before,
  .home-request-route-action,
  .home-request-card *,
  .home-request-card *::before,
  .home-request-card *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Desktop MVP: distinct solution routes and a compact router heading. */
@media (min-width: 901px) {
  .home-request-router-head {
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }

  .home-request-route {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    min-height: 78px;
    gap: 13px;
    padding: 12px 14px;
  }

  .home-request-route-node {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .home-request-route-icon svg {
    width: 22px;
    height: 22px;
  }

  .home-request-route-copy small {
    font-size: 9px;
  }

  .home-request-route-copy strong {
    font-size: 13px;
  }

  .home-request-route-catalog {
    border-color: rgba(98, 160, 220, .42);
    background: linear-gradient(135deg, rgba(39, 98, 153, .34), rgba(18, 43, 73, .72));
  }

  .home-request-route-catalog .home-request-route-node {
    border-color: rgba(130, 191, 239, .58);
    background: rgba(37, 104, 165, .35);
    color: #bfe3ff;
  }

  .home-request-route-vendors {
    border-color: rgba(219, 93, 139, .46);
    background: linear-gradient(135deg, rgba(132, 38, 74, .4), rgba(52, 25, 47, .68));
  }

  .home-request-route-vendors .home-request-route-node {
    border-color: rgba(237, 133, 172, .62);
    background: rgba(151, 42, 84, .34);
    color: #ffd2e2;
  }

  .home-request-route-catalog:hover,
  .home-request-route-catalog:focus-visible {
    border-color: rgba(141, 201, 248, .78);
    background: linear-gradient(135deg, rgba(44, 112, 175, .48), rgba(18, 43, 73, .82));
  }

  .home-request-route-vendors:hover,
  .home-request-route-vendors:focus-visible {
    border-color: rgba(241, 140, 177, .78);
    background: linear-gradient(135deg, rgba(153, 43, 85, .54), rgba(52, 25, 47, .8));
  }
}

/* Workflow timeline v2: a single engineering route with controlled auto-progress. */
.home-request-router-head {
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}

.home-request-router-kicker,
.home-request-router-head h2 {
  grid-column: 1;
}

.home-request-stage-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: visible;
  padding: 12px 8px 10px;
  border: 1px solid rgba(148, 179, 215, .23);
  border-radius: 14px;
  background:
    linear-gradient(rgba(116, 153, 197, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 153, 197, .045) 1px, transparent 1px),
    linear-gradient(145deg, rgba(8, 26, 48, .72), rgba(20, 35, 60, .5));
  background-size: 30px 30px, 30px 30px, auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
  isolation: isolate;
}

.home-request-stage-tabs::before {
  display: none;
}

.home-request-stage-rail {
  position: absolute;
  z-index: 0;
  top: 29px;
  right: calc(12.5% + 8px);
  left: calc(12.5% + 8px);
  height: 3px;
  border-radius: 999px;
  background: rgba(132, 170, 215, .25);
  box-shadow: 0 0 14px rgba(70, 132, 198, .08);
  transition: opacity .18s ease;
}

.home-request-stage-rail::after {
  content: "";
  position: absolute;
  inset: -4px 0;
  background: linear-gradient(90deg, transparent, rgba(126, 182, 237, .08), transparent);
  pointer-events: none;
}

.home-request-stage-rail-fill {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #9e2852, #c94470 68%, #e18ba8);
  box-shadow: 0 0 9px rgba(201, 68, 113, .34);
  opacity: .9;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
  transition: opacity .22s ease;
}

.home-request-stage-runner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #e1789b;
  border-radius: 50%;
  background: #fff7fa;
  box-shadow: 0 0 0 3px rgba(225, 120, 155, .14), 0 0 18px rgba(222, 76, 128, .68);
  opacity: 0;
  transform: translate(-50%, -50%);
  will-change: transform;
  transition: opacity .18s ease, box-shadow .18s ease;
}

.home-request-stage-runner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 50%;
  width: clamp(72px, 8vw, 92px);
  height: 6px;
  border-radius: 999px 0 0 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(113, 153, 198, .18) 24%, rgba(201, 68, 113, .62) 70%, rgba(255, 247, 250, .96) 100%);
  filter: blur(2px);
  opacity: 0;
  transform: translateY(-50%) scaleX(.12);
  transform-origin: right center;
  transition: opacity .2s ease, transform .24s ease;
  pointer-events: none;
}

.home-request-stage-runner::after {
  content: "";
  position: absolute;
  inset: -9px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 120, 155, .4), transparent 68%);
  opacity: 0;
  transform: scale(.7);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
}

[data-home-request-motion="travelling"] .home-request-stage-runner,
[data-home-request-motion="capturing"] .home-request-stage-runner {
  opacity: 1;
}

[data-home-request-motion="travelling"] .home-request-stage-runner::before {
  opacity: .98;
  transform: translateY(-50%) scaleX(1);
}

[data-home-request-motion="travelling"] .home-request-stage-runner::after {
  animation: home-request-wave-breathe 1s ease-in-out infinite alternate;
}

[data-home-request-motion="capturing"] .home-request-stage-runner::before {
  animation: home-request-wave-capture .52s cubic-bezier(.2, .75, .25, 1) both;
}

[data-home-request-motion="capturing"] .home-request-stage-runner::after {
  animation: home-request-wave-halo-capture .52s cubic-bezier(.2, .75, .25, 1) both;
}

.home-request-stage-rail.is-resetting .home-request-stage-rail-fill,
.home-request-stage-rail.is-resetting .home-request-stage-runner {
  opacity: 0;
}

.home-request-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 36px auto;
  min-height: 82px;
  place-items: start center;
  gap: 5px;
  padding: 0 8px 7px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: rgba(235, 242, 251, .76);
  text-align: center;
  box-shadow: none;
  transition: border-color .46s ease, background .56s ease, color .42s ease, box-shadow .56s cubic-bezier(.22, 1, .36, 1);
}

.home-request-stage::after {
  right: 18%;
  bottom: 0;
  left: 18%;
  height: 2px;
}

.home-request-stage:hover {
  color: #fff;
  background: rgba(79, 112, 151, .12);
}

.home-request-stage.is-complete {
  color: rgba(241, 232, 239, .9);
}

.home-request-stage-node {
  position: relative;
  width: 34px;
  height: 34px;
  border-color: rgba(153, 187, 225, .46);
  background: #0c223c;
  color: rgba(222, 235, 250, .9);
  font-size: 9px;
  box-shadow: 0 0 0 5px rgba(12, 34, 60, .96);
  transition: border-color .48s ease, background .52s ease, color .42s ease, box-shadow .58s cubic-bezier(.22, 1, .36, 1);
}

.home-request-stage-node::after {
  content: "";
  position: absolute;
  inset: -3px;
  border: 1px solid rgba(234, 118, 161, .62);
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
}

.home-request-stage.is-complete .home-request-stage-node {
  border-color: rgba(223, 103, 147, .72);
  color: #ffd7e5;
  box-shadow: 0 0 0 5px rgba(12, 34, 60, .96), 0 0 15px rgba(216, 75, 128, .18);
}

.home-request-stage-copy {
  justify-items: center;
  gap: 3px;
}

.home-request-stage-copy strong {
  color: inherit;
  font-size: 14px;
  line-height: 1.1;
}

.home-request-stage-copy small {
  overflow: visible;
  color: rgba(220, 231, 246, .76);
  font-size: 11px;
  font-weight: 550;
  line-height: 1.25;
  text-overflow: clip;
  white-space: normal;
}

.home-request-stage.is-active,
.home-request-stage[aria-selected="true"] {
  border-color: transparent;
  background: linear-gradient(180deg, rgba(159, 45, 87, .16), rgba(63, 91, 129, .08));
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(226, 112, 154, .18);
}

.home-request-stage.is-active .home-request-stage-node,
.home-request-stage[aria-selected="true"] .home-request-stage-node {
  border-color: rgba(255, 205, 223, .96);
  background: #ad315e;
  color: #fff;
  box-shadow: 0 0 0 5px rgba(12, 34, 60, .96), 0 0 22px rgba(225, 83, 136, .58);
}

.home-request-stage.is-arriving .home-request-stage-node::after {
  animation: home-request-node-capture .52s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes home-request-wave-capture {
  0% { opacity: .9; transform: translateY(-50%) scaleX(1); }
  72% { opacity: .36; transform: translateY(-50%) scaleX(.2); }
  100% { opacity: 0; transform: translateY(-50%) scaleX(0); }
}

@keyframes home-request-wave-breathe {
  0% { opacity: .52; transform: scale(.88); }
  100% { opacity: .9; transform: scale(1.18); }
}

@keyframes home-request-wave-halo-capture {
  0% { opacity: .72; transform: scale(1); }
  52% { opacity: .28; transform: scale(1.35); }
  100% { opacity: 0; transform: scale(.76); }
}

@keyframes home-request-node-capture {
  0% { opacity: .26; transform: scale(.85); }
  100% { opacity: 0; transform: scale(1.55); }
}

.home-request-stage:focus-visible {
  outline-offset: -2px;
}

@media (max-width: 680px) {
  body.home-page .home-request-router-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  body.home-page .home-request-stage-tabs {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    overflow: visible !important;
    padding: 10px 4px 8px !important;
  }

  body.home-page .home-request-stage-rail {
    top: 27px;
    right: calc(12.5% + 4px);
    left: calc(12.5% + 4px);
  }

  body.home-page .home-request-stage {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 82px !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 34px auto !important;
    gap: 5px !important;
    padding: 0 3px 6px !important;
  }

  body.home-page .home-request-stage-node {
    width: 32px;
    height: 32px;
    font-size: 8px;
  }

  body.home-page .home-request-stage-copy strong {
    font-size: 11.5px !important;
  }

  body.home-page .home-request-stage-copy small {
    display: block !important;
    overflow: visible !important;
    font-size: 9.5px !important;
    line-height: 1.16 !important;
    white-space: normal !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-request-stage-rail,
  .home-request-stage-rail-fill,
  .home-request-stage-runner {
    animation: none !important;
    transition: opacity .18s ease, box-shadow .18s ease !important;
  }

  .home-request-stage,
  .home-request-stage-node {
    animation: none !important;
  }
}
