.ovay-inquiry-section {
  --ovay-ink: #102f3d;
  --ovay-muted: #586d76;
  --ovay-blue: #075ea7;
  --ovay-teal: #087e78;
  --ovay-line: #d8e3e7;
  padding: 80px 0;
  color: var(--ovay-ink);
  background: #f1f6f7;
}

.ovay-inquiry {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(40px, 6vw, 86px);
  align-items: start;
  width: min(calc(100% - 48px), 1200px);
  margin: 0 auto;
}

.ovay-inquiry *, .ovay-inquiry *::before, .ovay-inquiry *::after { box-sizing: border-box; }
.ovay-inquiry__eyebrow { display: block; margin-bottom: 13px; color: var(--ovay-teal); font-size: 12px; font-weight: 800; }
.ovay-inquiry h2 { max-width: 520px; margin: 0 0 18px; color: var(--ovay-ink); font-size: 44px; line-height: 1.08; }
.ovay-inquiry__intro > p { max-width: 530px; margin: 0 0 26px; color: var(--ovay-muted); font-size: 17px; line-height: 1.7; }
.ovay-inquiry__intro ul { margin: 0 0 30px; padding: 0; list-style: none; }
.ovay-inquiry__intro li { position: relative; margin: 12px 0; padding-left: 25px; color: #334d58; line-height: 1.5; }
.ovay-inquiry__intro li::before { content: "\2713"; position: absolute; left: 0; color: var(--ovay-teal); font-weight: 800; }
.ovay-inquiry__whatsapp { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 17px; color: var(--ovay-teal) !important; background: #fff; border: 1px solid #a9cbc8; border-radius: 6px; font-weight: 780; text-decoration: none !important; transition: .2s ease; }
.ovay-inquiry__whatsapp:hover { color: #fff !important; background: var(--ovay-teal); border-color: var(--ovay-teal); }
.ovay-inquiry__panel { padding: clamp(24px, 4vw, 40px); background: #fff; border-top: 4px solid var(--ovay-teal); box-shadow: 0 14px 38px rgba(16, 47, 61, .09); }
.ovay-inquiry__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.ovay-inquiry__field { display: flex; flex-direction: column; gap: 8px; margin: 0; }
.ovay-inquiry__field--full { margin-top: 17px; }
.ovay-inquiry__field > span { color: #29434e; font-size: 13px; font-weight: 760; }
.ovay-inquiry__field em { color: #b33832; font-style: normal; }
.ovay-inquiry__field input, .ovay-inquiry__field textarea { width: 100%; min-height: 48px; margin: 0; padding: 12px 13px; color: var(--ovay-ink); background: #fbfdfd; border: 1px solid #c5d4d8; border-radius: 4px; font: inherit; line-height: 1.35; outline: none; transition: border-color .2s, box-shadow .2s; }
.ovay-inquiry__field textarea { min-height: 116px; resize: vertical; }
.ovay-inquiry__field input:focus, .ovay-inquiry__field textarea:focus { border-color: var(--ovay-teal); box-shadow: 0 0 0 3px rgba(8, 126, 120, .12); }
.ovay-inquiry__technical { margin-top: 18px; border-top: 1px solid var(--ovay-line); border-bottom: 1px solid var(--ovay-line); }
.ovay-inquiry__technical summary { padding: 14px 0; color: var(--ovay-blue); font-size: 13px; font-weight: 760; cursor: pointer; }
.ovay-inquiry__technical[open] { padding-bottom: 17px; }
.ovay-inquiry__consent { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0; color: var(--ovay-muted); font-size: 12px; line-height: 1.5; }
.ovay-inquiry__consent input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 2px; accent-color: var(--ovay-teal); }
.ovay-inquiry__submit { width: 100%; min-height: 52px; padding: 13px 20px; color: #fff; background: var(--ovay-blue); border: 0; border-radius: 4px; font: inherit; font-weight: 800; cursor: pointer; transition: .2s ease; }
.ovay-inquiry__submit:hover { background: #064c87; }
.ovay-inquiry__privacy { margin: 11px 0 0; color: #74878f; font-size: 11px; text-align: center; }
.ovay-inquiry__notice { display: flex; flex-direction: column; gap: 4px; margin: 0 0 20px; padding: 15px 17px; border-radius: 4px; font-size: 14px; line-height: 1.5; }
.ovay-inquiry__notice--success { color: #125a35; background: #edf9f1; border: 1px solid #bce2c9; }
.ovay-inquiry__notice--error { color: #8b302a; background: #fff1ef; border: 1px solid #efc3bf; }
.ovay-inquiry__honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 860px) {
  .ovay-inquiry-section { padding: 64px 0; }
  .ovay-inquiry { grid-template-columns: 1fr; gap: 34px; width: min(calc(100% - 32px), 680px); }
}

@media (max-width: 560px) {
  .ovay-inquiry-section { padding: 52px 0; }
  .ovay-inquiry h2 { font-size: 31px; }
  .ovay-inquiry__grid { grid-template-columns: 1fr; }
  .ovay-inquiry__panel { padding: 24px 18px; }
}
