/* Contact page — matches about + shop hero (Bevesi) */

.contact-page--inner {
  padding-bottom: 3rem;
}

.contact-page__section {
  padding-top: 0.5rem;
}

.contact-alert {
  padding: 0.85rem 1.1rem;
  border-radius: 10px;
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border: 1px solid transparent;
}

.contact-alert--success {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #065f46;
}

.contact-alert--error {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

.contact-alert--info {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1e40af;
}

.contact-layout {
  align-items: flex-start;
}

.contact-map-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #f1f5f9;
}

.contact-map-wrap iframe {
  display: block;
  width: 100%;
  min-height: 320px;
  border: 0;
  vertical-align: middle;
}

@media (max-width: 575px) {
  .contact-map-wrap iframe {
    min-height: 240px;
  }
}

.contact-map-section {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}

.contact-map-heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.contact-side__lead {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.65;
  margin: 0 0 1.25rem;
  max-width: 36rem;
}

.contact-channel {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  padding: 1rem 1.1rem;
  margin-bottom: 0.65rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-channel--last {
  margin-bottom: 0;
}

.contact-channel:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.contact-channel__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #eff6ff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
}

.contact-channel__icon i {
  line-height: 1;
}

.contact-channel__label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 6px;
}

.contact-channel__body {
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #475569;
}

.contact-channel__body a {
  color: #2563eb;
  font-weight: 500;
  text-decoration: none;
}

.contact-channel__body a:hover {
  text-decoration: underline;
}

.contact-phone-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.contact-phone-tags a {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 0.8125rem !important;
  color: #1e293b !important;
}

.contact-phone-tags a:hover {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff !important;
  text-decoration: none !important;
}

.contact-form-panel {
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 12px;
  padding: 1.5rem 1.35rem;
  height: 100%;
}

.contact-form-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0 0 1.1rem;
  letter-spacing: -0.02em;
}

.contact-form .form-group {
  margin-bottom: 1rem;
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 0.875rem;
  color: #334155;
}

.contact-form .contact-input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 0.9375rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
  font-family: inherit;
}

.contact-form .contact-input:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.contact-form textarea.contact-input {
  min-height: 120px;
  resize: vertical;
}

.contact-form .form-actions {
  margin-top: 1.25rem;
}

.contact-form .label-optional {
  font-weight: 400;
  color: #94a3b8;
}
