/* Manufacturing page only — classes in manufacturing.tpl */
.tt-manufacturing-page .tt-info-eyebrow {
  background: #12646C !important;
  border-color: #12646C;
  color: white !important;
  border-radius: 5px;
  font-family: "Gelasio", serif !important;
}
.tt-manufacturing-page .tt-info-breadcrumb {
  display: none;
}
.tt-manufacturing-page .tt-info-hero-copy p {
  color: white !important;
}
.tt-manufacturing-page .tt-info-hero-copy h1 {
  font-family: "Gelasio", serif !important;
}
.tt-manufacturing-page .tt-info-hero-bg::after {
  display: none !important;
}
.tt-manufacturing-page .tt-info-hero::after {
  background: rgba(7, 24, 39, 0.2);
}
.tt-manufacturing-page h2 {
  font-size: 42px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  -webkit-text-fill-color: #12646C !important;
}
.tt-manufacturing-page .tt-info-actions .tt-info-btn {
  border-radius: 5px;
  background-color: white;
  border-color: white !important;
  color: #166068 !important;
  transition: 0.3s all;
  line-height: 1;
  font-family: "Inter", sans-serif;
}
.tt-manufacturing-page .tt-info-actions a.tt-info-btn.tt-info-btn-primary {
  background: #166068 !important;
  border-color: #166068 !important;
  color: white !important;
}
.tt-manufacturing-page .tt-info-actions a.tt-info-btn.tt-info-btn-primary:hover {
  color: #166068 !important;
  background-color: white !important;
}
.tt-info-container.tt-split {
  padding: 16px;
  background: #F1F9FC !important;
  border: 1px solid rgba(113, 145, 168, 0.18);
  border-left: 6px solid #12646C;
  border-radius: 20px;
  display: flex !important;
  flex-direction: row-reverse !important;
}
.tt-info-container.tt-split figure,
.tt-info-container.tt-split .tt-copy {
  flex: 1;
}
.tt-mfg-cta-glow {
  display: none;
}
.tt-manufacturing-page .tt-cta-box {
  background: #071827 !important;
  display: flex !important;
  flex-direction: column !important;
  text-align: center !important;
}
.tt-manufacturing-page .tt-cta-box :is(h2, p) {
  color: white !important;
  -webkit-text-fill-color: white !important;
}
.tt-manufacturing-page .tt-cta-box .tt-info-btn {
  border-radius: 5px;
  background-color: #FBAA06 !important;
  border: 2px solid #FBAA06 !important;
  color: #071827 !important;
}
.tt-align-right {
  background: #F1F9FC !important;
}
.tt-align-right .tt-info-container {
  padding: 16px;
  background: white !important;
  border: 1px solid rgba(113, 145, 168, 0.18);
  border-right: 6px solid #12646C;
  border-radius: 20px;
  display: flex;
  flex-direction: row-reverse;
  gap: 44px !important;
}
.tt-align-right .tt-info-container .tt-section-head,
.tt-align-right .tt-card-grid {
  flex: 1;
  text-align: left !important;
}
.tt-align-right .tt-card-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}
.tt-align-right .tt-card-grid article {
  width: calc(50% - 5px);
  background: #F1F9FC;
}
.tt-align-right .tt-card-grid article svg {
  stroke: #12646C;
}
.tt-align-right .tt-card-grid article .tt-card-icon {
  background: transparent !important;
}
.tt-align-right .tt-card-grid article b {
  color: #12646C;
}

@media (max-width: 1100px) {
  .tt-info-container.tt-split,
  .tt-align-right .tt-info-container {
    flex-direction: column !important;
  }
}
@media (max-width: 640px) {
  .tt-manufacturing-page h2 {
    font-size: 28px !important;
  }
}

/* Paired hero CTAs: outline button matches primary height/width */
.tt-info-hero .tt-info-actions {
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  width: fit-content;
  max-width: 100%;
  align-items: stretch;
}
.tt-info-hero .tt-info-actions > a {
  box-sizing: border-box !important;
  width: 100%;
  min-height: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 0 22px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.8px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap;
  border-radius: 5px !important;
}
.tt-info-hero .tt-info-actions .arrow-icon {
  width: 14px !important;
  height: 14px !important;
}
