.contact-form .cfw-field select {
  width: 100%;
  min-height: 54px;
  border: 1px solid #d8ccca;
  border-radius: 8px;
  padding: 12px 44px 12px 16px;
  background: #fff;
  color: var(--cfw-ink);
  font: inherit;
}

.contact-form .cfw-select-wrap {
  position: relative;
}

.contact-form .cfw-industry-field select {
  min-height: 62px;
  appearance: none;
  -webkit-appearance: none;
  border-color: #dfcfca;
  padding: 14px 52px 14px 58px;
  background: linear-gradient(135deg, #fff 0%, #fdf9f7 100%);
  box-shadow: 0 8px 22px rgba(91, 60, 55, .055);
  color: #51464a;
  font-weight: 400;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}

.contact-form .cfw-industry-field select option {
  font-weight: 400;
}

.contact-form .cfw-industry-field select:hover {
  border-color: #c9ada6;
  box-shadow: 0 10px 26px rgba(91, 60, 55, .085);
}

.contact-form .cfw-select-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 15px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: #f3e5e1;
  color: #9a514d;
  pointer-events: none;
  transform: translateY(-50%);
}

.contact-form .cfw-select-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.contact-form .cfw-select-chevron {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #9a7771;
  border-bottom: 2px solid #9a7771;
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.contact-form .cfw-industry-field.has-error select {
  border-color: var(--cfw-red);
}

.contact-form .cfw-field select:focus,
.contact-form .cfw-field input[type="url"]:focus,
.contact-form .cfw-field input[type="file"]:focus-visible {
  outline: 0;
  border-color: var(--cfw-red);
  box-shadow: 0 0 0 3px rgba(184, 77, 73, .14);
}

.contact-form .cfw-field input[type="url"] {
  width: 100%;
  border: 1px solid #d8ccca;
  border-radius: 8px;
  background: #fff;
  padding: 14px 16px;
  color: var(--cfw-ink);
  font: inherit;
  line-height: 1.55;
}

.contact-form .cfw-field input[type="url"]::placeholder {
  color: #aaa0a2;
  opacity: 1;
}

.contact-form .cfw-field textarea::placeholder {
  color: #aaa0a2;
  opacity: 1;
  font-weight: 400;
}

.contact-form .cfw-field input[type="text"],
.contact-form .cfw-field input[type="email"],
.contact-form .cfw-field input[type="tel"],
.contact-form .cfw-field textarea,
.contact-form .cfw-check-grid label {
  border-radius: 8px;
}

.contact-form .cfw-consent label {
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.contact-form .cfw-sample-details {
  display: grid;
  gap: 28px;
  border: 1px solid #ead9d4;
  border-radius: 8px;
  padding: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(251, 243, 240, .72));
  box-shadow: 0 14px 34px rgba(91, 60, 55, .06);
}

.contact-form .cfw-sample-details[hidden] {
  display: none;
}

.contact-form .cfw-sample-details__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #eadbd7;
  padding-bottom: 17px;
}

.contact-form .cfw-sample-details__head p {
  margin: 0;
  color: #504347;
  font-size: 16px;
  font-weight: 850;
}

.contact-form .cfw-sample-details__head span {
  border-radius: 999px;
  padding: 5px 10px;
  background: #f4e5e1;
  color: #8e4845;
  font-size: 11px;
  font-weight: 750;
}

.contact-form .cfw-disclosures {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.contact-form .cfw-disclosures > legend {
  color: var(--cfw-ink);
  font-size: 15px;
  font-weight: 800;
}

.contact-form .cfw-disclosures__hint {
  margin: 5px 0 11px;
  color: var(--cfw-muted);
  font-size: 12px;
}

.contact-form .cfw-disclosures__list {
  display: grid;
  gap: 8px;
}

.contact-form .cfw-disclosure {
  overflow: hidden;
  border: 1px solid #e5d8d4;
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
}

.contact-form .cfw-disclosure__toggle {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  color: #5e5155;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.contact-form .cfw-disclosure__toggle input {
  flex: none;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--cfw-red);
}

.contact-form .cfw-disclosure__toggle > span:nth-of-type(1) {
  flex: 1;
}

.contact-form .cfw-disclosure__icon {
  position: relative;
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f4e7e3;
  color: #9a514d;
}

.contact-form .cfw-disclosure__icon::before,
.contact-form .cfw-disclosure__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1.5px;
  border-radius: 4px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}

.contact-form .cfw-disclosure__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.contact-form .cfw-disclosure__toggle input:checked ~ .cfw-disclosure__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.contact-form .cfw-disclosure__panel {
  border-top: 1px solid #eee1dd;
  padding: 13px;
  background: rgba(255, 253, 251, .92);
}

.contact-form .cfw-disclosure__panel[hidden] {
  display: none;
}

.contact-form .cfw-color-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.contact-form .cfw-color-grid label {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  border: 1px solid #e5d8d4;
  border-radius: 8px;
  padding: 11px 12px;
  background: #fff;
  color: #62565a;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}

.contact-form .cfw-color-grid label:has(input:checked) {
  border-color: #b84d49;
  box-shadow: 0 0 0 2px rgba(184, 77, 73, .12);
}

.contact-form .cfw-color-grid label:hover {
  transform: translateY(-1px);
}

.contact-form .cfw-color-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.contact-form .cfw-color-grid input:focus-visible + .cfw-color-swatch {
  outline: 3px solid rgba(184, 77, 73, .24);
  outline-offset: 3px;
}

.contact-form .cfw-color-swatch {
  flex: none;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--cfw-color);
  box-shadow: 0 0 0 1px rgba(66, 51, 54, .15);
}

.contact-form .cfw-field input[type="file"] {
  width: 100%;
  border: 1px dashed #cfbcb7;
  border-radius: 8px;
  padding: 13px;
  background: rgba(255, 255, 255, .82);
  color: #675a5d;
  font: inherit;
  font-size: 13px;
}

.contact-form .cfw-field input[type="file"]::file-selector-button {
  margin-right: 12px;
  border: 0;
  border-radius: 999px;
  padding: 9px 15px;
  background: #705457;
  color: #fff;
  font-weight: 750;
  cursor: pointer;
}

@media (max-width: 620px) {
  .contact-form .cfw-form {
    gap: 12px;
  }

  .contact-form .cfw-field {
    gap: 7px;
  }

  .contact-form .cfw-sample-details {
    gap: 18px;
    border-radius: 8px;
    padding: 18px 16px;
  }

  .contact-form .cfw-sample-details__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-form .cfw-color-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-form .cfw-field textarea {
    height: 105px;
    min-height: 105px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-form .cfw-color-grid label {
    transition: none;
  }
}
