/* Contact page form — scoped to the form embedded on /inchirieri-auto-contact/. */
.kc-css-3093342 {
  padding: clamp(28px, 5vw, 64px) 16px;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 208, 132, 0.12), transparent 32%),
    #f5f8f6;
}

.kc-css-3093342 .kc-row-container {
  width: min(100%, 960px);
  margin: 0 auto;
}

.kc-css-3093342 .fluentform_wrapper_1 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid #e1e9e4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 54, 38, 0.11);
}

.kc-css-3093342 #fluentform_1,
.kc-css-3093342 #fluentform_1 * {
  box-sizing: border-box;
}

.kc-css-3093342 #fluentform_1 .ff-t-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.kc-css-3093342 #fluentform_1 .ff-t-cell {
  min-width: 0;
}

.kc-css-3093342 #fluentform_1 .ff-el-group {
  width: 100%;
  margin: 0 0 20px;
}

.kc-css-3093342 #fluentform_1 .ff-el-input--label {
  margin: 0 0 8px;
}

.kc-css-3093342 #fluentform_1 label {
  display: inline-block;
  margin: 0;
  color: #183126;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.kc-css-3093342 #fluentform_1 .ff-el-is-required label::after {
  content: " *";
  color: #cf3d32;
}

.kc-css-3093342 #fluentform_1 .ff-el-form-control {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 54px;
  margin: 0;
  padding: 13px 15px;
  border: 1px solid #cfdad3;
  border-radius: 12px;
  outline: 0;
  background: #fbfdfc;
  color: #17241e;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.45;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.kc-css-3093342 #fluentform_1 .ff-el-form-control::placeholder {
  color: #7b8b82;
  opacity: 1;
}

.kc-css-3093342 #fluentform_1 .ff-el-form-control:hover {
  border-color: #9fb1a7;
  background: #fff;
}

.kc-css-3093342 #fluentform_1 .ff-el-form-control:focus {
  border-color: #00a96b;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 169, 107, 0.14);
}

.kc-css-3093342 #fluentform_1 textarea.ff-el-form-control {
  min-height: 160px;
  resize: vertical;
}

.kc-css-3093342 #fluentform_1 .ff_submit_btn_wrapper {
  margin-top: 6px;
  margin-bottom: 0;
}

.kc-css-3093342 #fluentform_1 .ff-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 54px;
  margin: 0;
  padding: 13px 28px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #00b874, #008f5a);
  box-shadow: 0 10px 24px rgba(0, 143, 90, 0.24);
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.kc-css-3093342 #fluentform_1 .ff-btn-submit:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 143, 90, 0.3);
}

.kc-css-3093342 #fluentform_1 .ff-btn-submit:focus-visible {
  outline: 3px solid rgba(0, 143, 90, 0.3);
  outline-offset: 3px;
}

.kc-css-3093342 #fluentform_1 .ff-el-is-error .ff-el-form-control {
  border-color: #cf3d32;
  box-shadow: 0 0 0 3px rgba(207, 61, 50, 0.1);
}

.kc-css-3093342 #fluentform_1 .error,
.kc-css-3093342 #fluentform_1 .text-danger,
.kc-css-3093342 .ff-errors-in-stack {
  color: #a92d25;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 680px) {
  .kc-css-3093342 {
    padding: 24px 12px 34px;
  }

  .kc-css-3093342 .fluentform_wrapper_1 {
    padding: 20px 16px;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(20, 54, 38, 0.1);
  }

  .kc-css-3093342 #fluentform_1 .ff-t-container {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .kc-css-3093342 #fluentform_1 .ff-el-group {
    margin-bottom: 17px;
  }

  .kc-css-3093342 #fluentform_1 .ff-btn-submit {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kc-css-3093342 #fluentform_1 .ff-el-form-control,
  .kc-css-3093342 #fluentform_1 .ff-btn-submit {
    transition: none;
  }
}
