.hx-whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9996;
  display: inline-flex;
  gap: 11px;
  align-items: center;
  min-height: 58px;
  padding: 10px 17px 10px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: #173f34;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 12px 34px rgba(5, 25, 19, .24);
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.hx-whatsapp-float:hover,
.hx-whatsapp-float:focus-visible {
  background: #25d366;
  color: #08291d !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(5, 25, 19, .3);
}

.hx-whatsapp-float:focus-visible {
  outline: 3px solid #cda45d;
  outline-offset: 3px;
}

.hx-whatsapp-float svg {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
}

.hx-whatsapp-float span {
  display: grid;
  gap: 1px;
  line-height: 1.15;
}

.hx-whatsapp-float strong {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
}

.hx-whatsapp-float small {
  font-size: 11px;
  opacity: .83;
}

.hx-inquiry-section {
  padding: 108px 24px 116px;
  background: #f4efe6;
  color: #10241f;
}

.hx-inquiry-shell {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: start;
}

.hx-inquiry-intro {
  position: sticky;
  top: 120px;
}

.hx-inquiry-intro h2 {
  margin: 12px 0 24px;
  color: #10241f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.5vw, 66px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.hx-inquiry-intro > p:not(.hx-kicker) {
  max-width: 570px;
  color: #4f5d58;
  font-size: 18px;
  line-height: 1.72;
}

.hx-inquiry-intro ul {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.hx-inquiry-intro li {
  position: relative;
  padding: 13px 0 13px 30px;
  border-top: 1px solid #d8d0c2;
  color: #40504a;
  line-height: 1.55;
}

.hx-inquiry-intro li::before {
  position: absolute;
  left: 0;
  color: #a47c3d;
  content: "✓";
  font-weight: 800;
}

.hx-inquiry-form-wrap {
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid #ded6ca;
  background: #fff;
  box-shadow: 0 24px 70px rgba(16, 36, 31, .08);
}

.hx-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 23px 20px;
}

.hx-inquiry-form label {
  display: block;
  margin: 0;
  color: #21352f;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: .01em;
}

.hx-inquiry-form label > span:first-child {
  display: block;
  margin-bottom: 9px;
}

.hx-inquiry-form input[type="text"],
.hx-inquiry-form input[type="email"],
.hx-inquiry-form select,
.hx-inquiry-form textarea {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid #cfc7ba;
  border-radius: 0;
  background: #fff;
  color: #132a23;
  font: inherit;
  font-weight: 450;
  line-height: 1.45;
  box-shadow: none;
}

.hx-inquiry-form textarea {
  min-height: 150px;
  resize: vertical;
}

.hx-inquiry-form input:focus,
.hx-inquiry-form select:focus,
.hx-inquiry-form textarea:focus {
  outline: 2px solid #b68a43;
  outline-offset: 2px;
  border-color: #6d562f;
}

.hx-form-full {
  margin-top: 24px !important;
}

.hx-consent {
  display: grid !important;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 20px !important;
  color: #5b6662 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.55;
}

.hx-consent input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
}

.hx-inquiry-submit {
  min-height: 52px;
  margin-top: 25px;
  padding: 15px 24px;
  border: 1px solid #10241f;
  border-radius: 0;
  background: #10241f;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.hx-inquiry-submit:hover,
.hx-inquiry-submit:focus-visible {
  background: #cda45d;
  color: #10241f;
  transform: translateY(-1px);
}

.hx-form-fallback {
  margin: 18px 0 0;
  color: #65716d;
  font-size: 13px;
}

.hx-form-fallback a {
  color: #173f34;
  font-weight: 750;
}

.hx-form-notice {
  display: grid;
  gap: 4px;
  margin: 0 0 26px;
  padding: 17px 18px;
  border-left: 4px solid;
  line-height: 1.5;
}

.hx-form-success {
  border-color: #2c755d;
  background: #edf7f2;
  color: #174c3b;
}

.hx-form-error {
  border-color: #a94736;
  background: #fff1ee;
  color: #7b2e22;
}

.hx-form-notice span {
  font-size: 14px;
}

.hx-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 900px) {
  .hx-inquiry-shell { grid-template-columns: 1fr; }
  .hx-inquiry-intro { position: static; }
}

@media (max-width: 620px) {
  .hx-whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
    min-height: 54px;
    padding: 10px;
    justify-content: center;
  }
  .hx-whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .hx-whatsapp-float svg { width: 32px; height: 32px; }
  .hx-inquiry-section { padding: 76px 18px 84px; }
  .hx-inquiry-intro h2 { font-size: 40px; }
  .hx-inquiry-form-wrap { padding: 26px 20px 28px; }
  .hx-form-grid { grid-template-columns: 1fr; gap: 19px; }
}
