
    /* ---------- Hero ---------- */
    .tn-hero {
      background:
        radial-gradient(circle at 80% 40%, rgba(59,130,246,.35), transparent 55%),
        linear-gradient(120deg, #0a1747 0%, #0e2260 60%, #123081 100%);
      color: #fff; position: relative; overflow: hidden;
    }
    .tn-hero::before {
      content: ""; position: absolute; inset: 0;
      background-image: radial-gradient(rgba(255,255,255,.10) 1px, transparent 1px);
      background-size: 26px 26px; opacity: .4;
    }
    .tn-hero .container { position: relative; z-index: 2; }
    .tn-breadcrumb a, .tn-breadcrumb span { color: #b9c6ea; font-size: .9rem; }
    .tn-breadcrumb .active { color: #fff; }
    .tn-hero h1 { font-weight: 800; font-size: 3.4rem; margin: .4rem 0 1rem; }
    .tn-hero .accent-bar { width: 70px; height: 4px; background: var(--tn-primary); border-radius: 3px; margin-bottom: 1.3rem; }
    .tn-hero p { color: #c6d2ef; max-width: 430px; line-height: 1.7; }
    .tn-hero-illustration { font-size: 15rem; color: rgba(255,255,255,.9); text-align: center; }

    /* ---------- Section headings ---------- */
    .tn-eyebrow { color: var(--tn-primary); font-weight: 600; letter-spacing: 1.5px; font-size: .8rem; text-transform: uppercase; }
    .tn-section-title { font-weight: 700; font-size: 2.25rem; color: #0f172a; }
    .tn-section-sub { color: var(--tn-muted); max-width: 560px; margin: 0 auto; line-height: 1.6; }

    /* ---------- Service cards ---------- */
    .tn-service-card {
      background: #fff; border: 1px solid var(--tn-card-border); border-radius: 14px;
      padding: 1.6rem; height: 100%; transition: .25s ease;
    }
    .tn-service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(37,99,235,.12); border-color: #dbe4fb; }
    .tn-service-icon {
      width: 60px; height: 60px; border-radius: 12px; background: var(--tn-light-blue);
      color: var(--tn-primary); display: flex; align-items: center; justify-content: center;
      font-size: 1.6rem; margin-bottom: 1.2rem;
    }
    .tn-service-card h5 { font-weight: 600; font-size: 1.08rem; color: #0f172a; margin-bottom: .7rem; }
    .tn-service-card p { color: var(--tn-muted); font-size: .9rem; line-height: 1.6; margin-bottom: 1rem; }
    .tn-learn { color: var(--tn-primary); font-weight: 500; font-size: .9rem; }
    .tn-learn i { transition: .2s; }
    .tn-learn:hover i { transform: translateX(4px); }

    /* ---------- Why choose us ---------- */
    .tn-why { background: #f5f8ff; border-radius: 18px; padding: 2.5rem 1rem; }
    .tn-why-icon {
      width: 54px; height: 54px; border-radius: 50%; border: 1px solid #d5e0fb; background: #fff;
      color: var(--tn-primary); display: flex; align-items: center; justify-content: center;
      font-size: 1.4rem; margin: 0 auto 1rem;
    }
    .tn-why h6 { font-weight: 600; color: #0f172a; margin-bottom: .5rem; }
    .tn-why p { color: var(--tn-muted); font-size: .82rem; line-height: 1.5; }
    .tn-why-col { border-right: 1px solid #e1e8f7; }
    .tn-why-col:last-child { border-right: none; }

    /* ---------- Stats ---------- */
    .tn-stats { background: linear-gradient(120deg, #123081, #1d4ed8); border-radius: 16px; color: #fff; padding: 2rem 1rem; }
    .tn-stat-icon { font-size: 1.6rem; opacity: .9; }
    .tn-stat-num { font-weight: 700; font-size: 1.7rem; line-height: 1; }
    .tn-stat-label { font-size: .82rem; color: #cdd8f5; }
    .tn-stat-col { border-right: 1px solid rgba(255,255,255,.15); }
    .tn-stat-col:last-child { border-right: none; }

    /* ---------- CTA ---------- */
    .tn-cta { background: #eef3ff; border-radius: 16px; padding: 2rem 2.2rem; }
    .tn-cta-icon {
      width: 66px; height: 66px; border-radius: 50%; background: var(--tn-primary); color: #fff;
      display: flex; align-items: center; justify-content: center; font-size: 1.6rem;
    }
    .tn-cta h3 { font-weight: 700; color: #0f172a; }
    .tn-cta p { color: var(--tn-muted); font-size: .92rem; margin: 0; }
    .btn-started { background: var(--tn-primary); color: #fff; font-weight: 500; border-radius: 8px; padding: .8rem 1.5rem; }
    .btn-started:hover { background: #fff; color: var(--tn-primary-dark); }

   
    .tn-breadcrumb a{
        text-decoration:none !important;
    }
    .tn-service-card a{
        text-decoration:none !important;
    }
    @media (max-width: 991px) {
      .tn-hero h1 { font-size: 2.4rem; }
      .tn-why-col, .tn-stat-col { border-right: none; }
    }