/* =========================================================
   FORMLINE FABRICATOR SUPPORT PAGE
   File: /site/css/fabricator-support.css
   ========================================================= */

.fl-fab-page,
.fl-fab-page * {
  box-sizing: border-box;
}

.fl-fab-page {
  background: #ffffff;
  color: #202428;
  font-family: Arial, Helvetica, sans-serif;
}

/* ---------- Hero ---------- */

.fl-fab-hero {
  background: #ffffff;
  border-bottom: 1px solid #e4e8eb;
}

.fl-fab-hero-inner {
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(320px, 0.8fr);
  gap: 56px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: 74px 40px 64px 40px;
}

.fl-fab-kicker {
  margin: 0 0 16px 0;
  color: #0d2c54;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.fl-fab-title {
  margin: 0 0 24px 0 !important;
  padding: 0 !important;
  color: #111418 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(42px, 5vw, 72px) !important;
  line-height: 0.98 !important;
  font-weight: 800 !important;
  letter-spacing: -0.055em !important;
}

.fl-fab-intro {
  max-width: 780px;
  margin: 0;
  color: #3b444b;
  font-size: 19px;
  line-height: 1.65;
}

.fl-fab-hero-card {
  padding: 32px;
  background: #f4f6f7;
  border: 1px solid #d8dde0;
  border-radius: 4px;
}

.fl-fab-hero-card h2 {
  margin: 0 0 14px 0 !important;
  padding: 0 !important;
  color: #111418 !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

.fl-fab-hero-card p {
  margin: 0;
  color: #3b444b;
  font-size: 15px;
  line-height: 1.65;
}

/* ---------- Support overview cards ---------- */

.fl-fab-support-grid-section {
  background: #f4f6f7;
  border-bottom: 1px solid #e4e8eb;
}

.fl-fab-support-grid-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 48px 40px;
}

.fl-fab-grid-heading {
  max-width: 780px;
  margin-bottom: 32px;
}

.fl-fab-grid-heading h2 {
  margin: 0 0 14px 0 !important;
  padding: 0 !important;
  color: #111418 !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
}

.fl-fab-grid-heading p {
  margin: 0;
  color: #3b444b;
  font-size: 16px;
  line-height: 1.7;
}

.fl-fab-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fl-fab-support-card {
  min-height: 235px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid #d8dde0;
  border-radius: 4px;
}

.fl-fab-support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  color: #ffffff;
  background: #0d2c54;
  border-radius: 4px;
}

.fl-fab-support-icon svg {
  width: 26px;
  height: 26px;
}

.fl-fab-support-card h3 {
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  color: #111418 !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.fl-fab-support-card p {
  margin: 0;
  color: #3b444b;
  font-size: 14px;
  line-height: 1.65;
}

/* ---------- Standard content sections ---------- */

.fl-fab-section {
  border-bottom: 1px solid #e4e8eb;
  background: #ffffff;
}

.fl-fab-section:nth-child(even) {
  background: #f8f9fa;
}

.fl-fab-section-inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.22fr);
  gap: 60px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: 64px 40px;
}

.fl-fab-section-label {
  margin: 0 0 14px 0;
  color: #0d2c54;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.fl-fab-heading {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  color: #111418 !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
}

.fl-fab-copy p {
  margin: 0 0 16px 0;
  color: #3b444b;
  font-size: 16px;
  line-height: 1.7;
}

.fl-fab-visual {
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6f7;
  border: 1px solid #d8dde0;
  border-radius: 4px;
}

.fl-fab-visual svg {
  width: 90%;
  max-width: 440px;
  height: auto;
}

/* ---------- Workflow list ---------- */

.fl-fab-workflow {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.fl-fab-workflow-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid #d8dde0;
  border-radius: 4px;
}

.fl-fab-workflow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 28px;
  color: #ffffff;
  background: #0d2c54;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 800;
}

.fl-fab-workflow-item h3 {
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  color: #111418 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.fl-fab-workflow-item p {
  margin: 0;
  color: #3b444b;
  font-size: 14px;
  line-height: 1.55;
}

/* ---------- CTA ---------- */

.fl-fab-cta {
  background: #0d2c54;
  color: #ffffff;
}

.fl-fab-cta-inner {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) auto;
  gap: 40px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: 56px 40px;
}

.fl-fab-cta h2 {
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
}

.fl-fab-cta p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.65;
}

.fl-fab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  color: #0d2c54 !important;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}

.fl-fab-btn:hover {
  background: #f4f6f7;
}

/* ---------- Responsive ---------- */

@media (max-width: 1050px) {
  .fl-fab-hero-inner,
  .fl-fab-section-inner,
  .fl-fab-cta-inner {
    grid-template-columns: 1fr;
  }

  .fl-fab-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .fl-fab-hero-inner,
  .fl-fab-support-grid-inner,
  .fl-fab-section-inner,
  .fl-fab-cta-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .fl-fab-support-grid {
    grid-template-columns: 1fr;
  }
}