/* Start custom CSS for html, class: .elementor-element-c9743b8 */.tomatis-page {
  font-family: inherit;
  color: #1f2937;
  line-height: 1.7;
}

.tomatis-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.tomatis-hero {
  background: linear-gradient(135deg, #f2f7ff 0%, #eefaf8 100%);
  padding: 70px 0 60px;
  border-radius: 0 0 28px 28px;
}

.tomatis-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  background: #ffffff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #126e82;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.tomatis-hero h1 {
  font-size: 46px;
  line-height: 1.15;
  margin: 0 0 18px;
  color: #0f172a;
}

.tomatis-lead {
  max-width: 760px;
  font-size: 19px;
  margin: 0 0 28px;
  color: #475569;
}

.tomatis-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.tomatis-btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s ease;
}

.tomatis-btn-primary {
  background: #126e82;
  color: #fff;
}

.tomatis-btn-primary:hover {
  background: #0f5d6e;
  color: #fff;
}

.tomatis-btn-secondary {
  background: #ffffff;
  color: #126e82;
  border: 1px solid #d7e3ea;
}

.tomatis-btn-secondary:hover {
  background: #f8fbfd;
  color: #126e82;
}

.tomatis-content {
  padding-top: 55px;
  padding-bottom: 40px;
}

.tomatis-section {
  margin-bottom: 42px;
}

.tomatis-section h2 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #0f172a;
}

.tomatis-section h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 12px;
  color: #0f172a;
}

.tomatis-grid {
  display: grid;
  gap: 24px;
}

.tomatis-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tomatis-card {
  background: #ffffff;
  border: 1px solid #e7eef3;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.tomatis-boxes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.tomatis-box {
  background: #f8fbfc;
  border: 1px solid #e4eef1;
  border-radius: 18px;
  padding: 24px;
}

.tomatis-list {
  padding-left: 20px;
  margin: 0;
}

.tomatis-list li {
  margin-bottom: 8px;
}

.tomatis-list-2 {
  columns: 2;
  column-gap: 32px;
}

.tomatis-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tomatis-benefit {
  background: #f3f8fb;
  border: 1px solid #e3edf3;
  border-radius: 16px;
  padding: 18px;
  font-weight: 600;
  text-align: center;
}

.tomatis-steps {
  display: grid;
  gap: 18px;
}

.tomatis-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #e7eef3;
  border-radius: 18px;
  padding: 22px;
}

.tomatis-step span {
  width: 42px;
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #126e82;
  color: #fff;
  font-weight: 700;
}

.tomatis-final-cta {
  background: linear-gradient(135deg, #126e82 0%, #1a8fa7 100%);
  color: #fff;
  border-radius: 24px;
  padding: 36px;
  text-align: center;
}

.tomatis-final-cta h2,
.tomatis-final-cta p {
  color: #fff;
}

.tomatis-final-cta .tomatis-cta {
  justify-content: center;
  margin-top: 18px;
}

.tomatis-final-cta .tomatis-btn-primary {
  background: #fff;
  color: #126e82;
}

.tomatis-final-cta .tomatis-btn-primary:hover {
  background: #f5f5f5;
  color: #126e82;
}

.tomatis-final-cta .tomatis-btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.35);
}

.tomatis-final-cta .tomatis-btn-secondary:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
}

.tomatis-mt {
  margin-top: 24px;
}

@media (max-width: 1024px) {
  .tomatis-grid-2,
  .tomatis-boxes,
  .tomatis-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .tomatis-list-2 {
    columns: 1;
  }
}

@media (max-width: 767px) {
  .tomatis-hero {
    padding: 50px 0 40px;
  }

  .tomatis-hero h1 {
    font-size: 32px;
  }

  .tomatis-lead {
    font-size: 17px;
  }

  .tomatis-grid-2,
  .tomatis-boxes,
  .tomatis-benefits {
    grid-template-columns: 1fr;
  }

  .tomatis-section h2 {
    font-size: 28px;
  }

  .tomatis-card,
  .tomatis-box,
  .tomatis-final-cta {
    padding: 22px;
  }

  .tomatis-step {
    padding: 18px;
  }
}/* End custom CSS */