/* Facil China — contacto.html v4 (autocontenido, subir SIEMPRE con contacto.html) */

.fc-theme .content-page.contact-page {
  padding-top: 7.5rem;
  padding-bottom: 4rem;
  max-width: 1100px;
}

.fc-theme .content-page .breadcrumb-nav {
  font-size: 0.85rem;
  margin-bottom: 1.25rem;
}

.fc-theme .content-page .breadcrumb-nav a {
  color: #a1a1aa;
  text-decoration: none;
}

.fc-theme .content-page .breadcrumb-nav a:hover {
  color: #e63946;
}

.fc-theme .contact-page .lead.content-article {
  font-size: 1.15rem;
  color: #a1a1aa;
  line-height: 1.65;
  max-width: 760px;
}

.fc-theme .contact-page h1 {
  color: #f8f8f8;
}

.fc-theme .contact-hero {
  margin-bottom: 2.5rem;
}

.fc-theme .contact-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}

.fc-theme .contact-stats li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #a1a1aa;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  background: #111113;
}

.fc-theme .contact-stats li i {
  color: #e63946;
}

.fc-theme .contact-layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .fc-theme .contact-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    align-items: start;
  }
}

.fc-theme .contact-channels {
  display: grid;
  gap: 1rem;
}

.fc-theme .contact-channel,
.fc-theme a.contact-channel {
  display: flex !important;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: #111113;
  text-decoration: none !important;
  color: #f8f8f8 !important;
  transition: border-color 0.2s, transform 0.2s;
}

.fc-theme a.contact-channel:hover,
.fc-theme a.contact-channel:focus {
  border-color: rgba(255, 255, 255, 0.16);
  color: #f8f8f8 !important;
  transform: translateY(-2px);
}

.fc-theme .contact-channel--primary {
  border-color: rgba(37, 211, 102, 0.35);
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.12) 0%, #111113 100%);
}

.fc-theme .contact-channel--primary:hover {
  border-color: rgba(37, 211, 102, 0.55);
}

.fc-theme .contact-channel-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1a1a1e;
  font-size: 1.25rem;
  color: #a1a1aa;
}

.fc-theme .contact-channel--primary .contact-channel-icon {
  background: rgba(37, 211, 102, 0.2);
  color: #25d366;
}

.fc-theme .contact-channel-body {
  flex: 1;
  min-width: 0;
}

.fc-theme .contact-channel-label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #52525b;
  margin-bottom: 0.2rem;
}

.fc-theme .contact-channel-value {
  display: block;
  font-weight: 600;
  color: #f8f8f8;
  font-size: 1rem;
  line-height: 1.35;
}

.fc-theme .contact-channel-note {
  font-size: 0.82rem;
  color: #52525b;
  margin-top: 0.35rem;
  margin-bottom: 0;
  line-height: 1.5;
}

.fc-theme .contact-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 0.5rem;
  padding-top: 1rem;
}

.fc-theme .contact-trust-row span {
  font-size: 0.8rem;
  color: #52525b;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.fc-theme .contact-trust-row i {
  color: #e63946;
}

/* Panel formulario */
.fc-theme .contact-form-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: #111113;
  padding: 1.75rem;
}

.fc-theme .contact-form-panel h2 {
  font-size: 1.35rem;
  margin: 0 0 0.35rem;
  color: #f8f8f8;
}

.fc-theme .contact-form-panel .contact-form-intro {
  font-size: 0.9rem;
  color: #52525b;
  margin-bottom: 1.35rem;
  line-height: 1.6;
}

.fc-theme .contact-form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .fc-theme .contact-form-grid--2 {
    grid-template-columns: 1fr 1fr;
  }
}

.fc-theme .contact-form-field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.fc-theme .contact-form-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #f8f8f8;
}

.fc-theme .contact-form-field input,
.fc-theme .contact-form-field select,
.fc-theme .contact-form-field textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 12px;
  background: #09090b !important;
  background-color: #09090b !important;
  color: #f8f8f8 !important;
  font-size: 0.95rem;
  font-family: inherit;
  line-height: 1.4;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.fc-theme .contact-form-field select {
  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='%23a1a1aa' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.85rem center !important;
  padding-right: 2.25rem;
}

.fc-theme .contact-form-field input::placeholder,
.fc-theme .contact-form-field textarea::placeholder {
  color: #52525b;
  opacity: 1;
}

.fc-theme .contact-form-field input:focus,
.fc-theme .contact-form-field select:focus,
.fc-theme .contact-form-field textarea:focus {
  outline: none;
  border-color: #e63946 !important;
  box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.2);
}

.fc-theme .contact-form-field textarea {
  min-height: 130px;
  resize: vertical;
}

.fc-theme .contact-form-submit {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.85rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  color: #fff !important;
  background: #e63946 !important;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.fc-theme .contact-form-submit:hover {
  background: #ff4d5a !important;
}

.fc-theme .contact-form-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.fc-theme .contact-form-privacy {
  font-size: 0.75rem;
  color: #52525b;
  margin: 0.85rem 0 0;
  line-height: 1.5;
}

.fc-theme .contact-form-privacy a {
  color: #e63946;
}

.fc-theme .contact-form-feedback {
  font-size: 0.875rem;
  margin-top: 0.75rem;
  line-height: 1.5;
}

.fc-theme .contact-form-feedback.is-success { color: #25d366; }
.fc-theme .contact-form-feedback.is-error { color: #ff6b6b; }

.fc-theme .contact-office-map {
  margin-top: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  background: #111113;
}

.fc-theme .contact-office-map header {
  padding: 1.25rem 1.35rem 0;
}

.fc-theme .contact-office-map header h2 {
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
  color: #f8f8f8;
}

.fc-theme .contact-office-map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
  margin-top: 1rem;
}

.fc-theme .contact-faq {
  margin-top: 2.5rem;
}

.fc-theme .contact-faq h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #f8f8f8;
}

.fc-theme .contact-faq details {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  margin-bottom: 0.65rem;
  background: #111113;
}

.fc-theme .contact-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: #f8f8f8;
}

.fc-theme .contact-faq details p {
  color: #a1a1aa;
  margin: 0.65rem 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.fc-theme .contact-faq a {
  color: #e63946;
}

.fc-theme .contact-related {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  margin-top: 2.5rem;
}

.fc-theme .contact-related a {
  display: block;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  text-decoration: none !important;
  color: #f8f8f8 !important;
  font-size: 0.9rem;
  transition: border-color 0.2s;
}

.fc-theme .contact-related a:hover {
  border-color: #e63946;
  color: #e63946 !important;
}

.fc-theme .contact-related .text-muted {
  color: #52525b !important;
}
