.sh-consent-flow {
  position: relative;
  overflow: hidden;
  scroll-margin-top: calc(var(--sh-nav-h) + 56px);
  background:
    radial-gradient(circle at 88% 10%, rgba(139, 92, 246, 0.12), transparent 30%),
    linear-gradient(180deg, #fbf9fc 0%, var(--sh-paper) 100%);
  color: var(--sh-dark-ink);
}

.sh-consent-flow::before {
  position: absolute;
  top: 5%;
  right: -8vw;
  width: clamp(220px, 32vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(139, 92, 246, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgba(139, 92, 246, 0.04),
    0 0 0 96px rgba(240, 86, 140, 0.025);
  content: "";
  pointer-events: none;
}

.sh-consent-flow .sh-section__header,
.sh-consent-map {
  position: relative;
  z-index: 1;
}

.sh-consent-flow .sh-section__body {
  color: #4d4359;
}

.sh-consent-flow .sh-section__eyebrow {
  color: #672b73;
}

.sh-consent-map {
  border-top: 1px solid rgba(21, 12, 38, 0.16);
}

.sh-consent-map__request {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(240px, 1.05fr) minmax(420px, 1.5fr);
  align-items: center;
  gap: clamp(22px, 3vw, 44px);
  margin-top: 24px;
  padding: clamp(26px, 4vw, 52px);
  overflow: hidden;
  border-radius: clamp(22px, 3vw, 38px);
  background:
    radial-gradient(circle at 100% 0%, rgba(240, 86, 140, 0.22), transparent 38%),
    linear-gradient(120deg, #150c26 0%, #21143c 100%);
  color: var(--sh-ink);
  box-shadow: 0 32px 80px rgba(21, 12, 38, 0.16);
}

.sh-consent-map__request::after {
  position: absolute;
  right: -80px;
  bottom: -165px;
  width: 340px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.sh-consent-map__request-mark {
  display: grid;
  width: clamp(64px, 6vw, 84px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #d3b8ff;
}

.sh-consent-map__request-mark svg {
  width: 58%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.sh-consent-map__label,
.sh-consent-journey__signal {
  margin: 0 0 10px;
  color: #d5c3ed;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.sh-consent-map__request-copy h3 {
  max-width: 21ch;
  margin: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.sh-consent-map__request-copy > p:last-child {
  max-width: 46ch;
  margin: 16px 0 0;
  color: #d7cce2;
  font-size: 14px;
  line-height: 1.65;
}

.sh-consent-map__terms {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sh-consent-map__terms div {
  min-width: 0;
  padding: 17px clamp(10px, 1.5vw, 20px);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.sh-consent-map__terms div:first-child {
  padding-left: 0;
}

.sh-consent-map__terms div:last-child {
  padding-right: 0;
  border-right: 0;
}

.sh-consent-map__terms dt {
  color: #cdb2fb;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sh-consent-map__terms dd {
  margin: 7px 0 0;
  color: #fff;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.35;
}

.sh-consent-journey {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: clamp(54px, 6vw, 82px) 0 0;
  padding: 0;
  list-style: none;
}

.sh-consent-journey li {
  position: relative;
  min-width: 0;
  padding-right: clamp(16px, 2vw, 28px);
}

.sh-consent-journey li:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: 34px;
  left: 72px;
  width: calc(100% - 72px);
  height: 1px;
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.62), rgba(139, 92, 246, 0.18));
  content: "";
}

.sh-consent-journey li:not(:last-child)::before {
  position: absolute;
  z-index: 1;
  top: 31px;
  right: 12px;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(139, 92, 246, 0.62);
  border-right: 1px solid rgba(139, 92, 246, 0.62);
  content: "";
  transform: rotate(45deg);
}

.sh-consent-journey__icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 68px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(21, 12, 38, 0.14);
  border-radius: 50%;
  background: #fff;
  color: #6f3d89;
  box-shadow: 0 12px 30px rgba(21, 12, 38, 0.09);
  transition: color 220ms var(--sh-ease), transform 220ms var(--sh-ease), box-shadow 220ms var(--sh-ease);
}

.sh-consent-journey__icon svg {
  width: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.sh-consent-journey__copy {
  max-width: 19ch;
  padding-top: 24px;
}

.sh-consent-journey__signal {
  min-height: 2.7em;
  margin-bottom: 7px;
  color: #6b567c;
  font-size: 8px;
}

.sh-consent-journey h3 {
  margin: 0;
  color: var(--sh-dark-ink);
  font-size: clamp(20px, 1.7vw, 27px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.sh-consent-journey__copy > p:last-child {
  margin: 12px 0 0;
  color: #554b60;
  font-size: 13px;
  line-height: 1.58;
}

.sh-consent-journey li:hover .sh-consent-journey__icon,
.sh-consent-journey li:focus-within .sh-consent-journey__icon {
  color: var(--sh-pink);
  box-shadow: 0 18px 40px rgba(111, 61, 137, 0.18);
  transform: translateY(-5px);
}

.sh-consent-map__principle {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: clamp(42px, 5vw, 68px) 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(21, 12, 38, 0.16);
  color: #554b60;
  font-size: clamp(14px, 1.3vw, 17px);
  line-height: 1.55;
}

.sh-consent-map__principle strong {
  flex: 0 0 auto;
  color: #6f3d89;
}

@media (max-width: 1100px) {
  .sh-consent-map__request {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .sh-consent-map__terms {
    grid-column: 1 / -1;
  }

  .sh-consent-journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 48px;
  }

  .sh-consent-journey li:nth-child(3)::after,
  .sh-consent-journey li:nth-child(3)::before {
    display: none;
  }
}

@media (max-width: 700px) {
  .sh-consent-flow::before {
    right: -42vw;
  }

  .sh-consent-map__request {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 12px;
    padding: 26px 22px;
    border-radius: 22px;
  }

  .sh-consent-map__request-mark {
    width: 62px;
  }

  .sh-consent-map__terms {
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-consent-map__terms div,
  .sh-consent-map__terms div:first-child,
  .sh-consent-map__terms div:last-child {
    padding: 14px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .sh-consent-map__terms div:nth-child(2n) {
    border-right: 0;
  }

  .sh-consent-map__terms div:nth-child(n + 3) {
    border-bottom: 0;
  }

  .sh-consent-journey {
    position: relative;
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 44px;
  }

  .sh-consent-journey::before {
    position: absolute;
    top: 34px;
    bottom: 34px;
    left: 31px;
    width: 1px;
    background: linear-gradient(180deg, rgba(139, 92, 246, 0.62), rgba(240, 86, 140, 0.3));
    content: "";
  }

  .sh-consent-journey li {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 20px;
    padding: 0;
  }

  .sh-consent-journey li::after,
  .sh-consent-journey li::before {
    display: none;
  }

  .sh-consent-journey__icon {
    width: 62px;
  }

  .sh-consent-journey__copy {
    max-width: none;
    padding: 3px 0 18px;
  }

  .sh-consent-journey__signal {
    min-height: 0;
  }

  .sh-consent-map__principle {
    display: block;
  }

  .sh-consent-map__principle strong {
    display: block;
    margin-bottom: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-consent-journey__icon {
    transition: none;
  }
}
