/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.sfc-wrapper {
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
}
/* HERO */
.sfc-hero {
  background: linear-gradient(135deg, #f97316, #111827);
  color: #fff;
  padding: 4rem 1.5rem;
}
.sfc-hero-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  margin: 0 0 0.5rem;
}
.sfc-hero-tag {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.sfc-quote {
  margin-top: 1.5rem;
  padding-left: 1rem;
  border-left: 3px solid rgba(255, 255, 255, 0.6);
  font-style: italic;
}
/* POSITIVITY */
.sfc-positive {
  background: #f9fafb;
  padding: 2.5rem 1.5rem;
}
/* CONTACTS */
.sfc-contacts {
  padding: 2.5rem 1.5rem;
}
.sfc-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.sfc-contact-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.25rem;
}
.sfc-contact-card .name {
  font-weight: 600;
}
/* INFO + FORM */
.sfc-infoform {
  background: #f3f4f6;
  padding: 2.5rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
}
.sfc-info ul {
  list-style: none;
  padding: 0;
}
.sfc-info li + li {
  margin-top: 0.5rem;
}
.sfc-info a {
  color: #111827;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.sfc-info a:hover {
  border-color: #f97316;
}
/* FORM */
.sfc-form form {
  display: flex;
  flex-direction: column;
}
.sfc-form input, .sfc-form textarea {
  margin-bottom: 1rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
}
.sfc-form button {
  background: #f97316;
  color: #fff;
  border: none;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}
.sfc-form button:hover {
  background: #ea580c;
}
/* FOOTER */
.sfc-footer {
  background: #111827;
  color: #9ca3af;
  text-align: center;
  padding: 1.5rem;
  font-size: 0.9rem;
}
/* MOBILE */
@media (max-width: 768px) {
  .sfc-infoform {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=custom.css.map */