/* Contact page styles. */

.dw-page-hero--contact {
  --dw-contact-hero-visual-top: 0px;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  align-items: center;
  min-height: clamp(33rem, 50vw, 37rem);
  padding: calc(92px + var(--space-2xl)) 0 clamp(2.35rem, 5vw, 3.6rem);
  background: linear-gradient(180deg, #f5f8ff 0%, #edf3ff 100%);
  text-align: left;
}

.dw-page-hero--contact::before {
  content: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 26%, rgba(255, 255, 255, 0.82) 42%, rgba(255, 255, 255, 0.42) 58%, rgba(255, 255, 255, 0.1) 72%, rgba(255, 255, 255, 0.02) 100%),
    radial-gradient(circle at 78% 34%, rgba(159, 134, 255, 0.18) 0%, rgba(159, 134, 255, 0.06) 24%, rgba(159, 134, 255, 0) 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.08) 42%, rgba(255, 255, 255, 0.22) 100%);
}

.dw-page-hero--contact .dw-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: min(calc(100% - 2.5rem), 96rem);
  min-height: clamp(19rem, 23vw, 24rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.dw-page-hero--contact .dw-page-hero__visual {
  inset: var(--dw-contact-hero-visual-top) 0 0;
}

.dw-page-hero--contact .dw-page-hero__visual img {
  object-position: 79% 56%;
}

.dw-page-hero--contact h1 {
  max-width: 8.9ch;
  margin: 0 0 0.95rem;
  font-size: clamp(3.2rem, 5.8vw, 4.85rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.dw-page-hero--contact p {
  max-width: 34rem;
  margin: 0;
  color: rgba(17, 26, 51, 0.72);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.56;
}

.dw-contact-hero-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.72rem;
  margin-top: 1.2rem;
}

.dw-contact-hero-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  gap: 0.62rem;
  padding: 0.58rem 1rem 0.58rem 0.72rem;
  border: 1px solid rgba(17, 26, 51, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 12px 30px rgba(16, 26, 55, 0.08);
  color: var(--color-primary);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.dw-contact-hero-pill:hover,
.dw-contact-hero-pill:focus {
  color: var(--color-primary);
  text-decoration: none;
}

.dw-contact-hero-pill:focus-visible {
  outline: 3px solid rgba(111, 76, 255, 0.34);
  outline-offset: 3px;
}

.dw-contact-hero-pill__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 1.2rem;
  color: var(--color-accent);
}

.dw-contact-hero-pill__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  stroke: none;
}

.dw-contact-hero-pill__icon svg [fill="none"] {
  fill: none;
}

.dw-contact-hero-pill__icon svg [stroke] {
  stroke: currentColor;
}

.dw-contact-hero-pill__text {
  display: inline-block;
  white-space: nowrap;
}

.dw-contact-hero-pill .dw-contact-email-visual {
  display: block;
  width: clamp(9.8rem, 16vw, 11.25rem);
  max-width: 100%;
  margin-top: 2px;
  color: currentColor;
}

.dw-page-hero--contact h1 .dw-contact-accent {
  display: inline;
  padding-inline-end: 0.08em;
  margin-inline-end: -0.08em;
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  background-clip: text;
  box-decoration-break: clone;
  color: transparent;
}

@media (max-width: 1600px) {
  .dw-page-hero--contact {
    min-height: clamp(33rem, 63vw, 38rem);
    padding: calc(92px + 1.7rem) 0 clamp(2.2rem, 5vw, 3.25rem);
  }

  .dw-page-hero--contact .dw-page-hero__visual img {
    object-position: 76.5% 53%;
  }

  .dw-page-hero--contact h1 {
    max-width: 8.8ch;
    font-size: clamp(3rem, 6.2vw, 4.4rem);
  }

  .dw-page-hero--contact p {
    max-width: 31rem;
    font-size: clamp(0.98rem, 1.85vw, 1.08rem);
  }

  .dw-page-hero__highlight {
    max-width: min(100%, 25.5rem);
    margin-top: 1rem;
  }
}

@media (max-width: 1400px) {


.dw-page-hero--contact {
    min-height: 34rem;
    padding: calc(92px + 1.35rem) 0 2.4rem;
  }

  .dw-page-hero--contact .dw-page-hero__visual img {
    object-position: 80.5% 54%;
  }

  .dw-page-hero--contact h1 {
    max-width: 9.6ch;
    margin-bottom: 0.75rem;
    font-size: clamp(2.75rem, 5.4vw, 3.95rem);
  }

  .dw-page-hero--contact p {
    max-width: 28rem;
    font-size: clamp(0.96rem, 1.35vw, 1.02rem);
    line-height: 1.5;
  }
}

@media (max-width: 1120px) {


  .dw-page-hero--contact {
    min-height: 33rem;
    padding: calc(92px + 1.1rem) 0 2.15rem;
  }

  .dw-page-hero--contact .dw-page-hero__visual img {
    object-position: 83% 56%;
  }

  .dw-page-hero--contact h1 {
    max-width: 10.6ch;
    font-size: clamp(2.55rem, 5.8vw, 3.35rem);
  }

  .dw-page-hero--contact p {
    max-width: 22rem;
    font-size: 0.95rem;
    line-height: 1.46;
  }
}

@media (min-width: 721px) {
  .dw-page-hero--contact {
    --dw-contact-desktop-visual-shift: 55px;
    --dw-contact-desktop-seam-offset: calc(var(--dw-contact-desktop-visual-shift) + 3.5rem);
    --dw-contact-copy-overlap: calc(clamp(2.5rem, 3.4vw, 4.25rem) + 15px);
    --dw-contact-desktop-side-feather: clamp(16px, 3%, 24px);
    display: grid;
    grid-template-columns: minmax(1rem, 1fr) minmax(0, clamp(15.75rem, 33vw, 33rem)) minmax(0, clamp(21.75rem, 45vw, 44rem)) minmax(1rem, 1fr);
    column-gap: 0;
    align-items: start;
    min-height: 0;
    padding: 0;
    background: #f3f5ff;
  }

  .dw-page-hero--contact::before {
    content: none;
  }

  .dw-page-hero--contact::after {
    content: "";
    grid-column: 3 / -1;
    grid-row: 1;
    justify-self: stretch;
    align-self: stretch;
    background: linear-gradient(90deg, #f3f5ff 0, #f3f5ff var(--dw-contact-desktop-seam-offset), #f4f1fc var(--dw-contact-desktop-seam-offset), #f4f1fc 100%);
    z-index: 0;
    pointer-events: none;
  }

  .dw-page-hero--contact .dw-container {
    grid-column: 2 / 3;
    grid-row: 1;
    width: calc(100% + var(--dw-contact-copy-overlap));
    max-width: none;
    min-height: auto;
    align-self: stretch;
    justify-content: center;
    margin-right: calc(-1 * var(--dw-contact-copy-overlap));
    padding: clamp(4.5rem, calc(6.8rem - 2.3vw), 5.5rem) 0 clamp(2rem, 3.4vw, 3.5rem);
  }

  .dw-page-hero--contact .dw-page-hero__visual {
    position: relative;
    grid-column: 3 / 4;
    grid-row: 1;
    inset: auto;
    justify-self: stretch;
    align-self: stretch;
    width: 100%;
    height: 100%;
    max-width: clamp(21.75rem, 45vw, 44rem);
    margin: 0;
    overflow: hidden;
    line-height: 0;
    transform: translateX(var(--dw-contact-desktop-visual-shift));
    z-index: 1;
    background: linear-gradient(90deg, #f3f5ff 0%, #f3f5ff 34%, #f5f4fe 58%, #f4f1fc 76%, #f4f1fc 100%);
  }

  .dw-page-hero--contact .dw-page-hero__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    transform: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 var(--dw-contact-desktop-side-feather), #000 calc(100% - var(--dw-contact-desktop-side-feather)), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 var(--dw-contact-desktop-side-feather), #000 calc(100% - var(--dw-contact-desktop-side-feather)), transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }

  .dw-page-hero--contact h1 {
    max-width: 13ch;
    padding-top: 0.22em;
    margin-bottom: 0.85rem;
    font-size: clamp(2.45rem, 4.2vw, 5.15rem);
  }

  .dw-page-hero--contact p {
    max-width: 35rem;
    font-size: clamp(0.98rem, 0.72rem + 0.48vw, 1.22rem);
    line-height: 1.54;
  }

  .page-contact .dw-page-hero--contact + .dw-section {
    padding-top: 1.15rem;
  }
}

@media (max-width: 986px) and (min-width: 721px) {
  .dw-page-hero--contact .dw-page-hero__visual {
    justify-self: start;
    width: 27.75rem;
    max-width: none;
  }
}

@media (max-width: 720px) and (min-width: 561px) {
  .dw-page-hero__visual img {
    transform: none;
  }

  .dw-page-hero__highlight {
    max-width: min(100%, 17.75rem);
    gap: 0.5rem;
    padding: 0.72rem 0.82rem;
    font-size: 0.78rem;
  }

  .dw-page-hero__highlight-icon {
    width: 1.45rem;
    height: 1.45rem;
  }

  .dw-page-hero__highlight-icon svg {
    width: 0.82rem;
    height: 0.82rem;
  }

  .dw-page-hero--contact {
    --dw-contact-hero-visual-top: 82px;
    align-items: start;
    min-height: 39rem;
    padding: calc(92px + 0.9rem) 0 1.8rem;
  }

  .dw-page-hero--contact .dw-container {
    max-width: min(calc(100% - 1.75rem), 24rem);
    min-height: auto;
    justify-content: flex-start;
  }

  .dw-page-hero--contact .dw-page-hero__visual img {
    object-position: 56.5% 112%;
  }

  .dw-page-hero--contact h1 {
    max-width: 8.8ch;
    margin-bottom: 0.65rem;
    font-size: clamp(2.12rem, 7.9vw, 2.85rem);
  }

  .dw-page-hero--contact p {
    max-width: 19.5rem;
    font-size: 0.93rem;
    line-height: 1.44;
  }

  .dw-contact-hero-pills {
    justify-content: center;
    margin-top: 0.95rem;
  }

  .dw-contact-hero-pill {
    min-height: 2.62rem;
    padding-block: 0.54rem;
    font-size: 0.9rem;
  }
}

.dw-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: var(--space-2xl);
  align-items: start;
}

.dw-contact-form {
  padding: 1.8rem;
}

.dw-form-group {
  margin-bottom: 1.1rem;
}

.dw-form-group label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--color-primary);
  font-size: var(--text-sm);
  font-weight: 700;
}

.dw-form-group input,
.dw-form-group textarea,
.dw-form-group select {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(17, 26, 51, 0.12);
  border-radius: 16px;
  background: #fff;
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: var(--color-text);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.dw-form-group input:focus,
.dw-form-group textarea:focus,
.dw-form-group select:focus {
  outline: none;
  border-color: rgba(47, 116, 255, 0.42);
  box-shadow: 0 0 0 4px rgba(47, 116, 255, 0.08);
}

.dw-form-group textarea {
  min-height: 150px;
  resize: vertical;
}

.dw-contact-form .is-hidden {
  display: none !important;
}

.dw-form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.dw-form-notice {
  display: none;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: 1.5;
}

.dw-form-notice.is-visible {
  display: block;
}

.dw-form-notice.is-error {
  background: rgba(190, 24, 93, 0.08);
  color: #9f1239;
  box-shadow: inset 0 0 0 1px rgba(190, 24, 93, 0.14);
}

.dw-form-notice.is-success {
  background: rgba(34, 197, 94, 0.09);
  color: #166534;
  box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.14);
}

.dw-form-group.has-error input,
.dw-form-group.has-error textarea,
.dw-form-group.has-error select {
  border-color: rgba(190, 24, 93, 0.42);
  box-shadow: 0 0 0 4px rgba(190, 24, 93, 0.08);
}

.dw-form-error {
  min-height: 1.15rem;
  margin: 0.45rem 0 0;
  color: #9f1239;
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: 1.35;
}

.dw-contact-form button.is-loading {
  cursor: progress;
}

.dw-contact-form__success {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.35rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(65, 209, 255, 0.13), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  box-shadow: inset 0 0 0 1px rgba(17, 26, 51, 0.08), var(--shadow-sm);
}

.dw-contact-form__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: var(--gradient-brand);
  color: var(--color-text-inverse);
  box-shadow: 0 16px 32px rgba(47, 116, 255, 0.22);
}

.dw-contact-form__icon svg {
  width: 1.35rem;
  height: 1.35rem;
  stroke: currentColor;
  stroke-width: 2.4;
  fill: none;
}

.dw-contact-form__success h4 {
  margin-bottom: 0;
}

.dw-contact-form__success p {
  margin-bottom: 0;
}

.dw-contact-form__summary {
  display: grid;
  gap: 0;
  padding: 0.2rem 0;
  border-top: 1px solid rgba(17, 26, 51, 0.08);
  border-bottom: 1px solid rgba(17, 26, 51, 0.08);
}

.dw-contact-form__summary-row {
  display: grid;
  grid-template-columns: minmax(110px, 140px) minmax(0, 1fr);
  gap: 1rem;
  padding: 0.8rem 0;
  align-items: start;
}

.dw-contact-form__summary-row + .dw-contact-form__summary-row {
  border-top: 1px solid rgba(17, 26, 51, 0.06);
}

.dw-contact-form__summary-row span:first-child {
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dw-contact-form__summary-row span:last-child {
  color: var(--color-primary);
  font-weight: 700;
  line-height: 1.5;
  word-break: break-word;
}

.dw-contact-form__edit {
  justify-self: start;
}

.dw-contact-info {
  display: grid;
  gap: 1rem;
}

.dw-contact-info-card,
.dw-editorial-panel,
.dw-story-panel {
  padding: 1.35rem;
}

.dw-contact-info-card h3,
.dw-editorial-panel h3,
.dw-story-panel h3 {
  margin-bottom: 0.55rem;
}

.dw-contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.dw-contact-info-item:last-child {
  margin-bottom: 0;
}

.dw-contact-info-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 14px;
  background: var(--gradient-surface);
  color: var(--color-accent);
  flex-shrink: 0;
}

.dw-contact-info-item__icon svg {
  width: 1.1rem;
  height: 1.1rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.dw-contact-info-item h4 {
  margin-bottom: 0.15rem;
  font-size: 1rem;
}

.dw-contact-info-item p {
  margin-bottom: 0;
  font-size: var(--text-sm);
}

.dw-contact-form__phone-link { font-weight: 600; }

.dw-form-label-note { color: var(--color-text-light); font-weight: 400; }

.dw-section--contact-main {
  padding-bottom: clamp(2.6rem, 5vw, 4.5rem);
}

.dw-section--contact-main .dw-container {
  max-width: min(calc(100% - 2rem), 78rem);
}

.dw-contact-grid {
  grid-template-columns: minmax(0, 1.28fr) minmax(19rem, 0.72fr);
  gap: clamp(2rem, 5vw, 4rem);
}

.dw-contact-form {
  padding: clamp(1.6rem, 3.6vw, 3rem);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 70px rgba(16, 26, 55, 0.11);
}

.dw-contact-form__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1rem, 2.4vw, 1.45rem);
  align-items: center;
  margin-bottom: clamp(1.6rem, 3.2vw, 2.2rem);
}

.dw-contact-form__header h3 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.55rem, 2.35vw, 2.1rem);
  font-weight: 650;
}

.dw-contact-form__header p {
  margin: 0;
  color: var(--color-text-light);
  font-weight: 450;
}

.dw-contact-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(4rem, 6.6vw, 5.25rem);
  height: clamp(4rem, 6.6vw, 5.25rem);
  border-radius: 50%;
  background: var(--gradient-surface);
  color: var(--color-accent);
  flex: 0 0 auto;
}

.dw-contact-card-icon svg {
  display: block;
  width: 42%;
  height: 42%;
  fill: currentColor;
}

.dw-contact-form__header .dw-contact-card-icon {
  width: clamp(3.6rem, 5.94vw, 4.725rem);
  height: clamp(3.6rem, 5.94vw, 4.725rem);
}

.dw-contact-form__header .dw-contact-card-icon svg {
  width: 48%;
  height: 48%;
}

.dw-form-group {
  margin-bottom: calc(1.25rem - 10px);
}

.dw-form-field {
  position: relative;
}

.dw-form-group input,
.dw-form-group textarea,
.dw-form-group select {
  min-height: 58px;
  padding: 0.98rem 3.15rem 0.98rem 1.2rem;
  border-color: rgba(17, 26, 51, 0.11);
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.96);
  color: var(--color-primary);
  font-size: 1rem;
}

.dw-form-group select {
  appearance: none;
}

.dw-form-field__icon {
  --dw-contact-field-icon: rgba(111, 125, 151, 0.72);
  position: absolute;
  top: 50%;
  right: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.28rem;
  height: 1.28rem;
  color: var(--dw-contact-field-icon);
  pointer-events: none;
  transform: translateY(-50%);
}

.dw-form-field__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.dw-form-field__icon svg [fill="none"] {
  fill: none;
}

.dw-form-field__icon svg [stroke] {
  stroke: currentColor;
}

.dw-form-field__icon--chevron svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dw-form-group--message textarea {
  min-height: 158px;
  padding-right: 2.7rem;
  padding-bottom: 2.05rem;
  background-color: rgba(255, 255, 255, 0.96);
  resize: vertical;
}

.dw-form-group--privacy {
  margin: calc(0.15rem - 8px) 0 calc(1rem - 15px);
}

.dw-form-group .dw-form-privacy {
  display: grid;
  grid-template-columns: 1.08rem minmax(0, 1fr);
  column-gap: 0.85rem;
  align-items: start;
  margin-bottom: 0;
  color: var(--color-text-light);
  font-size: var(--text-sm);
  font-weight: 400;
  line-height: 1.45;
}

.dw-form-group--privacy input[type="checkbox"] {
  width: 1.08rem;
  height: 1.08rem;
  min-height: 0;
  margin: 0.18rem 0 0;
  padding: 0;
  border-radius: 5px;
  accent-color: var(--color-accent);
  justify-self: start;
}

.dw-form-group .dw-form-privacy a {
  color: var(--color-accent);
  font-weight: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.dw-form-group--privacy .dw-form-error {
  margin-left: 1.93rem;
}

.dw-contact-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 58px;
  padding-inline: 3.25rem;
  border-radius: 16px;
  font-size: 1.05rem;
  font-weight: 650;
}

.dw-contact-submit__icon {
  position: static;
  order: -1;
  width: 1.25rem;
  height: 1.25rem;
  color: currentColor;
  transform: none;
}

.dw-contact-submit__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.dw-contact-secure-note {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  align-items: flex-start;
  margin: calc(1.1rem + 15px) auto 0;
  max-width: 34rem;
  color: rgba(83, 98, 127, 0.74);
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
}

.dw-contact-secure-note svg {
  width: 1.32rem;
  height: 1.32rem;
  margin-top: 0.1rem;
  fill: currentColor;
  flex: 0 0 auto;
}

.dw-contact-info {
  gap: clamp(1.3rem, 2.8vw, 2rem);
}

.dw-contact-info-card--dark {
  padding-block: calc(clamp(1.8rem, 3.5vw, 2.8rem) + 5px);
  padding-inline: clamp(1.8rem, 3.5vw, 2.8rem);
  border: 0;
  border-radius: 28px;
  background: linear-gradient(45deg, #071431 0%, #102759 52%, #2a58a2 100%);
  box-shadow: 0 30px 66px rgba(7, 20, 49, 0.24);
  color: var(--color-text-inverse);
}

.dw-contact-info-card--dark h3 {
  margin-bottom: 0.65rem;
  color: var(--color-text-inverse);
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
  font-weight: 650;
}

.dw-contact-info-card__intro {
  margin-bottom: calc(clamp(1.8rem, 4vw, 2.6rem) + 5px);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
}

.dw-contact-info-card--dark .dw-contact-info-item {
  gap: 1rem;
  margin-bottom: calc(clamp(1.45rem, 3vw, 2.1rem) + 5px);
}

.dw-contact-info-card--dark .dw-contact-info-item:last-child {
  margin-bottom: 0;
}

.dw-contact-info-card--dark .dw-contact-info-item__icon {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background: rgba(74, 120, 220, 0.48);
  color: var(--color-text-inverse);
  box-shadow: none;
}

.dw-contact-info-card--dark .dw-contact-info-item__icon svg {
  width: 1.94rem;
  height: 1.94rem;
  fill: currentColor;
  stroke: none;
  stroke-width: 0;
}

.dw-contact-info-card--dark .dw-contact-info-item__icon svg [fill="none"] {
  fill: none;
}

.dw-contact-info-card--dark .dw-contact-info-item__icon svg [stroke] {
  stroke: currentColor;
}

.dw-contact-info-card--dark .dw-contact-info-item h4 {
  margin-bottom: 0.25rem;
  color: var(--color-text-inverse);
  font-family: var(--font-body);
  font-size: 1.16rem;
  font-weight: 600;
}

.dw-contact-info-card--dark .dw-contact-info-item p,
.dw-contact-info-card--dark .dw-contact-info-item a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  font-weight: 400;
}

.dw-contact-email-visual {
  display: block;
  max-width: min(100%, 11.05rem);
  margin-top: calc(0.4rem + 5px);
  color: rgba(255, 255, 255, 0.84);
}

.dw-contact-email-svg {
  display: block;
  width: 100%;
  height: auto;
}

.dw-contact-email-svg [fill] {
  fill: currentColor;
}

.dw-contact-quote-card {
  padding: clamp(1.55rem, 3vw, 2.45rem);
  border: 0;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(16, 26, 55, 0.07);
}

.dw-contact-quote-card .dw-contact-card-icon {
  width: 3.15rem;
  height: 3.15rem;
  margin-bottom: 1.15rem;
}

.dw-contact-quote-card .dw-contact-card-icon svg {
  width: 50%;
  height: 50%;
}

.dw-contact-quote-card blockquote {
  position: relative;
  margin: 0;
  padding: 0 0 0 clamp(1.1rem, 2.2vw, 1.45rem);
  border-left: 0;
}

.dw-contact-quote-card blockquote::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  bottom: 0.15rem;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--color-accent-cyan) 0%, var(--color-accent) 46%, var(--color-accent-violet) 100%);
}

.dw-contact-quote-card p {
  margin: 0;
  color: #3f4c68;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}

.dw-contact-quote-card cite {
  display: block;
  margin-top: 1.2rem;
  color: rgba(83, 98, 127, 0.78);
  font-style: normal;
  font-weight: 650;
}

.dw-contact-closing {
  display: flex;
  gap: clamp(1rem, 3vw, 1.8rem);
  align-items: center;
  justify-content: center;
  margin: clamp(2.3rem, 5vw, 3.6rem) auto 0;
  color: var(--color-primary);
  text-align: center;
}

.dw-contact-closing__line {
  width: clamp(2.1rem, 6vw, 4.1rem);
  height: 2px;
  background: rgba(17, 26, 51, 0.16);
}

.dw-contact-closing p {
  display: inline-flex;
  gap: 0.36rem;
  align-items: center;
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 2.25vw, 1.55rem);
  font-weight: 650;
  line-height: 1.2;
}

.dw-contact-closing__accent {
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dw-contact-closing__rocket {
  display: inline-flex;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  transform: translate(3px, 4px);
}

.dw-contact-closing__rocket svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1100px) {

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

  .dw-contact-info {
    width: 100%;
    max-width: 34rem;
    margin-inline: auto;
  }

}

@media (max-width: 720px) {

  .dw-page-hero__visual img {
    object-position: center bottom;
  }

  .dw-page-hero--contact {
    --dw-contact-hero-visual-top: 82px;
    display: grid;
    align-items: start;
    min-height: clamp(43rem, 156vw, 48rem);
    padding: calc(92px + 0.65rem) 0 0.95rem;
    background: linear-gradient(180deg, #fff 0%, #f4f8ff 100%);
    text-align: center;
  }

  .dw-page-hero--contact::before {
    content: none;
    background: none;
  }

  .dw-page-hero--contact .dw-container {
    max-width: min(calc(100% - 2rem), 25rem);
    min-height: auto;
    justify-content: flex-start;
    align-items: center;
  }

  .dw-page-hero--contact .dw-page-hero__visual {
    position: absolute;
    top: calc(var(--dw-contact-hero-visual-top) - 20px);
    right: auto;
    bottom: -1.2rem;
    left: 50%;
    width: 720px;
    height: auto;
    margin: 0;
    transform: translateX(-50%);
  }

  .dw-page-hero--contact .dw-page-hero__visual img {
    object-fit: cover;
    object-position: 54% 94%;
  }

  .dw-page-hero--contact h1 {
    max-width: 8.6ch;
    padding-top: 20px;
    margin-bottom: 0.65rem;
    font-size: clamp(2.3rem, 9.2vw, 3.25rem);
  }

  .dw-page-hero--contact p {
    max-width: 21.75rem;
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .page-contact .dw-page-hero--contact + .dw-section {
    padding-top: 1.6rem;
  }

}

@media (max-width: 560px) {
  .dw-page-hero--contact {
    --dw-contact-hero-visual-top: 82px;
    min-height: 40.5rem;
    padding: calc(92px + 0.55rem) 0 0.75rem;
  }

  .dw-page-hero--contact .dw-container {
    max-width: min(calc(100% - 1.5rem), 19.5rem);
  }

  .dw-page-hero--contact .dw-page-hero__visual {
    top: var(--dw-contact-hero-visual-top);
    right: auto;
    bottom: -1.45rem;
    left: 50%;
    width: 560px;
    height: auto;
    margin: 0;
    transform: translateX(-50%);
  }

  .dw-page-hero--contact .dw-page-hero__visual img {
    object-position: 54.5% 98%;
  }

  .dw-page-hero--contact h1 {
    max-width: 7.9ch;
    padding-top: 20px;
    font-size: clamp(1.9rem, 8.2vw, 2.4rem);
  }

  .dw-page-hero--contact p {
    max-width: 17rem;
    font-size: 0.86rem;
    line-height: 1.42;
  }

  .page-contact .dw-page-hero--contact + .dw-section {
    padding-top: 1.5rem;
  }

}

@media (max-width: 720px) {
  .dw-page-hero--contact {
    --dw-contact-mobile-text-overlap: clamp(24px, 7vw, 45px);
    --dw-contact-mobile-top-feather: clamp(16px, 4.75%, 24px);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
    min-height: 0;
    padding: calc(92px + 0.6rem) 0 0;
    background: #f3f5ff;
    text-align: center;
  }

  .dw-page-hero--contact::before {
    content: none;
    background: none;
  }

  .dw-page-hero--contact .dw-container {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: min(calc(100% - 1.5rem), 23rem);
    min-height: auto;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto calc(-1 * var(--dw-contact-mobile-text-overlap));
    z-index: 2;
  }

  .dw-page-hero--contact .dw-page-hero__visual {
    position: relative;
    grid-column: 1;
    grid-row: 2;
    inset: auto;
    width: 100%;
    height: clamp(12.75rem, 62.8vw, 28.25rem);
    max-width: none;
    margin: 0;
    transform: none;
    justify-self: stretch;
    align-self: stretch;
    overflow: hidden;
    line-height: 0;
    background: #f3f5ff;
    z-index: 1;
  }

  .dw-page-hero--contact .dw-page-hero__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transform: none;
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 var(--dw-contact-mobile-top-feather), #000 100%);
    mask-image: linear-gradient(180deg, transparent 0, #000 var(--dw-contact-mobile-top-feather), #000 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }

  .dw-page-hero--contact h1 {
    max-width: 8.85ch;
    padding-top: 0;
    margin-bottom: 0.65rem;
    font-size: clamp(2rem, 8.4vw, 3rem);
  }

  .dw-page-hero--contact p {
    max-width: 20rem;
    font-size: 0.93rem;
    line-height: 1.44;
  }

  .dw-contact-hero-pills {
    justify-content: center;
    margin-top: 0.95rem;
  }

  .dw-contact-hero-pill {
    min-height: 2.62rem;
    padding-block: 0.54rem;
    font-size: 0.9rem;
  }

  .page-contact .dw-page-hero--contact + .dw-section {
    padding-top: 1.5rem;
  }
}

@media (max-width: 420px) {
  .dw-contact-hero-pills {
    flex-direction: column;
    align-items: center;
    gap: 0.62rem;
  }

  .dw-contact-hero-pill {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .dw-section--contact-main .dw-container {
    max-width: min(calc(100% - 1.25rem), 34rem);
  }

  .dw-contact-form,
  .dw-contact-info-card--dark,
  .dw-contact-quote-card {
    border-radius: 24px;
  }

  .dw-contact-form__header {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .dw-contact-card-icon {
    width: 4.4rem;
    height: 4.4rem;
  }

  .dw-contact-form__header .dw-contact-card-icon {
    width: 3.96rem;
    height: 3.96rem;
  }

  .dw-form-group input,
  .dw-form-group textarea,
  .dw-form-group select {
    min-height: 54px;
    padding-left: 1rem;
    padding-right: 2.9rem;
  }

  .dw-form-group--message textarea {
    min-height: 148px;
    padding-right: 2.45rem;
    padding-bottom: 1.9rem;
  }

  .dw-contact-info {
    max-width: none;
  }

  .dw-contact-info-card--dark .dw-contact-info-item {
    gap: 0.85rem;
  }

  .dw-contact-info-card--dark .dw-contact-info-item__icon {
    width: 3.25rem;
    height: 3.25rem;
  }

  .dw-contact-closing {
    gap: 0.75rem;
  }

  .dw-contact-closing__line {
    width: clamp(1.6rem, 12vw, 2.6rem);
  }

  .dw-contact-closing p {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 15rem;
  }
}
