/*
Theme Name: FirstConnectt
Theme URI: https://www.firstconnectt.com/
Author: FirstConnectt
Description: FirstConnectt — Global CPaaS platform marketing site with native WordPress blogging. The full marketing site (home, products, services, integrations, success stories) is served pixel-identical from the theme; blog articles are managed in wp-admin.
Version: 1.0.0
Requires PHP: 7.4
License: Proprietary
Text Domain: firstconnectt
*/

/* Article body styling for WordPress-authored content (imported or new). */
.fc-article h2 {
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 900;
  color: #0f172a;
  margin: 2.5rem 0 1rem;
}
.fc-article h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin: 2rem 0 0.75rem;
}
.fc-article p {
  color: #475569;
  line-height: 1.75;
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
}
.fc-article ul,
.fc-article ol {
  margin: 0 0 1.25rem 1.35rem;
  color: #475569;
  font-size: 1.05rem;
}
.fc-article ul {
  list-style: disc;
}
.fc-article ol {
  list-style: decimal;
}
.fc-article li {
  margin-bottom: 0.7rem;
  line-height: 1.7;
}
.fc-article li::marker {
  color: var(--fc-accent, #047857);
}
.fc-article a {
  color: #047857;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.fc-article img {
  border-radius: 1rem;
  height: auto;
  max-width: 100%;
}
.fc-article blockquote {
  border-left: 3px solid #047857;
  padding-left: 1.25rem;
  margin: 1.5rem 0;
  color: #334155;
  font-style: italic;
}
.fc-article .fc-takeaway {
  margin-top: 3rem;
  border-radius: 1rem;
  background: rgba(4, 120, 87, 0.05);
  border: 1px solid rgba(4, 120, 87, 0.15);
  padding: 1.75rem 2rem;
}
.fc-article .fc-takeaway .fc-takeaway-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #047857;
  margin-bottom: 0.75rem;
}
.fc-article .fc-takeaway p:last-child {
  color: #0f172a;
  font-weight: 500;
  margin-bottom: 0;
}

/* WordPress core alignment classes (minimal support). */
.alignleft {
  float: left;
  margin: 0 1.25rem 1rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1rem 1.25rem;
}
.aligncenter {
  display: block;
  margin: 0 auto 1rem;
}

/* Simple mobile menu injected on blog pages. */
.fc-mobile-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 60;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.14);
  border-top: 1px solid #e5e7eb;
  padding: 0.75rem 1rem 1rem;
  max-height: 75vh;
  overflow-y: auto;
}
.fc-mobile-menu a {
  display: block;
  padding: 0.8rem 0.75rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
  border-radius: 0.6rem;
}
.fc-mobile-menu a:hover {
  background: #f1f5f9;
  color: #047857;
}
.fc-mobile-menu a.fc-cta {
  margin-top: 0.5rem;
  background: linear-gradient(90deg, #047857, #065f46);
  color: #ffffff;
  text-align: center;
}
