/* Start custom CSS for text-editor, class: .elementor-element-66f1240a */.tm-blog-wrap {
  --tm-blue: #1746ce;
  --tm-dark: #0a1e59;
  --tm-green: #0affc4;
  --tm-light: #f7f9fc;
  --tm-grey: #e7ebf3;
  --tm-text: #1f2937;
  --tm-muted: #5f6b7a;

  font-family: Manrope, Arial, sans-serif;
  color: var(--tm-text);
  line-height: 1.7;
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px;
}

/* ---------- TYPOGRAPHY ---------- */

.tm-blog-wrap h1,
.tm-blog-wrap h2,
.tm-blog-wrap h3 {
  color: var(--tm-dark);
  line-height: 1.2;
}

.tm-blog-wrap h1 {
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

.tm-blog-wrap h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  margin: 48px 0 18px;
}

.tm-blog-wrap h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.tm-blog-wrap p {
  font-size: 1.05rem;
  margin-bottom: 18px;
}

.tm-blog-wrap a {
  color: var(--tm-blue);
  font-weight: 700;
  text-decoration: none;
}

.tm-blog-wrap a:hover {
  text-decoration: underline;
}

/* ---------- HERO ---------- */

.tm-hero {
  background: linear-gradient(135deg, #eef3ff, #ffffff 60%, #eafff9);
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 30px;
  border: 1px solid var(--tm-grey);
}

.tm-kicker {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--tm-grey);
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 800;
  color: var(--tm-blue);
  font-size: 0.9rem;
  margin-bottom: 16px;
}

/* ---------- VIDEO ---------- */

.tm-video {
  background: var(--tm-dark);
  border-radius: 20px;
  padding: 24px;
  color: #fff;
  margin: 40px 0;
}

.tm-video-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 16px;
  overflow: hidden;
}

.tm-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tm-video-placeholder {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: linear-gradient(135deg, #0a1e59, #1746ce);
  border-radius: 16px;
}

.tm-video-placeholder-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.tm-video h2 {
  margin: 0 0 12px !important;
  color: #ffffff;
}

/* ---------- SECTIONS ---------- */

.tm-section {
  margin: 50px 0;
}

/* ---------- CARDS ---------- */

.tm-card {
  background: #fff;
  border-radius: 20px;
  padding: 26px;
  border: 1px solid var(--tm-grey);
}

.tm-highlight {
  border-left: 5px solid var(--tm-blue);
  background: linear-gradient(135deg, #f5f8ff, #ffffff);
}

/* ---------- QUOTES ---------- */

.tm-quote {
  background: var(--tm-dark);
  color: #fff;
  border-radius: 20px;
  padding: 30px;
  margin: 40px 0;
}

.tm-quote blockquote {
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0;
}

.tm-quote cite {
  display: block;
  margin-top: 12px;
  color: var(--tm-green);
  font-weight: 700;
}

/* ---------- GRID ---------- */

.tm-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 24px 0;
}

.tm-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* ---------- MINI CARDS ---------- */

.tm-mini-card {
  background: #fff;
  border: 1px solid var(--tm-grey);
  border-radius: 16px;
  padding: 18px;
}

.tm-mini-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--tm-dark);
}

/* ---------- COMPARISON ---------- */

.tm-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.tm-compare-box {
  padding: 20px;
  border-radius: 18px;
  border: 1px solid var(--tm-grey);
}

.tm-compare-box.left {
  background: #fafcff;
}

.tm-compare-box.right {
  background: #f0f6ff;
}

/* ---------- AT A GLANCE ---------- */

.tm-at-glance {
  background: #f7fbff;
  border-radius: 20px;
  padding: 26px;
  border: 1px solid var(--tm-grey);
}

.tm-at-glance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.tm-stat {
  background: #fff;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid var(--tm-grey);
}

.tm-stat span {
  display: block;
  font-weight: 800;
  color: var(--tm-blue);
}

/* ---------- CTA ---------- */

.tm-cta {
  background: linear-gradient(135deg, #eef3ff, #eafff9);
  padding: 40px;
  border-radius: 24px;
  text-align: center;
  border: 1px solid var(--tm-grey);
}

.tm-button {
  background: var(--tm-blue);
  color: #fff !important;
  padding: 14px 22px;
  border-radius: 999px;
  display: inline-block;
  margin-top: 12px;
  font-weight: 800;
}

/* ---------- FOOTER GRID ---------- */

.tm-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 768px) {
  .tm-grid,
  .tm-grid-3,
  .tm-comparison,
  .tm-at-glance-grid,
  .tm-footer-grid {
    grid-template-columns: 1fr;
  }

  .tm-blog-wrap {
    padding: 16px;
  }
}/* End custom CSS */