.contact-hero {
  background-image: url("../images/cut-sew-studio.png");
}

.contact-panel {
  border-top: 7px solid var(--blue);
}

.contact-form-section,
.contact-main-grid {
  position: relative;
}

.contact-main-grid > [class*="col-"] {
  align-self: flex-start;
}

.contact-info-stack .info-card,
.contact-info-stack .contact-method {
  height: auto;
  min-height: 0;
}

.quote-checklist-panel {
  border: 1px solid var(--line);
  border-top: 7px solid var(--sun);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 200, 69, 0.16), rgba(255, 92, 85, 0.09)),
    #fff;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.09);
}

.quote-checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.quote-checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  min-height: 64px;
  padding: 0.9rem;
  color: var(--dark);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: var(--radius);
  font-weight: 850;
  line-height: 1.35;
}

.quote-checklist-item i {
  flex: 0 0 auto;
  color: var(--teal);
}

.contact-hero-card {
  color: var(--dark);
}

.contact-line {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  font-weight: 800;
}

.contact-line i {
  color: var(--blue);
  font-size: 1.15rem;
}

.response-badge {
  padding: 1rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(23, 105, 255, 0.11), rgba(0, 169, 165, 0.12));
}

.response-badge strong,
.response-badge span {
  display: block;
}

.response-badge span {
  margin-top: 0.25rem;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5;
}

.map-panel {
  min-height: 380px;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.88), rgba(23, 105, 255, 0.72)),
    url("../images/hero-showroom.png");
  background-size: cover;
  background-position: center;
}

.map-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-method {
  border-left: 5px solid var(--coral);
}

.route-card {
  width: 100%;
  height: 100%;
  min-height: 142px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 1.15rem;
  color: var(--dark);
  text-align: left;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.07);
  transition: transform var(--fast), box-shadow var(--fast), border-color var(--fast), background var(--fast);
}

.route-card:hover,
.route-card.active {
  transform: translateY(-4px);
  border-color: rgba(23, 105, 255, 0.32);
  background: linear-gradient(135deg, rgba(23, 105, 255, 0.08), rgba(0, 169, 165, 0.08)), #fff;
  box-shadow: 0 22px 52px rgba(17, 24, 39, 0.12);
}

.route-card i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  border-radius: var(--radius);
  font-size: 1.2rem;
}

.route-card span {
  font-size: 1.05rem;
  font-weight: 950;
}

.route-card small {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.form-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.75rem;
  color: var(--blue);
  background: rgba(23, 105, 255, 0.08);
  border-radius: 999px;
  font-weight: 900;
}

.service-toggle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.service-toggle {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 50px;
  margin: 0;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: var(--radius);
  background: #fff;
  color: var(--dark);
  font-weight: 850;
  cursor: pointer;
  transition: border-color var(--fast), box-shadow var(--fast), background var(--fast);
}

.service-toggle input {
  width: 18px;
  height: 18px;
  accent-color: var(--blue);
}

.service-toggle:hover,
.service-toggle:has(input:checked) {
  border-color: rgba(23, 105, 255, 0.35);
  background: rgba(23, 105, 255, 0.06);
  box-shadow: 0 10px 24px rgba(23, 105, 255, 0.09);
}

.service-toggle.wide {
  background: rgba(0, 169, 165, 0.08);
}

.hours-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.hours-list div:last-child {
  border-bottom: 0;
}

.hours-list span {
  color: var(--muted);
  font-weight: 850;
}

.hours-list strong {
  color: var(--dark);
  text-align: right;
}

.appointment-box {
  padding: 1.25rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(0, 169, 165, 0.12), rgba(255, 200, 69, 0.16));
}

.contact-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.78rem;
  color: var(--dark);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
}

.accordion-item {
  border-color: var(--line);
}

.accordion-button {
  min-height: 64px;
}

.contact-faq-action {
  display: flex;
  justify-content: center;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.07);
}

.footer {
  clear: both;
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .quote-checklist-grid {
    grid-template-columns: 1fr;
  }

  .service-toggle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .service-toggle-grid {
    grid-template-columns: 1fr;
  }

  .hours-list div {
    display: block;
  }

  .hours-list strong {
    display: block;
    margin-top: 0.25rem;
    text-align: left;
  }
}
