.gfg-hv-app {
  max-width: 44rem;
  margin: 0 auto;
}

.gfg-hv-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0;
}

.gfg-hv-step {
  border: 1px solid var(--gfg-line, #ddd);
  background: var(--gfg-white, #fff);
  padding: 0.4rem 0.75rem;
  font: inherit;
  cursor: pointer;
}

.gfg-hv-step.is-active {
  border-color: var(--gfg-charcoal, #222);
  box-shadow: 0 0 0 1px var(--gfg-charcoal, #222);
}

.gfg-hv-panel {
  padding: 1.25rem;
  border: 1px solid var(--gfg-line, #ddd);
  background: var(--gfg-white, #fff);
}

.gfg-hv-service {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--gfg-line, #eee);
  cursor: pointer;
}

.gfg-hv-summary {
  margin: 1rem 0;
  font-weight: 600;
}

.gfg-hv-days,
.gfg-hv-times {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.gfg-hv-day,
.gfg-hv-time {
  border: 1px solid var(--gfg-line, #ddd);
  background: #fff;
  padding: 0.45rem 0.7rem;
  font: inherit;
  cursor: pointer;
}

.gfg-hv-day.is-active,
.gfg-hv-time.is-active {
  border-color: var(--gfg-charcoal, #222);
  background: var(--gfg-charcoal, #222);
  color: #fff;
}

.gfg-hv-form {
  display: grid;
  gap: 0.85rem;
}

.gfg-hv-field {
  display: grid;
  gap: 0.35rem;
}

.gfg-hv-field input,
.gfg-hv-field textarea {
  font: inherit;
  padding: 0.55rem 0.65rem;
  border: 1px solid var(--gfg-line, #ddd);
}

.gfg-hv-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.gfg-hv-consent {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin: 1rem 0;
}

.gfg-hv-consent span {
  line-height: 1.45;
}

.gfg-hv-consent a {
  text-decoration: underline;
}

.gfg-hv-success {
  padding: 2rem 1rem;
  text-align: center;
}

.gfg-hv-help {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  color: var(--gfg-muted, #666);
  line-height: 1.45;
}

.gfg-hv-quote {
  padding: 0.85rem;
  background: var(--gfg-cream, #faf9f7);
  border: 1px solid var(--gfg-line, #ddd);
  margin-bottom: 1rem;
}
