/* Quick enquiry page extras (uses seo-cab tokens) */
.fe-wrap {
  max-width: 720px;
}

.fe-thanks {
  margin: 2rem 0 3rem;
  padding: 2rem 1.4rem;
  text-align: center;
  background: #fff;
  border: 1px solid var(--seo-line, #d9e2ec);
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(11, 18, 32, 0.06);
}

.fe-thanks h1 {
  margin: 0.35rem 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b1220;
}

.fe-thanks__msg {
  margin: 0 0 1.35rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--seo-muted, #5b6b7c);
}

.fe-thanks .fe-actions {
  justify-content: center;
}

.fe-hero {
  margin-bottom: 1.25rem;
}

.fe-form-section {
  margin-bottom: 2rem;
}

.fe-card {
  padding: 1.35rem 1.25rem 1.4rem;
  background: #fff;
  border: 1px solid var(--seo-line, #d9e2ec);
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(11, 18, 32, 0.06);
}

.fe-card--wide {
  margin-bottom: 0;
}

.fe-card h2 {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0b1220;
}

.fe-fields {
  display: grid;
  gap: 0.85rem 1rem;
}

@media (min-width: 640px) {
  .fe-fields {
    grid-template-columns: 1fr 1fr;
  }

  .fe-field--full {
    grid-column: 1 / -1;
  }
}

.fe-field {
  min-width: 0;
}

.fe-help {
  margin: 0 0 0.85rem;
  color: var(--seo-muted, #5b6b7c);
  font-size: 0.92rem;
  line-height: 1.55;
}

.fe-label {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #64748b;
}

.fe-optional {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  color: #94a3b8;
}

.fe-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9e2ec;
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  font: inherit;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #0b1220;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
}

select.fe-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.4rem;
}

.fe-input:focus {
  outline: none;
  border-color: #0085ec;
  box-shadow: 0 0 0 3px rgba(0, 133, 236, 0.18);
}

.fe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.fe-btn-light {
  color: #0b1220 !important;
  background: #f8fafc;
  border: 1px solid #d9e2ec;
}

.fe-submit {
  width: 100%;
  margin-top: 1.15rem;
  min-height: 48px;
  font-size: 1rem;
  font-weight: 700;
}

.fe-alert {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-weight: 600;
}

.fe-alert--ok {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.fe-alert--err {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.fe-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Google Places Autocomplete dropdown */
.pac-container {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif !important;
  border-radius: 12px !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16) !important;
  padding: 0 !important;
  background: #fff !important;
  z-index: 11000 !important;
  overflow: hidden;
  margin-top: 8px !important;
}

.pac-container::before {
  content: none !important;
}

.pac-item {
  border: 0 !important;
  border-bottom: 1px solid #eef2f7 !important;
  margin: 0 !important;
  padding: 11px 14px !important;
  min-height: 2.75rem !important;
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
  color: #475569 !important;
  cursor: pointer;
  background: #fff !important;
}

.pac-item:last-child {
  border-bottom: 0 !important;
}

.pac-item:hover,
.pac-item-selected {
  background: #f5f9ff !important;
  color: #334155 !important;
}

.pac-item-query {
  font-weight: 600 !important;
  color: #0f172a !important;
}

.pac-matched {
  font-weight: 700 !important;
}

.pac-icon {
  margin-top: 3px !important;
}
