/* Fenestration Services — service-specific waivable consultation, refined UI */

/* ---------- Admin > Service > General ---------- */
.fswc-admin-settings {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid #dbe3ed;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 35, 65, .05);
  color: #0b2341;
}
.fswc-admin-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.fswc-admin-eyebrow,
.fswc-option-eyebrow {
  display: block;
  margin-bottom: 5px;
  color: #b59060;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
}
.fswc-admin-head h3 {
  margin: 0;
  color: #0b2341;
  font-size: 18px;
  font-weight: 800;
}
.fswc-admin-head p {
  margin: 6px 0 0;
  max-width: 650px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}
.fswc-switch-row {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  color: #0b2341;
  font-size: 13px;
  cursor: pointer;
}
.fswc-switch-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.fswc-switch {
  position: relative;
  width: 42px;
  height: 24px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #e9eef5;
  transition: .18s ease;
}
.fswc-switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(15, 35, 65, .22);
  transition: .18s ease;
}
.fswc-switch-row input:checked + .fswc-switch {
  border-color: #0b2c59;
  background: #0b2c59;
}
.fswc-switch-row input:checked + .fswc-switch::after {
  transform: translateX(18px);
}
.fswc-fee-wrap {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #edf1f5;
}
.fswc-global-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 18px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #e0e6ee;
  border-radius: 11px;
  background: #f8fafc;
}
.fswc-global-card > span {
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}
.fswc-global-card > strong {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: #0b2341;
  font-size: 17px;
  font-weight: 800;
}
.fswc-global-card > small {
  color: #7b889c;
  font-size: 11px;
}
.fswc-custom-check {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  color: #253652;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.fswc-custom-check input {
  width: 17px;
  height: 17px;
  accent-color: #0b2c59;
}
.fswc-override-field {
  margin-top: 13px;
  max-width: 360px;
}
.fswc-override-field label {
  display: block;
  margin-bottom: 7px;
  color: #253652;
  font-size: 12px;
  font-weight: 700;
}
.fswc-override-field input {
  width: 100%;
  min-height: 42px;
  padding: 8px 11px;
  border: 1px solid #cfd7e3;
  border-radius: 9px;
  background: #fff;
  color: #0b2341;
  outline: none;
}
.fswc-override-field input:focus {
  border-color: #b59060;
  box-shadow: 0 0 0 3px rgba(181, 144, 96, .14);
}
.fswc-credit-note {
  margin: 14px 0 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}
.fswc-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.fswc-actions button {
  min-height: 40px;
  border: 0;
  border-radius: 9px;
  padding: 0 16px;
  background: #0b2c59;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(11, 44, 89, .13);
}
.fswc-actions button:hover:not(:disabled) { background: #123d75; }
.fswc-actions button:disabled { opacity: .6; cursor: not-allowed; }
.fswc-success { color: #087f5b; font-weight: 700; font-size: 12px; }
.fswc-error { color: #b42318; font-weight: 700; font-size: 12px; }

/* ---------- Public Request Review ---------- */
.fswc-consultation-option.review-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 14px !important;
  padding: 18px 20px !important;
  overflow: hidden;
  border: 1px solid #dce4ed !important;
  border-radius: 12px !important;
  background: #f9fbfd !important;
  box-shadow: none !important;
}
.fswc-consultation-option.review-section::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #b59060;
}
.fswc-option-main {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}
.fswc-option-icon {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  margin-top: 1px;
  border: 1px solid rgba(181, 144, 96, .35);
  border-radius: 50%;
  background: rgba(181, 144, 96, .10);
  color: #8a663e;
  font-size: 17px;
  font-weight: 800;
}
.fswc-option-copy { min-width: 0; }
.fswc-option-copy h3 {
  margin: 0;
  color: #0b2341;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}
.fswc-option-copy p {
  margin: 5px 0 0;
  max-width: 650px;
  color: #65748a;
  font-size: 12px;
  line-height: 1.5;
}
.fswc-option-meta {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
  color: #65748a;
  font-size: 11px;
  line-height: 1.35;
  flex-wrap: wrap;
}
.fswc-fee-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  border: 1px solid rgba(181, 144, 96, .32);
  border-radius: 999px;
  background: rgba(181, 144, 96, .10);
  color: #7a5a34;
  font-weight: 800;
  white-space: nowrap;
}
.fswc-request-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex: 0 0 auto;
  min-height: 42px;
  border: 1px solid #0b2c59;
  border-radius: 9px;
  padding: 0 15px;
  background: #0b2c59;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.fswc-request-btn:hover {
  background: #123d75;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(11, 44, 89, .15);
}
.fswc-request-btn:focus-visible {
  outline: 3px solid rgba(181, 144, 96, .30);
  outline-offset: 2px;
}

/* ---------- Consultation form context ---------- */
.fswc-home-banner {
  margin: 0 0 18px;
  padding: 15px 17px;
  border: 1px solid #dce4ed;
  border-left: 3px solid #b59060;
  border-radius: 10px;
  background: #f9fbfd;
  color: #0b2341;
}
.fswc-home-banner strong,
.fswc-home-banner span { display: block; }
.fswc-home-banner strong { font-weight: 800; margin-bottom: 4px; }
.fswc-home-banner span { color: #64748b; font-size: .9rem; }

@media (max-width: 720px) {
  .fswc-admin-head { flex-direction: column; gap: 14px; }
  .fswc-switch-row { align-self: flex-start; }
  .fswc-consultation-option.review-section {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
    padding: 16px !important;
  }
  .fswc-request-btn { width: 100%; }
  .fswc-option-main { gap: 11px; }
  .fswc-option-icon { flex-basis: 30px; width: 30px; height: 30px; }
}
