/* =========================================================
   WEBSDOCS CONTACT
   Action-first public contact page
   Full-width / 8K responsive
========================================================= */

.wd-contact-page,
.wd-contact-page *,
.wd-contact-page *::before,
.wd-contact-page *::after {
  box-sizing: border-box;
}

.wd-contact-page {
  --wdc-edge: clamp(18px, 2.35vw, 220px);
  --wdc-ink: #07182d;
  --wdc-ink-2: #173b5a;
  --wdc-muted: #647c94;
  --wdc-blue: #2d74ce;
  --wdc-blue-2: #4b98eb;
  --wdc-cyan: #19b7cf;
  --wdc-green: #198d70;
  --wdc-line: rgba(66, 108, 151, 0.15);
  --wdc-soft: #f2f7fc;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: clip;
  color: var(--wdc-ink);
}

.wd-contact-page a {
  text-underline-offset: 0.18em;
}


/* =========================================================
   SHARED
========================================================= */

.wd-contact-kicker {
  margin: 0;
  color: #4d91d6;
  font-size: clamp(11px, 0.58vw, 28px);
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wd-contact-btn {
  min-height: clamp(54px, 3.2vw, 160px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(9px, 0.5vw, 24px);
  padding: 0 clamp(20px, 1.25vw, 64px);
  border-radius: clamp(14px, 0.72vw, 36px);
  border: 1px solid transparent;
  text-decoration: none;
  font-size: clamp(11px, 0.58vw, 28px);
  font-weight: 850;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.wd-contact-btn:hover {
  transform: translateY(-2px);
}

.wd-contact-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #2b70c8, #3c91e7);
  box-shadow: 0 18px 48px rgba(41, 113, 195, 0.26);
}

.wd-contact-btn--quiet {
  color: #c9d9e8;
  border-color: rgba(165, 202, 237, 0.18);
  background: rgba(255,255,255,0.045);
}


/* =========================================================
   HERO
========================================================= */

.wd-contact-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      #08192b 0%,
      #0b2542 56%,
      #0e3354 100%
    );
  color: #f7fbff;
}

.wd-contact-hero__ambient,
.wd-contact-hero__grid,
.wd-contact-hero__glow {
  position: absolute;
  pointer-events: none;
}

.wd-contact-hero__ambient {
  inset: 0;
  overflow: hidden;
}

.wd-contact-hero__grid {
  inset: 0;
  opacity: 0.52;
  background-image:
    linear-gradient(rgba(126, 175, 220, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 175, 220, 0.05) 1px, transparent 1px);
  background-size:
    clamp(50px, 3vw, 220px)
    clamp(50px, 3vw, 220px);
  mask-image:
    linear-gradient(180deg, rgba(0,0,0,.75), rgba(0,0,0,.36) 84%, transparent);
}

.wd-contact-hero__glow {
  border-radius: 50%;
}

.wd-contact-hero__glow--one {
  width: min(50vw, 3600px);
  aspect-ratio: 1;
  right: -15%;
  top: -30%;
  background:
    radial-gradient(circle, rgba(67, 155, 247, 0.22), transparent 68%);
}

.wd-contact-hero__glow--two {
  width: min(38vw, 2800px);
  aspect-ratio: 1;
  left: -14%;
  bottom: -34%;
  background:
    radial-gradient(circle, rgba(24, 184, 207, 0.13), transparent 68%);
}

.wd-contact-hero__shell {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  min-height: clamp(650px, 47vw, 2600px);
  padding:
    clamp(88px, 5.6vw, 360px)
    var(--wdc-edge)
    clamp(84px, 5.4vw, 350px);
  display: grid;
  grid-template-columns:
    minmax(0, 1.2fr)
    minmax(360px, 0.8fr);
  gap: clamp(54px, 5vw, 340px);
  align-items: center;
}

.wd-contact-hero__copy {
  min-width: 0;
}

.wd-contact-hero__copy h1 {
  margin: clamp(18px, 1.1vw, 54px) 0 0;
  color: #f8fbff;
  font-size: clamp(64px, 5.25vw, 286px);
  font-weight: 830;
  line-height: 0.91;
  letter-spacing: -0.064em;
  text-wrap: balance;
}

.wd-contact-hero__copy h1 span {
  display: block;
  margin-top: clamp(8px, 0.42vw, 20px);
  color: #92adc6;
  font-weight: 620;
}

.wd-contact-hero__lead {
  max-width: min(62vw, 3300px);
  margin: clamp(26px, 1.7vw, 86px) 0 0;
  color: #a9bfd3;
  font-size: clamp(17px, 0.94vw, 46px);
  line-height: 1.7;
}

.wd-contact-hero__actions {
  margin-top: clamp(32px, 2vw, 100px);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 0.7vw, 34px);
}


/* =========================================================
   HERO ROUTING CARD
========================================================= */

.wd-contact-hero__route-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(170, 207, 240, 0.15);
  border-radius: clamp(28px, 1.55vw, 80px);
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.085),
      rgba(255,255,255,0.035)
    );
  box-shadow:
    0 36px 110px rgba(0,0,0,0.22);
  backdrop-filter: blur(18px);
}

.wd-contact-hero__route-head {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: clamp(14px, 0.86vw, 42px);
  align-items: center;
  padding: clamp(24px, 1.5vw, 76px);
  border-bottom: 1px solid rgba(172, 208, 240, 0.11);
}

.wd-contact-hero__route-icon {
  width: clamp(58px, 3.5vw, 182px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #8bc7ff;
  background: rgba(63, 143, 225, 0.16);
  border: 1px solid rgba(110, 180, 243, 0.17);
  font-size: clamp(19px, 1.1vw, 52px);
}

.wd-contact-hero__route-head small,
.wd-contact-hero__route-head strong {
  display: block;
}

.wd-contact-hero__route-head small {
  color: #7ca6ce;
  font-size: clamp(8px, 0.4vw, 19px);
  font-weight: 950;
  letter-spacing: 0.12em;
}

.wd-contact-hero__route-head strong {
  margin-top: clamp(5px, 0.28vw, 14px);
  color: #f1f7fc;
  font-size: clamp(18px, 1.08vw, 52px);
  line-height: 1.16;
}

.wd-contact-hero__route-list {
  display: grid;
}

.wd-contact-hero__route-list > a {
  min-height: clamp(112px, 7.2vw, 370px);
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  gap: clamp(14px, 0.9vw, 44px);
  align-items: center;
  padding: clamp(20px, 1.35vw, 68px);
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(172, 208, 240, 0.10);
  transition: background 180ms ease;
}

.wd-contact-hero__route-list > a:hover {
  background: rgba(255,255,255,0.05);
}

.wd-contact-hero__route-number {
  width: clamp(38px, 2.3vw, 118px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #7fbcf3;
  background: rgba(68, 145, 220, 0.13);
  font-size: clamp(9px, 0.46vw, 22px);
  font-weight: 950;
}

.wd-contact-hero__route-list strong,
.wd-contact-hero__route-list small {
  display: block;
}

.wd-contact-hero__route-list strong {
  color: #edf5fc;
  font-size: clamp(14px, 0.8vw, 38px);
}

.wd-contact-hero__route-list small {
  margin-top: clamp(4px, 0.22vw, 10px);
  color: #8ea9c1;
  font-size: clamp(10px, 0.52vw, 25px);
  line-height: 1.48;
}

.wd-contact-hero__route-list > a > i {
  color: #79b8ef;
}

.wd-contact-hero__signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  padding: clamp(15px, 0.9vw, 44px);
  background: rgba(4, 17, 30, 0.15);
}

.wd-contact-hero__signals span {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 0.34vw, 16px);
  color: #91abc1;
  font-size: clamp(8px, 0.42vw, 20px);
  font-weight: 750;
  text-align: center;
}

.wd-contact-hero__signals i {
  color: #6eafe8;
}


/* =========================================================
   WORKSPACE
========================================================= */

.wd-contact-workspace {
  position: relative;
  width: 100%;
  background:
    linear-gradient(180deg, #f3f8fd 0%, #ffffff 48%, #f8fbff 100%);
}

.wd-contact-workspace__shell {
  width: 100%;
  max-width: none;
  padding:
    clamp(90px, 5.8vw, 380px)
    var(--wdc-edge)
    clamp(100px, 6.4vw, 420px);
}

.wd-contact-workspace__head {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(300px,0.8fr);
  gap: clamp(50px, 4.5vw, 290px);
  align-items: end;
}

.wd-contact-workspace__head h2 {
  margin: clamp(15px, 0.9vw, 44px) 0 0;
  color: var(--wdc-ink);
  font-size: clamp(46px, 3.7vw, 200px);
  line-height: 0.96;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.wd-contact-workspace__head > p {
  margin: 0;
  padding-left: clamp(20px, 1.2vw, 60px);
  border-left: 3px solid rgba(45, 116, 206, 0.38);
  color: #5f7891;
  font-size: clamp(15px, 0.82vw, 40px);
  line-height: 1.7;
}

.wd-contact-workspace__grid {
  margin-top: clamp(64px, 4.4vw, 280px);
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(20px, 1.5vw, 86px);
  align-items: start;
}


/* =========================================================
   INTENT ROUTER
========================================================= */

.wd-contact-router {
  overflow: hidden;
  border: 1px solid var(--wdc-line);
  border-radius: clamp(28px, 1.45vw, 74px);
  background: #fff;
  box-shadow: 0 28px 82px rgba(20, 55, 88, 0.07);
}

.wd-contact-router__head {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: clamp(14px, 0.86vw, 42px);
  align-items: center;
  padding: clamp(24px, 1.5vw, 76px);
  border-bottom: 1px solid var(--wdc-line);
  background: linear-gradient(145deg, #f9fcff, #edf6ff);
}

.wd-contact-router__head > span {
  width: clamp(54px, 3.2vw, 164px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #2d74ce;
  background: #e7f2ff;
  font-size: clamp(18px, 1.05vw, 50px);
  font-weight: 950;
}

.wd-contact-router__head small,
.wd-contact-router__head strong {
  display: block;
}

.wd-contact-router__head small {
  color: #718da8;
  font-size: clamp(8px, 0.4vw, 19px);
  font-weight: 950;
  letter-spacing: 0.11em;
}

.wd-contact-router__head strong {
  margin-top: 4px;
  color: #1e4465;
  font-size: clamp(17px, 1vw, 48px);
}

.wd-contact-router__options {
  display: grid;
}

.wd-contact-intent {
  width: 100%;
  min-height: clamp(120px, 7.5vw, 390px);
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  gap: clamp(14px, 0.88vw, 42px);
  align-items: center;
  padding: clamp(22px, 1.4vw, 70px);
  border: 0;
  border-bottom: 1px solid var(--wdc-line);
  background: #fff;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    background 160ms ease,
    box-shadow 160ms ease;
}

.wd-contact-intent:hover,
.wd-contact-intent.is-active {
  background: linear-gradient(90deg, #f1f7ff, #fbfdff);
}

.wd-contact-intent.is-active {
  box-shadow: inset 4px 0 0 #2d74ce;
}

.wd-contact-intent__icon {
  width: clamp(54px, 3.2vw, 164px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #2d74ce;
  background: #edf5ff;
  border: 1px solid rgba(67, 120, 178, 0.12);
  font-size: clamp(18px, 1.05vw, 50px);
}

.wd-contact-intent__copy strong,
.wd-contact-intent__copy small {
  display: block;
}

.wd-contact-intent__copy strong {
  color: #214663;
  font-size: clamp(15px, 0.86vw, 41px);
  line-height: 1.18;
}

.wd-contact-intent__copy small {
  margin-top: clamp(5px, 0.28vw, 14px);
  color: #71869a;
  font-size: clamp(10px, 0.52vw, 25px);
  line-height: 1.5;
}

.wd-contact-intent > i {
  color: #91a7bb;
}

.wd-contact-intent.is-active > i {
  color: #2d74ce;
}

.wd-contact-router__note {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: clamp(9px, 0.52vw, 24px);
  padding: clamp(19px, 1.2vw, 60px);
  background: #f8fbfe;
}

.wd-contact-router__note > i {
  margin-top: 0.25em;
  color: #4d91d5;
}

.wd-contact-router__note p {
  margin: 0;
  color: #677f96;
  font-size: clamp(10px, 0.54vw, 26px);
  line-height: 1.55;
}

.wd-contact-router__note a {
  color: #2d6fb8;
  font-weight: 800;
}


/* =========================================================
   FORM CARD
========================================================= */

.wd-contact-form-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--wdc-line);
  border-radius: clamp(30px, 1.58vw, 82px);
  background: #fff;
  box-shadow: 0 34px 100px rgba(20, 55, 88, 0.085);
}

.wd-contact-form-card__head {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: clamp(24px, 1.6vw, 90px);
  align-items: center;
  padding: clamp(28px, 1.8vw, 94px);
  border-bottom: 1px solid var(--wdc-line);
  background: linear-gradient(145deg, #0d2948, #123c63);
}

.wd-contact-form-card__head > div:first-child {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: clamp(14px, 0.86vw, 42px);
  align-items: center;
}

.wd-contact-form-card__step {
  width: clamp(58px, 3.5vw, 182px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #dceeff;
  background: rgba(72, 151, 231, 0.18);
  border: 1px solid rgba(126, 190, 246, 0.18);
  font-size: clamp(18px, 1.05vw, 50px);
  font-weight: 950;
}

.wd-contact-form-card__head small,
.wd-contact-form-card__head strong {
  display: block;
}

.wd-contact-form-card__head small {
  color: #7faed7;
  font-size: clamp(8px, 0.4vw, 19px);
  font-weight: 950;
  letter-spacing: 0.11em;
}

.wd-contact-form-card__head strong {
  margin-top: 4px;
  color: #f3f8fd;
  font-size: clamp(18px, 1.08vw, 52px);
  line-height: 1.16;
}

.wd-contact-form-card__progress {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: clamp(6px, 0.36vw, 18px);
}

.wd-contact-form-card__progress span {
  min-height: clamp(38px, 2.3vw, 116px);
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 0.34vw, 16px);
  padding: 0 clamp(10px, 0.6vw, 28px);
  border-radius: 999px;
  color: #829eb8;
  background: rgba(255,255,255,0.045);
  font-size: clamp(8px, 0.4vw, 19px);
  font-weight: 800;
}

.wd-contact-form-card__progress b {
  width: clamp(20px, 1.12vw, 54px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
}

.wd-contact-form-card__progress .is-active {
  color: #cfe7fb;
  background: rgba(60, 143, 225, 0.16);
}


/* =========================================================
   FORM
========================================================= */

.wd-contact-form {
  padding: clamp(30px, 2vw, 104px);
}

.wd-contact-form__grid {
  display: grid;
  gap: clamp(16px, 1vw, 48px);
}

.wd-contact-form__grid--two {
  grid-template-columns: repeat(2, minmax(0,1fr));
}

.wd-contact-field {
  display: grid;
  gap: clamp(8px, 0.44vw, 21px);
  min-width: 0;
}

.wd-contact-field > span {
  color: #365b79;
  font-size: clamp(10px, 0.54vw, 26px);
  font-weight: 850;
}

.wd-contact-field > span em {
  color: #8ba0b4;
  font-style: normal;
  font-weight: 650;
}

.wd-contact-field input,
.wd-contact-field select,
.wd-contact-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(70, 111, 153, 0.19);
  border-radius: clamp(13px, 0.68vw, 34px);
  outline: 0;
  color: #173b58;
  background: #fbfdff;
  font: inherit;
  font-size: clamp(13px, 0.7vw, 34px);
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease,
    background 150ms ease;
}

.wd-contact-field input,
.wd-contact-field select {
  min-height: clamp(58px, 3.5vw, 176px);
  padding: 0 clamp(16px, 0.95vw, 46px);
}

.wd-contact-field textarea {
  min-height: clamp(190px, 12vw, 640px);
  padding: clamp(16px, 1vw, 48px);
  line-height: 1.62;
  resize: vertical;
}

.wd-contact-field input:focus,
.wd-contact-field select:focus,
.wd-contact-field textarea:focus {
  border-color: rgba(45, 116, 206, 0.58);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(45, 116, 206, 0.08);
}

.wd-contact-field select:disabled {
  color: #93a4b4;
  cursor: not-allowed;
  background: #f3f6f9;
}

.wd-contact-field--focus,
.wd-contact-field--message {
  margin-top: clamp(20px, 1.25vw, 64px);
}

.wd-contact-field--message > small {
  color: #8598aa;
  font-size: clamp(9px, 0.46vw, 22px);
  line-height: 1.48;
}


/* =========================================================
   SUBMISSION
========================================================= */

.wd-contact-form__submit-row {
  margin-top: clamp(28px, 1.8vw, 90px);
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: clamp(24px, 1.6vw, 90px);
  align-items: center;
  padding-top: clamp(24px, 1.5vw, 76px);
  border-top: 1px solid var(--wdc-line);
}

.wd-contact-form__verification-note {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: clamp(10px, 0.62vw, 30px);
  align-items: center;
}

.wd-contact-form__verification-note > i {
  width: clamp(48px, 2.9vw, 148px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #2d74ce;
  background: #edf5ff;
  font-size: clamp(16px, 0.94vw, 45px);
}

.wd-contact-form__verification-note strong,
.wd-contact-form__verification-note small {
  display: block;
}

.wd-contact-form__verification-note strong {
  color: #294c69;
  font-size: clamp(11px, 0.58vw, 28px);
}

.wd-contact-form__verification-note small {
  margin-top: 3px;
  color: #7a8fa2;
  font-size: clamp(9px, 0.46vw, 22px);
}

.wd-contact-submit {
  min-height: clamp(58px, 3.5vw, 176px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(9px, 0.5vw, 24px);
  padding: 0 clamp(24px, 1.45vw, 74px);
  border: 0;
  border-radius: clamp(14px, 0.74vw, 36px);
  color: #fff;
  background: linear-gradient(135deg, #2b70c8, #3d91e8);
  box-shadow: 0 18px 48px rgba(41, 113, 195, 0.22);
  cursor: pointer;
  font: inherit;
  font-size: clamp(11px, 0.58vw, 28px);
  font-weight: 900;
  transition: transform 180ms ease, opacity 180ms ease;
}

.wd-contact-submit:hover {
  transform: translateY(-2px);
}

.wd-contact-submit:disabled {
  opacity: 0.62;
  cursor: progress;
  transform: none;
}

.wd-contact-form__legal {
  margin-top: clamp(18px, 1.1vw, 54px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  color: #8799aa;
  font-size: clamp(8px, 0.42vw, 20px);
  line-height: 1.5;
}

.wd-contact-form__legal a {
  color: #527ba4;
  font-weight: 800;
}

.wd-contact-form__legal i {
  margin: 0 6px;
  font-style: normal;
}


/* =========================================================
   STATUS
========================================================= */

.wd-contact-status {
  display: none;
  margin-top: clamp(18px, 1.1vw, 54px);
  padding: clamp(15px, 0.9vw, 44px);
  border-radius: clamp(12px, 0.62vw, 30px);
  font-size: clamp(10px, 0.54vw, 26px);
  font-weight: 750;
  line-height: 1.5;
}

.wd-contact-status:not(:empty) {
  display: block;
}

.wd-contact-status.is-loading {
  color: #315f8e;
  background: #eef6ff;
  border: 1px solid rgba(57, 120, 185, 0.15);
}

.wd-contact-status.is-success {
  color: #176c54;
  background: #edf9f5;
  border: 1px solid rgba(25, 141, 112, 0.16);
}

.wd-contact-status.is-error {
  color: #9a3c3c;
  background: #fff2f2;
  border: 1px solid rgba(180, 66, 66, 0.15);
}


/* =========================================================
   OTP
========================================================= */

.wd-contact-otp {
  margin-top: clamp(24px, 1.5vw, 76px);
  padding: clamp(22px, 1.4vw, 72px);
  border: 1px solid rgba(55, 117, 181, 0.16);
  border-radius: clamp(20px, 1.05vw, 54px);
  background:
    linear-gradient(145deg, #eef6ff, #fbfdff);
}

.wd-contact-otp[hidden] {
  display: none;
}

.wd-contact-otp__head {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: clamp(12px, 0.72vw, 34px);
  align-items: center;
}

.wd-contact-otp__icon {
  width: clamp(52px, 3.1vw, 158px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #2d74ce;
  background: #fff;
  border: 1px solid rgba(65, 119, 176, 0.13);
  font-size: clamp(17px, 1vw, 48px);
}

.wd-contact-otp__head small,
.wd-contact-otp__head strong {
  display: block;
}

.wd-contact-otp__head small {
  color: #6b89a7;
  font-size: clamp(8px, 0.4vw, 19px);
  font-weight: 950;
  letter-spacing: 0.11em;
}

.wd-contact-otp__head strong {
  margin-top: 4px;
  color: #1d4262;
  font-size: clamp(17px, 1vw, 48px);
}

.wd-contact-otp__text {
  margin: clamp(16px, 1vw, 48px) 0 0;
  color: #667e95;
  font-size: clamp(11px, 0.58vw, 28px);
  line-height: 1.58;
}

.wd-contact-otp__form {
  margin-top: clamp(18px, 1.1vw, 54px);
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) auto auto;
  gap: clamp(10px, 0.62vw, 30px);
}

.wd-contact-otp__input {
  min-height: clamp(56px, 3.4vw, 170px);
  width: 100%;
  border: 1px solid rgba(67, 112, 158, 0.20);
  border-radius: clamp(13px, 0.68vw, 34px);
  padding: 0 clamp(16px, 0.9vw, 44px);
  outline: 0;
  color: #173b58;
  background: #fff;
  font: inherit;
  font-size: clamp(18px, 1.1vw, 54px);
  font-weight: 850;
  letter-spacing: 0.18em;
  text-align: center;
}

.wd-contact-otp__input:focus {
  border-color: rgba(45, 116, 206, 0.58);
  box-shadow: 0 0 0 4px rgba(45, 116, 206, 0.08);
}

.wd-contact-otp__button {
  min-height: clamp(56px, 3.4vw, 170px);
  padding: 0 clamp(18px, 1.05vw, 52px);
  border-radius: clamp(13px, 0.68vw, 34px);
  font: inherit;
  font-size: clamp(10px, 0.52vw, 25px);
  font-weight: 850;
  cursor: pointer;
}

.wd-contact-otp__button--verify {
  border: 0;
  color: #fff;
  background: #2d74ce;
}

.wd-contact-otp__button--resend {
  color: #486a89;
  border: 1px solid rgba(67, 112, 158, 0.17);
  background: #fff;
}

.wd-contact-otp__button:disabled {
  opacity: 0.58;
  cursor: progress;
}


/* =========================================================
   CLIENT ROUTES
========================================================= */

.wd-contact-clients {
  width: 100%;
  color: #edf6fd;
  background:
    linear-gradient(
      145deg,
      #091a2c 0%,
      #0d2b49 58%,
      #0b2037 100%
    );
}

.wd-contact-clients__shell {
  width: 100%;
  max-width: none;
  padding:
    clamp(92px, 5.9vw, 390px)
    var(--wdc-edge)
    clamp(100px, 6.4vw, 420px);
}

.wd-contact-clients__head {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(300px,0.8fr);
  gap: clamp(50px, 4.5vw, 290px);
  align-items: end;
}

.wd-contact-clients__head h2 {
  margin: clamp(15px, 0.9vw, 44px) 0 0;
  color: #f5f9fd;
  font-size: clamp(46px, 3.7vw, 200px);
  line-height: 0.96;
  letter-spacing: -0.052em;
}

.wd-contact-clients__head h2 span {
  display: block;
  color: #8ea9c2;
  font-weight: 620;
}

.wd-contact-clients__head > p {
  margin: 0;
  padding-left: clamp(20px, 1.2vw, 60px);
  border-left: 3px solid rgba(79, 157, 234, 0.38);
  color: #9db4c8;
  font-size: clamp(15px, 0.82vw, 40px);
  line-height: 1.7;
}

.wd-contact-clients__grid {
  margin-top: clamp(64px, 4.4vw, 280px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: clamp(16px, 1.1vw, 58px);
}

.wd-contact-client-route {
  min-width: 0;
  min-height: clamp(250px, 15vw, 760px);
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  grid-template-rows: 1fr auto;
  gap: clamp(18px, 1.1vw, 54px);
  padding: clamp(28px, 1.8vw, 94px);
  border: 1px solid rgba(166, 204, 239, 0.13);
  border-radius: clamp(26px, 1.4vw, 72px);
  color: inherit;
  text-decoration: none;
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.065),
      rgba(255,255,255,0.025)
    );
  box-shadow: 0 26px 80px rgba(0,0,0,0.14);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.wd-contact-client-route:hover {
  transform: translateY(-3px);
  border-color: rgba(119, 184, 242, 0.28);
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.085),
      rgba(255,255,255,0.035)
    );
}

.wd-contact-client-route__icon {
  width: clamp(62px, 3.7vw, 190px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #87c5fb;
  background: rgba(61, 140, 220, 0.15);
  border: 1px solid rgba(119, 183, 241, 0.16);
  font-size: clamp(20px, 1.18vw, 56px);
}

.wd-contact-client-route__copy {
  min-width: 0;
}

.wd-contact-client-route__copy small,
.wd-contact-client-route__copy strong,
.wd-contact-client-route__copy > span {
  display: block;
}

.wd-contact-client-route__copy small {
  color: #72a5d0;
  font-size: clamp(8px, 0.4vw, 19px);
  font-weight: 950;
  letter-spacing: 0.11em;
}

.wd-contact-client-route__copy strong {
  margin-top: clamp(6px, 0.34vw, 16px);
  color: #f2f8fd;
  font-size: clamp(22px, 1.4vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.wd-contact-client-route__copy > span {
  margin-top: clamp(10px, 0.6vw, 28px);
  color: #9eb5ca;
  font-size: clamp(11px, 0.58vw, 28px);
  line-height: 1.58;
}

.wd-contact-client-route__action {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding-top: clamp(17px, 1vw, 48px);
  border-top: 1px solid rgba(169, 205, 238, 0.10);
  color: #9dcef8;
  font-size: clamp(10px, 0.54vw, 26px);
  font-weight: 850;
}

.wd-contact-client-route--support {
  background:
    linear-gradient(
      145deg,
      rgba(40, 142, 112, 0.13),
      rgba(255,255,255,0.025)
    );
}


/* =========================================================
   FALLBACK
========================================================= */

.wd-contact-fallback {
  width: 100%;
  background: #f3f8fd;
}

.wd-contact-fallback__shell {
  width: 100%;
  max-width: none;
  min-height: clamp(190px, 12vw, 620px);
  padding:
    clamp(36px, 2.4vw, 130px)
    var(--wdc-edge);
  display: grid;
  grid-template-columns: minmax(0,0.8fr) minmax(0,1.2fr);
  gap: clamp(28px, 2vw, 120px);
  align-items: center;
}

.wd-contact-fallback__brand {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: clamp(14px, 0.86vw, 42px);
  align-items: center;
}

.wd-contact-fallback__mark {
  width: clamp(60px, 3.6vw, 184px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 30%;
  color: #fff;
  background: linear-gradient(145deg, #2d74ce, #19b7cf);
  font-size: clamp(18px, 1.06vw, 50px);
  font-weight: 950;
}

.wd-contact-fallback__brand small,
.wd-contact-fallback__brand strong {
  display: block;
}

.wd-contact-fallback__brand small {
  color: #6d89a5;
  font-size: clamp(8px, 0.4vw, 19px);
  font-weight: 950;
  letter-spacing: 0.11em;
}

.wd-contact-fallback__brand strong {
  margin-top: 5px;
  color: #1e4261;
  font-size: clamp(20px, 1.25vw, 60px);
  line-height: 1.12;
}

.wd-contact-fallback__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(10px, 0.66vw, 32px);
}

.wd-contact-fallback__links a {
  min-height: clamp(58px, 3.5vw, 176px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.46vw, 22px);
  padding: 0 clamp(14px, 0.84vw, 40px);
  border: 1px solid rgba(67, 112, 158, 0.14);
  border-radius: clamp(14px, 0.72vw, 36px);
  color: #426583;
  background: #fff;
  text-decoration: none;
  font-size: clamp(10px, 0.52vw, 25px);
  font-weight: 850;
  box-shadow: 0 14px 40px rgba(21, 54, 86, 0.04);
}

.wd-contact-fallback__links i {
  color: #2d74ce;
}


/* =========================================================
   NOSCRIPT
========================================================= */

.wd-contact-noscript {
  margin: 0 clamp(30px, 2vw, 104px) clamp(30px, 2vw, 104px);
  padding: 18px;
  border: 1px solid rgba(168, 102, 41, 0.18);
  border-radius: 14px;
  color: #7a552e;
  background: #fff8ef;
}


/* =========================================================
   5K / 8K
========================================================= */

@media (min-width: 5120px) {
  .wd-contact-page {
    --wdc-edge: 2.25vw;
  }

  .wd-contact-hero__copy h1 {
    font-size: 4.75vw;
  }

  .wd-contact-workspace__head h2,
  .wd-contact-clients__head h2 {
    font-size: 3.35vw;
  }

  .wd-contact-hero__lead,
  .wd-contact-workspace__head > p,
  .wd-contact-clients__head > p {
    font-size: 0.78vw;
  }
}


/* =========================================================
   LARGE DESKTOP / LAPTOP
========================================================= */

@media (max-width: 1500px) {
  .wd-contact-hero__shell,
  .wd-contact-workspace__head,
  .wd-contact-clients__head {
    grid-template-columns: 1fr;
  }

  .wd-contact-hero__lead {
    max-width: 1050px;
  }

  .wd-contact-hero__route-card {
    max-width: 1050px;
  }

  .wd-contact-workspace__head > p,
  .wd-contact-clients__head > p {
    max-width: 980px;
  }

  .wd-contact-workspace__grid {
    grid-template-columns: 0.82fr 1.18fr;
  }
}


/* =========================================================
   TABLET
========================================================= */

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

  .wd-contact-form-card__head {
    grid-template-columns: 1fr;
  }

  .wd-contact-clients__grid {
    grid-template-columns: 1fr;
  }

  .wd-contact-fallback__shell {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 720px) {
  .wd-contact-page {
    --wdc-edge: 18px;
  }

  .wd-contact-hero__shell {
    min-height: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .wd-contact-hero__copy h1 {
    font-size: clamp(48px, 13.7vw, 74px);
    line-height: 0.94;
  }

  .wd-contact-hero__lead {
    font-size: 16px;
  }

  .wd-contact-hero__actions {
    display: grid;
  }

  .wd-contact-btn {
    width: 100%;
  }

  .wd-contact-hero__signals {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .wd-contact-workspace__shell,
  .wd-contact-clients__shell {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .wd-contact-workspace__head h2,
  .wd-contact-clients__head h2 {
    font-size: clamp(40px, 11.5vw, 62px);
  }

  .wd-contact-workspace__head > p,
  .wd-contact-clients__head > p {
    padding-left: 15px;
    font-size: 15px;
  }

  .wd-contact-intent {
    grid-template-columns: auto minmax(0,1fr);
  }

  .wd-contact-intent > i {
    display: none;
  }

  .wd-contact-form-card__head {
    padding: 22px 18px;
  }

  .wd-contact-form-card__progress {
    grid-template-columns: 1fr;
  }

  .wd-contact-form {
    padding: 22px 18px;
  }

  .wd-contact-form__grid--two {
    grid-template-columns: 1fr;
  }

  .wd-contact-field input,
  .wd-contact-field select {
    min-height: 54px;
    font-size: 16px;
  }

  .wd-contact-field textarea {
    min-height: 190px;
    font-size: 16px;
  }

  .wd-contact-form__submit-row {
    grid-template-columns: 1fr;
  }

  .wd-contact-submit {
    width: 100%;
  }

  .wd-contact-otp__form {
    grid-template-columns: 1fr;
  }

  .wd-contact-client-route {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px 18px;
  }

  .wd-contact-client-route__action {
    grid-column: auto;
  }

  .wd-contact-fallback__shell {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .wd-contact-fallback__brand {
    grid-template-columns: 1fr;
  }

  .wd-contact-fallback__links {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .wd-contact-page *,
  .wd-contact-page *::before,
  .wd-contact-page *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

