.wp-site-blocks {
  overflow-wrap: break-word;
}

.ts-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid #e2e8f0;
  backdrop-filter: blur(8px);
}

.ts-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 24px;
}

.ts-header .wp-block-navigation a {
  font-size: 14px;
  font-weight: 500;
  color: #0f1b2d;
}

.ts-hero {
  background: #f8fafc;
}

.ts-metric-card {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 24px;
  background: #ffffff;
}

.ts-offer-card {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 24px;
  background: #ffffff;
  height: 100%;
}

.ts-offer-price {
  margin: 0;
  color: #0f1b2d;
  font-weight: 700;
}

.ts-offer-duration {
  margin: 4px 0 16px;
  font-size: 14px;
  color: #475569;
}

.ts-phase-grid {
  gap: 20px;
}

.ts-phase-card {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 20px;
  background: #ffffff;
}

.ts-footer {
  margin-top: 64px;
  border-top: 1px solid #334155;
}

.ts-cta-band {
  border-radius: 8px;
  background: #0f1b2d;
  color: #ffffff;
  padding: 32px;
}

.ts-cta-band h2,
.ts-cta-band p {
  color: #ffffff;
}

@media (max-width: 781px) {
  .ts-header-inner {
    padding: 12px 16px;
  }

  .ts-cta-band {
    padding: 24px;
  }
}
