/* Upload to: public_html/themes/custom/thefitclass/css/pt2home-tfc-base.css */
.pt2-tfc-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.pt2-tfc-kicker {
  margin: 0 0 10px;
  color: #2f7cff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.pt2-tfc-section-heading {
  max-width: 760px;
}

.pt2-tfc-section-heading--center {
  margin: 0 auto 32px;
  text-align: center;
}

.pt2-tfc-section-heading h2,
.pt2-tfc-hero h1,
.pt2-tfc-final-cta h2 {
  margin: 0;
  color: #0b1220;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.pt2-tfc-section-heading h2,
.pt2-tfc-final-cta h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.pt2-tfc-section-heading p,
.pt2-tfc-hero p,
.pt2-tfc-final-cta p {
  color: #445063;
  font-size: 17px;
  line-height: 1.65;
}

.pt2-tfc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.pt2-tfc-btn:hover {
  transform: translateY(-1px);
}

.pt2-tfc-btn--primary {
  background: linear-gradient(135deg, #1f6fff, #00b7ff);
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(31, 111, 255, .26);
}

.pt2-tfc-btn--secondary {
  background: #fff;
  color: #0b1220 !important;
  border: 1px solid rgba(15, 23, 42, .12);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}

.pt2-tfc-btn--full {
  width: 100%;
}

.pt2-tfc-text-link {
  color: #1f6fff !important;
  font-weight: 900;
  text-decoration: none !important;
}

.pt2-tfc-text-link:hover {
  text-decoration: underline !important;
}

@media (max-width: 680px) {
  .pt2-tfc-wrap {
    width: min(100% - 22px, 1120px);
  }

  .pt2-tfc-section-heading--center {
    margin-bottom: 22px;
    text-align: left;
  }

  .pt2-tfc-section-heading p,
  .pt2-tfc-hero p,
  .pt2-tfc-final-cta p {
    font-size: 15px;
  }
}
