/* ==========================================================================
   Contact page — Take Digital Solutions
   ========================================================================== */

.page-contact {
  --build: #1a2744;
  --build-soft: #2c4066;
  --build-glow: rgba(26, 39, 68, 0.18);
}

.page-contact .header.is-ready .nav,
.page-contact .header.is-ready .header__end {
  opacity: 1;
  transform: none;
  filter: none;
}

.page-contact .header__cta {
  box-shadow: 0 0 0 1px rgba(26, 39, 68, 0.12);
}

/* Hero uses pillar-hero; visual is a contact board instead of sculpt */
.page-contact .pillar-hero {
  background:
    radial-gradient(ellipse 90% 70% at 78% 42%, rgba(255, 255, 255, 0.92), transparent 55%),
    linear-gradient(165deg, #eef1f7 0%, #f5f5f7 44%, #e8edf4 100%);
}

.page-contact .pillar-hero__crumb em {
  color: var(--build);
}

.page-contact .pillar-hero__visual::before {
  display: none;
}

.page-contact .cu-board-wrap {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  justify-self: end;
}

.cu-board {
  position: relative;
  display: grid;
  gap: 0.75rem;
}

.cu-board__glow {
  position: absolute;
  inset: 8% -8% -12%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.9), transparent 46%),
    radial-gradient(circle at 30% 80%, rgba(26, 39, 68, 0.16), transparent 58%);
  filter: blur(28px);
  pointer-events: none;
  z-index: 0;
}

.cu-board__card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 2.75rem 1fr auto;
  gap: 0.85rem 1rem;
  align-items: center;
  padding: 1.15rem 1.2rem;
  border-radius: 1.25rem;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(248, 249, 252, 0.78));
  border: 1px solid rgba(29, 29, 31, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 1) inset,
    0 18px 40px rgba(17, 17, 17, 0.06);
  color: inherit;
  text-align: left;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s ease, border-color 0.3s;
}

a.cu-board__card:hover {
  transform: translateY(-3px);
  border-color: rgba(26, 39, 68, 0.16);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 1) inset,
    0 24px 48px rgba(17, 17, 17, 0.1);
}

.cu-board__icon {
  grid-row: 1 / span 2;
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border-radius: 0.85rem;
  color: #fff;
  background: radial-gradient(circle at 32% 28%, #7a93b8, #1a2744 62%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 10px 20px rgba(26, 39, 68, 0.28);
}

.cu-board__card--status .cu-board__icon {
  background: radial-gradient(circle at 32% 28%, #9be3b4, #2d8a55 62%);
}

.cu-board__card--path .cu-board__icon {
  background: radial-gradient(circle at 32% 28%, #ffc898, #ff5c1a 58%, #a02e00);
  grid-row: 1 / span 3;
}

a.cu-board__card--path .cu-board__go {
  grid-row: 1 / span 3;
}

.cu-board__kicker {
  grid-column: 2;
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(29, 29, 31, 0.4);
}

.cu-board__value {
  grid-column: 2;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.cu-board__go {
  grid-column: 3;
  grid-row: 1 / span 2;
  font-size: 0.92rem;
  color: rgba(29, 29, 31, 0.38);
  transition: transform 0.35s var(--ease-out), color 0.3s;
}

a.cu-board__card:hover .cu-board__go {
  color: var(--ink);
  transform: translateX(3px);
}

.cu-board__steps {
  grid-column: 2 / span 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.7rem;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  color: rgba(29, 29, 31, 0.48);
}

.cu-board__steps span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.cu-board__steps i {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.45;
}

/* Channels */
.cu-channels {
  position: relative;
  padding: 1.5rem 0 4.5rem;
  overflow: hidden;
}

.cu-channels__field {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 40% 50% at 12% 80%, rgba(26, 39, 68, 0.05), transparent 60%),
    radial-gradient(ellipse 36% 40% at 90% 20%, rgba(255, 92, 26, 0.05), transparent 62%);
}

.cu-channels .shell {
  position: relative;
  z-index: 1;
}

.cu-channels__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.cu-channels__card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.45rem 1.4rem 1.35rem;
  border-radius: 1.4rem;
  overflow: hidden;
  color: inherit;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(248, 249, 252, 0.82));
  border: 1px solid rgba(29, 29, 31, 0.07);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 1) inset,
    0 16px 36px rgba(17, 17, 17, 0.05);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s ease, border-color 0.3s;
}

.cu-channels__card:hover {
  transform: translateY(-4px);
  border-color: rgba(26, 39, 68, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 1) inset,
    0 24px 48px rgba(17, 17, 17, 0.1);
}

.cu-channels__orb {
  position: absolute;
  top: -1.2rem;
  right: -0.8rem;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  opacity: 0.28;
  filter: blur(1px);
  pointer-events: none;
}

.cu-channels__card--build .cu-channels__orb {
  background: radial-gradient(circle at 32% 28%, #a8bddc, #1a2744 62%);
}

.cu-channels__card--sell .cu-channels__orb {
  background: radial-gradient(circle at 32% 28%, #ffc898, #ff5c1a 62%);
}

.cu-channels__card--scale .cu-channels__orb {
  background: radial-gradient(circle at 32% 28%, #7a9bb8, #3d5a80 62%);
}

.cu-channels__num {
  position: relative;
  display: block;
  margin-bottom: 0.85rem;
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(29, 29, 31, 0.38);
}

.cu-channels__card h2,
.cu-channels__card h3 {
  position: relative;
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.cu-channels__card p {
  position: relative;
  margin: 0 0 1.1rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(29, 29, 31, 0.52);
  flex: 1;
}

.cu-channels__go {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  font-size: 0.86rem;
  font-weight: 560;
  color: rgba(29, 29, 31, 0.55);
  transition: color 0.3s, gap 0.35s var(--ease-out);
}

.cu-channels__card:hover .cu-channels__go {
  color: var(--ink);
  gap: 0.55rem;
}

/* Form extras */
.page-contact .cta {
  --cu-accent: #7a93b8;
  padding-top: clamp(4.5rem, 9vw, 7.5rem);
}

.page-contact .cta__atmosphere {
  background:
    radial-gradient(ellipse 48% 58% at 84% 38%, rgba(255, 255, 255, 0.16), transparent 56%),
    radial-gradient(ellipse 32% 40% at 92% 62%, rgba(255, 92, 26, 0.18), transparent 62%),
    radial-gradient(ellipse 38% 46% at 6% 78%, rgba(26, 39, 68, 0.62), transparent 64%),
    radial-gradient(ellipse 24% 28% at 42% 18%, rgba(90, 122, 160, 0.18), transparent 70%),
    linear-gradient(165deg, #17181c 0%, #080808 46%, #0a1018 100%);
}

.page-contact .cta__watermark {
  color: rgba(255, 255, 255, 0.045);
}

.page-contact .consult:focus-within {
  transform: none;
}

.page-contact .cta__copy h2 {
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.page-contact .cta__points {
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: visible;
}

.page-contact .cta__points li {
  position: relative;
  align-items: center;
  padding: 1.05rem 1.2rem;
  transition: background 0.35s ease, border-color 0.35s ease;
}

.page-contact .cta__points li.is-on {
  background: rgba(255, 255, 255, 0.05);
}

.page-contact .cta__points li.is-on span {
  color: #fff;
  background: radial-gradient(circle at 32% 28%, color-mix(in srgb, var(--cu-accent, #7a93b8) 55%, #fff), rgba(255, 255, 255, 0.08) 62%);
  border-color: rgba(255, 255, 255, 0.28);
}

.page-contact .cta__points li.is-done span {
  color: #111;
  background: #fff;
  border-color: #fff;
}

.page-contact .cta__points li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 2.05rem;
  bottom: -1px;
  width: 1px;
  height: 0.35rem;
  background: rgba(255, 255, 255, 0.16);
}

.page-contact .cta__points span {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.78);
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.05) 62%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.page-contact .cta__mail {
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.consult--page {
  --cu-accent: #7a93b8;
  gap: 1.45rem;
  padding: clamp(1.75rem, 3.6vw, 2.45rem);
  border-radius: 1.75rem;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035) 42%, rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.48),
    0 12px 28px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.consult--page[data-accent="build"],
.page-contact .cta[data-accent="build"] { --cu-accent: #7a93b8; }
.consult--page[data-accent="sell"],
.page-contact .cta[data-accent="sell"] { --cu-accent: #ff5c1a; }
.consult--page[data-accent="scale"],
.page-contact .cta[data-accent="scale"] { --cu-accent: #5a7aa0; }
.consult--page[data-accent="full"],
.page-contact .cta[data-accent="full"] { --cu-accent: #ffffff; }

.consult--page .consult__head,
.consult--page .cu-form__block,
.consult--page .cu-form__steps,
.consult--page .cu-form__foot,
.consult--page .cu-form__submit,
.consult--page .consult__note,
.consult--page .cu-form__done {
  position: relative;
  z-index: 1;
}

.consult--page .consult__row {
  align-items: start;
}

.cu-form__glow,
.cu-form__mesh,
.cu-form__spot,
.cu-form__rim {
  position: absolute;
  pointer-events: none;
}

.cu-form__glow {
  inset: -18% -8% auto auto;
  width: 70%;
  height: 55%;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--cu-accent) 42%, transparent), transparent 68%);
  filter: blur(28px);
  opacity: 0.55;
  z-index: 0;
  transition: background 0.5s ease, opacity 0.45s ease;
}

.cu-form__mesh {
  inset: 0;
  z-index: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 72%);
}

.cu-form__spot {
  --sx: 72%;
  --sy: 18%;
  inset: 0;
  z-index: 0;
  background: radial-gradient(420px 280px at var(--sx) var(--sy), rgba(255, 255, 255, 0.1), transparent 58%);
  transition: background 0.12s linear;
}

.cu-form__rim {
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.consult--page .consult__head {
  padding-bottom: 0.15rem;
  border-bottom: none;
}

.cu-form__steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  list-style: none;
  margin: 0 0 0.15rem;
  padding: 0 0 1.05rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cu-form__steps li {
  position: relative;
}

.cu-form__steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0.82rem;
  left: calc(50% + 1.15rem);
  right: calc(-50% + 1.15rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.cu-form__steps li.is-done:not(:last-child)::after {
  background: color-mix(in srgb, var(--cu-accent) 65%, #fff);
}

.cu-form__steps button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.38rem;
  width: 100%;
  padding: 0;
  background: none;
  border: 0;
  color: rgba(255, 255, 255, 0.38);
  cursor: pointer;
  font: inherit;
  transition: color 0.3s;
}

.cu-form__steps button:hover,
.cu-form__steps li.is-current button,
.cu-form__steps li.is-done button {
  color: rgba(255, 255, 255, 0.82);
}

.cu-form__steps b {
  width: 1.65rem;
  height: 1.65rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 0.6rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: background 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.cu-form__steps span {
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cu-form__steps li.is-current b {
  color: #fff;
  border-color: color-mix(in srgb, var(--cu-accent) 70%, #fff);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--cu-accent) 18%, transparent);
}

.cu-form__steps li.is-done b {
  color: #111;
  background: #fff;
  border-color: #fff;
}

.cu-form__steps li.is-done.is-current b {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--cu-accent) 18%, transparent);
}

.cu-form__steps button:focus-visible {
  outline: none;
}

.cu-form__steps button:focus-visible b {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.22);
}

.cu-cta__time {
  margin: -1.15rem 0 1.6rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.4);
}

.consult--page.is-ready .cu-form__submit {
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.16),
    0 0 40px color-mix(in srgb, var(--cu-accent) 28%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.consult--page .consult__status {
  padding: 0.42rem 0.78rem 0.42rem 0.7rem;
  border-radius: 999px;
  background: rgba(125, 222, 160, 0.1);
  border-color: rgba(125, 222, 160, 0.28);
  color: #c8f5d8;
  box-shadow: 0 0 24px rgba(125, 222, 160, 0.12);
}

.consult--page .consult__status::before {
  animation: cu-status 2.2s ease-in-out infinite;
}

@keyframes cu-status {
  0%, 100% { box-shadow: 0 0 0 3px rgba(125, 222, 160, 0.18); }
  50% { box-shadow: 0 0 0 6px rgba(125, 222, 160, 0.08); }
}

.cu-form__block {
  padding: 0.15rem 0 0.1rem;
  border-radius: 1.15rem;
  transition: background 0.35s ease;
}

.cu-form__block.is-active {
  background: rgba(255, 255, 255, 0.025);
  margin: 0 -0.55rem;
  padding: 0.7rem 0.55rem 0.75rem;
}

.cu-form__legend {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin: 0 0 0.8rem;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.cu-form__legend em {
  font-style: normal;
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
  color: color-mix(in srgb, var(--cu-accent) 70%, #fff);
}

.cu-form__picks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.cu-form__pick {
  position: relative;
  cursor: pointer;
}

.cu-form__pick input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.cu-form__pick-ui {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 0.7rem;
  row-gap: 0.08rem;
  align-items: center;
  min-height: 4.7rem;
  padding: 0.9rem 0.9rem 0.9rem 0.95rem;
  border-radius: 1.1rem;
  color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 3px 0 0 var(--pick, rgba(255, 255, 255, 0.18));
  transition:
    background 0.35s,
    color 0.3s,
    border-color 0.3s,
    box-shadow 0.35s,
    transform 0.4s var(--ease);
}

.cu-form__pick-ui::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 18% 20%, color-mix(in srgb, var(--pick) 28%, transparent), transparent 62%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.cu-form__pick--build { --pick: #7a93b8; }
.cu-form__pick--sell { --pick: #ff5c1a; }
.cu-form__pick--scale { --pick: #5a7aa0; }
.cu-form__pick--full { --pick: #fff; }

.cu-form__pick-orb {
  position: relative;
  z-index: 1;
  grid-row: 1 / span 2;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, #fff, var(--pick) 52%, color-mix(in srgb, var(--pick) 38%, #000));
  box-shadow:
    0 8px 16px color-mix(in srgb, var(--pick) 48%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    inset 0 -4px 8px color-mix(in srgb, var(--pick) 35%, #000);
}

.cu-form__pick-check {
  grid-column: 3;
  grid-row: 1 / span 2;
  z-index: 1;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.32);
  position: relative;
  opacity: 0.7;
  transition: background 0.3s, border-color 0.3s, opacity 0.3s, transform 0.35s var(--ease);
}

.cu-form__pick-check::after {
  content: "";
  position: absolute;
  left: 0.34rem;
  top: 0.26rem;
  width: 0.28rem;
  height: 0.48rem;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg) scale(0.6);
  opacity: 0;
}

.cu-form__pick-ui b,
.cu-form__pick-ui em,
.cu-form__pick-check {
  position: relative;
  z-index: 1;
}

.cu-form__pick-ui b {
  grid-column: 2;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.96);
}

.cu-form__pick-ui em {
  grid-column: 2;
  font-style: normal;
  font-size: 0.74rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.5);
}

.cu-form__pick:hover .cu-form__pick-ui {
  border-color: color-mix(in srgb, var(--pick) 55%, #fff);
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 3px 0 0 var(--pick),
    0 16px 32px rgba(0, 0, 0, 0.26),
    0 0 28px color-mix(in srgb, var(--pick) 22%, transparent);
}

.cu-form__pick:hover .cu-form__pick-ui::before {
  opacity: 1;
}

.cu-form__pick input:focus-visible + .cu-form__pick-ui {
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow:
    inset 3px 0 0 var(--pick),
    0 0 0 3px rgba(255, 255, 255, 0.12);
}

.cu-form__pick input:checked + .cu-form__pick-ui {
  color: var(--ink);
  background: linear-gradient(180deg, #fff, #f3f4f7);
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 #fff,
    inset 3px 0 0 var(--pick),
    0 16px 32px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.4);
}

.cu-form__pick input:checked + .cu-form__pick-ui b,
.cu-form__pick input:checked + .cu-form__pick-ui em {
  color: var(--ink);
}

.cu-form__pick input:checked + .cu-form__pick-ui em {
  color: rgba(29, 29, 31, 0.5);
}

.cu-form__pick input:checked + .cu-form__pick-ui .cu-form__pick-check {
  opacity: 1;
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.cu-form__pick input:checked + .cu-form__pick-ui .cu-form__pick-check::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.cu-form__hint {
  margin: 0.8rem 0 0;
  padding-left: 0.15rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.58);
  min-height: 1.3em;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cu-form__hint.is-swap,
.cu-form__prompt.is-swap {
  opacity: 0;
  transform: translateY(4px);
}

.cu-form__prompt {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cu-field {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.cu-field input,
.cu-field textarea {
  font: inherit;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 1rem;
  padding: 1.45rem 2.4rem 0.72rem 1.1rem;
  outline: none;
  width: 100%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -18px 28px rgba(0, 0, 0, 0.12);
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
}

.cu-field textarea {
  min-height: 7.4rem;
  resize: none;
  line-height: 1.5;
  padding-top: 1.55rem;
  padding-right: 1.1rem;
}

.cu-field__label {
  position: absolute;
  left: 1.1rem;
  top: 1.08rem;
  font-size: 0.95rem;
  font-weight: 520;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.58);
  pointer-events: none;
  transform-origin: left top;
  transition: transform 0.28s var(--ease), color 0.28s, font-size 0.28s, letter-spacing 0.28s;
}

.cu-field.is-focused .cu-field__label,
.cu-field.is-filled .cu-field__label,
.cu-field input:not(:placeholder-shown) + .cu-field__label,
.cu-field textarea:not(:placeholder-shown) + .cu-field__label,
.cu-field input:focus + .cu-field__label,
.cu-field textarea:focus + .cu-field__label {
  transform: translateY(-0.64rem) scale(0.76);
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 650;
}

.cu-field.is-focused .cu-field__label,
.cu-field input:focus + .cu-field__label,
.cu-field textarea:focus + .cu-field__label {
  color: color-mix(in srgb, var(--cu-accent) 45%, #fff);
}

.cu-field__mark {
  position: absolute;
  top: 0.78rem;
  right: 1rem;
  font-size: 0.6rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.46);
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.cu-field.is-focused .cu-field__mark,
.cu-field.is-filled .cu-field__mark {
  opacity: 0.28;
}

.cu-field.is-valid .cu-field__mark,
.cu-field.is-invalid .cu-field__mark {
  opacity: 0;
}

.cu-field__ok {
  position: absolute;
  top: 1.15rem;
  right: 1rem;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: #7ddea0;
  color: #111;
  opacity: 0;
  transform: scale(0.7);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.3s var(--ease);
}

.cu-field__ok::after {
  content: "";
  position: absolute;
  left: 0.34rem;
  top: 0.22rem;
  width: 0.26rem;
  height: 0.44rem;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: rotate(45deg);
}

.cu-field.is-valid .cu-field__ok {
  opacity: 1;
  transform: scale(1);
}

.cu-field input:focus,
.cu-field textarea:focus {
  border-color: color-mix(in srgb, var(--cu-accent) 60%, #fff);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 0 3px color-mix(in srgb, var(--cu-accent) 22%, transparent),
    0 12px 28px rgba(0, 0, 0, 0.18);
}

.cu-field.is-valid input,
.cu-field.is-valid textarea {
  border-color: rgba(125, 222, 160, 0.42);
}

.cu-field.is-invalid input,
.cu-field.is-invalid textarea {
  border-color: rgba(255, 138, 122, 0.8);
  box-shadow: 0 0 0 3px rgba(255, 138, 122, 0.16);
}

.cu-field__error {
  margin: 0.4rem 0.15rem 0;
  font-size: 0.78rem;
  color: #ffb4a8;
  min-height: 0;
}

.cu-form__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.55rem;
}

.cu-form__starters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.7rem 0 0;
}

.cu-form__starter {
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 560;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  cursor: pointer;
  transition: background 0.25s, color 0.25s, border-color 0.25s, transform 0.3s var(--ease);
}

.cu-form__starter:hover,
.cu-form__starter.is-on {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.cu-form__starter:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.14);
}

.cu-form__prompt {
  margin: 0;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}

.cu-form__count {
  flex-shrink: 0;
  margin: 0;
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.4);
  opacity: 0.7;
  transition: opacity 0.25s ease, color 0.25s;
}

.cu-field--area.is-focused + .cu-form__starters + .cu-form__meta .cu-form__count,
.cu-field--area.is-filled + .cu-form__starters + .cu-form__meta .cu-form__count {
  opacity: 1;
}

.cu-form__count.is-near { color: rgba(255, 210, 140, 0.85); }
.cu-form__count.is-over { color: #ffb4a8; }

.cu-form__foot {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.15rem;
}

.cu-form__expect {
  margin: 0;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.42);
}

.consult--page.is-ready .cu-form__expect {
  color: rgba(255, 255, 255, 0.58);
}

.cu-form__submit {
  position: relative;
  overflow: hidden;
  margin-top: 0.2rem;
  isolation: isolate;
  opacity: 0.62;
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition: opacity 0.3s ease, box-shadow 0.35s ease, transform 0.35s var(--ease);
}

.consult--page.is-ready .cu-form__submit {
  opacity: 1;
}

.cu-form__submit-wash {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.55) 48%, transparent 66%);
  transform: translateX(-120%);
  opacity: 0.55;
}

.cu-form__submit:hover .cu-form__submit-wash {
  animation: cu-btn-sheen 0.9s var(--ease);
}

.cu-form__submit span:not(.cu-form__submit-wash) {
  position: relative;
  z-index: 1;
}

.consult--page.is-busy .cu-form__submit {
  opacity: 0.72;
  pointer-events: none;
}

.cu-form__arrow {
  transition: transform 0.35s var(--ease);
}

.cu-form__submit:hover .cu-form__arrow {
  transform: translateX(4px);
}

@keyframes cu-btn-sheen {
  to { transform: translateX(120%); }
}

.consult--page.is-sent .consult__head,
.consult--page.is-sent .cu-form__block,
.consult--page.is-sent .cu-form__steps,
.consult--page.is-sent .cu-form__foot,
.consult--page.is-sent .cu-form__submit,
.consult--page.is-sent .consult__note,
.consult--page.is-sent .cu-form__progress {
  display: none;
}

.cu-form__done {
  display: grid;
  justify-items: start;
  gap: 0.7rem;
  padding: 0.35rem 0 0.15rem;
}

.cu-form__done[hidden] {
  display: none;
}

.cu-form__done-mark {
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  color: #9be3b4;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.18), rgba(125, 222, 160, 0.12));
  border: 1px solid rgba(125, 222, 160, 0.32);
  box-shadow: 0 0 32px rgba(125, 222, 160, 0.18);
}

.cu-form__done h3 {
  margin: 0.2rem 0 0;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.cu-form__done p {
  margin: 0;
  max-width: 28rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

.cu-form__next {
  list-style: none;
  display: grid;
  gap: 0.45rem;
  width: 100%;
  max-width: 28rem;
  margin: 0.35rem 0 0;
  padding: 0.85rem 0.95rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cu-form__next li {
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  gap: 0.55rem;
  align-items: baseline;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.62);
}

.cu-form__next b {
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  color: color-mix(in srgb, var(--cu-accent) 55%, #fff);
}

.cu-form__done-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.55rem;
}

.cu-form__ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 560;
  color: var(--ink);
  background: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  transition: transform 0.3s var(--ease), opacity 0.3s;
}

.cu-form__ghost:hover {
  transform: translateY(-1px);
}

.cu-form__ghost.is-copied {
  background: #9be3b4;
  border-color: #9be3b4;
}

.cu-form__text {
  padding: 0.65rem 0.4rem;
  font-size: 0.86rem;
  font-weight: 560;
  color: rgba(255, 255, 255, 0.62);
  background: none;
  border: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.cu-form__text:hover {
  color: #fff;
}

.consult--page.is-sent .cu-form__done-mark {
  animation: cu-pop 0.5s var(--ease);
}

.consult--page.is-shake {
  animation: cu-shake 0.42s var(--ease);
}

@keyframes cu-shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-7px); }
  40% { transform: translateX(6px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(3px); }
}

.cu-dock {
  display: none;
}

@keyframes cu-autofill {
  from { opacity: 1; }
  to { opacity: 1; }
}

.cu-field input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  animation: cu-autofill 0.01s;
  transition: background-color 9999s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .cu-form__pick-ui,
  .cu-field__label,
  .cu-form__arrow,
  .consult--page.is-sent .cu-form__done-mark,
  .consult--page .consult__status::before,
  .cu-form__submit-wash,
  .consult--page.is-shake,
  .cu-form__hint,
  .cu-form__prompt,
  .cu-form__starter,
  .cu-form__ok,
  .cu-form__steps b {
    transition: none;
    animation: none;
  }
}

@media (max-width: 640px) {
  .cu-form__picks {
    grid-template-columns: 1fr 1fr;
  }

  .cu-form__pick-ui {
    min-height: 4.1rem;
    padding: 0.75rem 0.7rem 0.75rem 0.75rem;
    column-gap: 0.55rem;
  }

  .cu-form__pick-ui em {
    font-size: 0.68rem;
  }

  .cu-form__pick-orb {
    width: 1.3rem;
    height: 1.3rem;
  }

  .cu-form__block.is-active {
    margin: 0;
    padding: 0.15rem 0 0.1rem;
    background: none;
  }

  .cu-form__steps {
    padding-bottom: 0.9rem;
  }

  .cu-form__steps span {
    font-size: 0.58rem;
  }
}

/* Three-pillar next */
.page-contact .pillar-next {
  padding-top: 5.5rem;
}

.page-contact .pillar-next__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-contact .pillar-next__go {
  display: none;
}

.page-contact .pillar-next__card {
  grid-template-columns: auto 1fr;
}

/* Compact FAQ */
.cu-faq {
  position: relative;
  padding: 2rem 0 5.5rem;
}

.cu-faq__grid {
  display: grid;
  gap: 2.5rem;
}

.cu-faq__head h2 {
  margin: 0.4rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 2.7rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--ink);
}

.cu-faq__head p {
  max-width: 32rem;
  color: var(--mute);
  font-size: 1.02rem;
  line-height: 1.55;
}

@media (min-width: 900px) {
  .cu-faq__grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 3.5rem;
    align-items: start;
  }
}

@media (max-width: 1100px) {
  .page-contact .pillar-next__grid {
    grid-template-columns: 1fr;
  }

  .page-contact .pillar-next__go {
    display: block;
  }

  .page-contact .pillar-next__card {
    grid-template-columns: auto 1fr auto;
  }
}

@media (max-width: 980px) {
  .page-contact .pillar-hero__visual {
    order: 0;
    min-height: 0;
    justify-content: flex-start;
  }

  .page-contact .cu-board-wrap {
    justify-self: stretch;
    width: 100%;
  }

  .cu-channels__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cu-board__value {
    font-size: 0.95rem;
  }

  .cu-channels {
    padding-bottom: 3rem;
  }

  .cu-dock {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.9rem 1.15rem;
    border-radius: 999px;
    color: #fff;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.4s var(--ease-out), opacity 0.3s ease;
  }

  .cu-dock b {
    font-weight: 500;
  }

  .cu-dock.is-away {
    transform: translateY(8px);
    opacity: 0;
    pointer-events: none;
  }

  .page-contact {
    padding-bottom: 4.5rem;
  }
}
