.ts-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.ts-hero,
.ts-section,
.ts-final-cta {
  font-family: inherit;
}

.ts-hero {
  padding: 95px 0;
  background:
    radial-gradient(circle at top right, rgba(37, 137, 255, .18), transparent 34%),
    linear-gradient(135deg, #f4f9ff 0%, #ffffff 48%, #edf6ff 100%);
  overflow: hidden;
}

.ts-hero-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 46px;
  align-items: center;
}

.ts-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 999px;
  background: #e8f3ff;
  color: #0a67ad;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
}

.ts-label-light {
  background: rgba(255,255,255,.14);
  color: #ffffff;
}

.ts-hero h1,
.ts-section h2,
.ts-final-cta h2 {
  margin: 0 0 18px;
  color: #102033;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -1px;
}

.ts-hero h1 {
  font-size: clamp(34px, 5vw, 58px);
}

.ts-section h2,
.ts-final-cta h2 {
  font-size: clamp(28px, 4vw, 44px);
}

.ts-hero p,
.ts-section p,
.ts-final-cta p {
  color: #52667a;
  font-size: 17px;
  line-height: 1.75;
}

.ts-hero-content > p {
  max-width: 700px;
}

.ts-hero-list {
  display: grid;
  gap: 11px;
  margin: 25px 0 30px;
  color: #1e3348;
  font-weight: 750;
}

.ts-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 16px;
}

.ts-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 23px;
  border-radius: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: all .25s ease;
}

.ts-btn-primary {
  background: #0878d8;
  color: #ffffff !important;
  box-shadow: 0 14px 32px rgba(8,120,216,.25);
}

.ts-btn-primary:hover {
  background: #0668bd;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.ts-btn-secondary {
  background: #ffffff;
  color: #102033 !important;
  border-color: #dbe7f3;
}

.ts-btn-secondary:hover {
  border-color: #0878d8;
  color: #0878d8 !important;
  transform: translateY(-2px);
}

.ts-btn-light {
  background: #ffffff;
  color: #0878d8 !important;
  margin-top: 26px;
}

.ts-btn-light:hover {
  background: #e8f3ff;
  color: #0878d8 !important;
  transform: translateY(-2px);
}

.ts-note {
  font-size: 14px !important;
  color: #718296 !important;
  margin: 0;
}

.ts-hero-visual {
  min-height: 540px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(16,32,51,.05), rgba(16,32,51,.62)),
    url("https://images.unsplash.com/photo-1518611012118-696072aa579a?auto=format&fit=crop&w=900&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0 26px 70px rgba(16,32,51,.18);
  overflow: hidden;
}

.ts-visual-card {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  padding: 26px;
  border-radius: 26px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 36px rgba(16,32,51,.16);
}

.ts-visual-card h3 {
  margin: 0 0 10px;
  color: #102033;
  font-size: 25px;
}

.ts-visual-card p {
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.6;
}

.ts-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.ts-mini-grid span {
  display: flex;
  justify-content: center;
  padding: 9px 10px;
  border-radius: 999px;
  background: #e8f3ff;
  color: #0a67ad;
  font-size: 13px;
  font-weight: 800;
}

.ts-section {
  padding: 82px 0;
  background: #ffffff;
}

.ts-heading {
  max-width: 810px;
  margin: 0 auto 43px;
  text-align: center;
}

.ts-heading p {
  margin-bottom: 0;
}

.ts-benefit-grid,
.ts-service-grid,
.ts-step-grid,
.ts-info-grid,
.ts-link-grid {
  display: grid;
  gap: 22px;
}

.ts-benefit-grid {
  grid-template-columns: repeat(4, 1fr);
}

.ts-service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.ts-card,
.ts-service-card,
.ts-step,
.ts-info-card {
  background: #ffffff;
  border: 1px solid #e4edf6;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 13px 34px rgba(16,32,51,.06);
  transition: all .25s ease;
}

.ts-card:hover,
.ts-service-card:hover,
.ts-step:hover,
.ts-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(16,32,51,.11);
}

.ts-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #0878d8;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 18px;
}

.ts-card h3,
.ts-service-card h3,
.ts-step h3,
.ts-info-card h3 {
  margin: 0 0 12px;
  color: #102033;
  font-size: 21px;
  line-height: 1.3;
}

.ts-card p,
.ts-service-card p,
.ts-step p,
.ts-info-card p {
  margin: 0;
  font-size: 15.5px;
}

.ts-dark {
  background: #102033;
}

.ts-dark h2,
.ts-dark h3 {
  color: #ffffff;
}

.ts-dark p {
  color: #dce8f4;
}

.ts-split {
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 46px;
  align-items: center;
}

.ts-check-list {
  display: grid;
  gap: 13px;
  margin-top: 25px;
  color: #ffffff;
  font-weight: 750;
}

.ts-dark-box {
  padding: 34px;
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}

.ts-dark-box h3 {
  margin: 0 0 20px;
  font-size: 25px;
}

.ts-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ts-chip-wrap span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.ts-soft {
  background: #f5faff;
}

.ts-step-grid {
  grid-template-columns: repeat(4, 1fr);
}

.ts-step span {
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #0878d8;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 18px;
}

.ts-why-list {
  display: grid;
  gap: 14px;
}

.ts-why-list div {
  padding: 18px 20px;
  border-radius: 16px;
  background: #f5faff;
  border: 1px solid #e4edf6;
  color: #1e3348;
  font-weight: 750;
}

.ts-info-grid {
  grid-template-columns: repeat(3, 1fr);
}

.ts-center-btn {
  text-align: center;
  margin-top: 32px;
}

.ts-link-grid {
  grid-template-columns: repeat(3, 1fr);
}

.ts-link-grid a {
  padding: 22px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e4edf6;
  color: #102033 !important;
  font-weight: 850;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(16,32,51,.05);
  transition: all .25s ease;
}

.ts-link-grid a:hover {
  transform: translateY(-3px);
  color: #0878d8 !important;
  border-color: #0878d8;
}

.ts-faq-section {
  background: #ffffff;
}

.ts-faq {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.ts-faq-item {
  border: 1px solid #e4edf6;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16,32,51,.05);
}

.ts-faq-question {
  width: 100%;
  padding: 20px 22px;
  border: 0;
  background: #ffffff;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  color: #102033;
  font-size: 17px;
  font-weight: 850;
}

.ts-faq-question span {
  color: #0878d8;
  font-size: 25px;
  font-weight: 700;
  transition: transform .25s ease;
}

.ts-faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #f5faff;
  transition: max-height .28s ease;
}

.ts-faq-answer p {
  margin: 0;
  padding: 0 22px 21px;
  font-size: 15.5px;
}

.ts-faq-item.active .ts-faq-answer {
  max-height: 240px;
}

.ts-faq-item.active .ts-faq-question span {
  transform: rotate(45deg);
}

.ts-final-cta {
  padding: 84px 0;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.18), transparent 35%),
    linear-gradient(135deg, #0878d8 0%, #102033 100%);
}

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

.ts-final-cta p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #e7f3ff;
}

.ts-btn-final {
  background: #ffffff;
  color: #0878d8 !important;
  box-shadow: 0 14px 32px rgba(0,0,0,.18);
}

.ts-btn-final:hover {
  background: #e8f3ff;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .ts-hero-grid,
  .ts-split {
    grid-template-columns: 1fr;
  }

  .ts-benefit-grid,
  .ts-step-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ts-service-grid,
  .ts-info-grid,
  .ts-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ts-hero-visual {
    min-height: 430px;
  }
}

@media (max-width: 640px) {
  .ts-hero,
  .ts-section,
  .ts-final-cta {
    padding: 58px 0;
  }

  .ts-benefit-grid,
  .ts-service-grid,
  .ts-step-grid,
  .ts-info-grid,
  .ts-link-grid {
    grid-template-columns: 1fr;
  }

  .ts-button-row {
    flex-direction: column;
  }

  .ts-btn {
    width: 100%;
  }

  .ts-hero-visual {
    min-height: 390px;
    border-radius: 24px;
  }

  .ts-visual-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 20px;
  }

  .ts-mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ts-faq-question {
    font-size: 15.5px;
  }
}