
    .gradient-text {
      background: linear-gradient(135deg, #f26e35 0%, #ff874f 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hero-subtitle {
      color:#fff;
      font-size:22px;
      line-height:1.6;
      margin:0 auto 16px;
      font-weight:500;
      max-width:700px;
    }

    .hero-description {
      color:rgba(255,255,255,0.85);
      font-size:18px;
      line-height:1.7;
      margin:0 auto 40px;
    }

    .hero-x {
      background: linear-gradient(135deg, #1e3a5f 0%, #2d5a8c 50%, #3a7bc8 100%);
      padding: 120px 0 70px;
      position: relative;
      overflow: hidden;
    }

    .hero-x:before {
      content: '';
      position: absolute;
      top: -30%;
      right: -15%;
      width: 700px;
      height: 700px;
      background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 70%);
      border-radius: 50%;
    }

    .hero-x:after {
      content: '';
      position: absolute;
      bottom: -40%;
      left: -10%;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
      border-radius: 50%;
    }

    .hero-x h1 {
      font-weight: 700;
      margin: 0;
      z-index: 1;
      color: #fff;
      line-height:1.15;
      font-size: 67px !important;
    }

    .kicker-x {
      display: inline-block;
      color: #fff;
      font-weight: 700;
      font-size: 13px;
      letter-spacing: 1px;
      padding: 8px 16px;
      margin-bottom: 18px;
      backdrop-filter: blur(10px);
    }

    .cta-wrap {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 22px;
      justify-content: center;
      margin-top: 32px;
      margin-bottom: -35px;
    }

    /* 2. SECTIONS & LAYOUT */
    .section-x {
      padding: 60px 0 10px;
    }

    .grid {
      display: grid;
      gap: 20px;
    }

    /* 4. CARDS */
    .card-x {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 12px;
      padding: 20px;
      transition: all .3s ease;
      position: relative;
      display: flex;
      align-items: flex-start;
      gap: 18px;
      text-align: left;
    }

    .card-x:hover {
      transform: translateY(-2px);
    }

    .card-x .content {
      flex: 1;
    }

    .card-x h3 {
      margin: 0 0 6px 0;
      color: #374151;
      font-size: 18px;
      font-weight: 700;
    }

    .card-x p {
      margin: 0;
      color: #6b7280;
      line-height: 1.5;
    }

    .card-x .fa-icon {
      font-size: 32px;
      color: #324673;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: color .3s ease, transform .3s ease;
    }

    .card-x:hover .fa-icon {
      color: #f26e35;
      transform: translateY(-4px);
    }

    /* 5. FEATURE CARDS */
    .feature-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 12px;
      padding: 24px;
      position: relative;
      transition: all .3s ease;
      display: flex;
      align-items: flex-start;
      gap: 18px;
      text-align: left;
    }

    .feature-card:hover {
      transform: translateY(-2px);
    }

    .feature-card .icon-wrap {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .feature-card .icon-wrap i {
      font-size: 32px;
      color: #1e3a8a;
      transition: color .3s ease, transform .3s ease;
    }

    .feature-card:hover .icon-wrap i {
      color: #f26e35;
      transform: translateY(-4px);
    }

    .feature-card .content {
      flex: 1;
    }

    .feature-card h4 {
      font-size: 18px;
      font-weight: 700;
      margin: 0 0 6px 0;
      color: #374151;
    }

    .feature-card p {
      font-size: 15px;
      color: #6b7280;
      line-height: 1.5;
      margin: 0;
    }

    /* 6. TIMELINE */
    .timeline {
      position: relative;
      margin: 20px auto 0;
      max-width: 900px;
    }

    .timeline:before {
      content: "";
      position: absolute;
      left: 22px;
      top: 0;
      bottom: 0;
      width: 3px;
      background: linear-gradient(180deg, #2d5a8c, #3a7bc8);
      border-radius: 3px;
    }

    .tl-item {
      position: relative;
      padding: 0 0 28px 60px;
    }

    .tl-item:last-child {
      padding-bottom: 0;
    }

    .tl-dot {
      position: absolute;
      left: 12px;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: linear-gradient(135deg, #ff6b35, #ff8855);
      border: 3px solid #fff;
    }

    .tl-head {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .tl-head i {
      font-size: 20px;
      color: #2d5a8c;
    }

    .tl-title {
      font-weight: 800;
      color: #1e3a5f;
    }

    /*  STATISTIC */
    .stats-grid {
      display: grid;
      gap: 18px;
      grid-template-columns: 1fr;
    }

    .stat-card {
      background: linear-gradient(145deg, #fff 0%, #f8fafc 100%);
      border: 2px solid #e8edf5;
      border-radius: 20px;
      padding: 26px;
      text-align: center;
      transition: all .3s ease;
      position: relative;
      overflow: hidden;
    }

    .stat-card:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #2d5a8c, #3a7bc8);
    }

    .stat-card:hover {
      transform: translateY(-4px);
    }

    .stat-number {
      font-size: 42px;
      font-weight: 800;
      color: #2d5a8c;
      line-height: 1;
      margin-bottom: 10px;
    }

    .stat-label {
      font-size: 14px;
      color: #5a6c85;
      font-weight: 700;
    }

    .owl-theme .owl-nav [class*='owl-'] {
      color: #2d5a8c;
      font-size: 20px;
    }

    .owl-theme .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      background: #c5d5e9;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
      background: #2d5a8c;
    }

    /* 11. FAQ */
    .faq-item {
      border-bottom: 2px solid #e8edf5;
      padding: 20px 0;
    }

    .faq-q {
      cursor: pointer;
      padding: 0;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #1e3a5f;
      transition: color .2s ease;
    }

    .faq-a {
      display: none;
      padding: 16px 0 0;
      color: #5a6c85;
      line-height: 1.6;
    }

    .faq-arrow {
      color: #2d5a8c;
      transition: transform .3s ease;
      margin-left: 10px;
    }

    .faq-item.open .faq-arrow {
      transform: rotate(180deg);
    }

    /* 12. BUTTONS & CTAs */
    .btn-cta-main {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 14px 26px;
      border-radius: 10px;
      background: linear-gradient(135deg, #ff6b35 0%, #ff8855 100%);
      color: #fff;
      font-weight: 800;
      border: 0;
      text-decoration: none;
      transition: all .3s ease;
    }

    .btn-cta-main:hover {
      transform: translateY(-2px) scale(1.02);
      color: #fff;
    }

    .btn-cta-main i {
      font-size: 20px;
    }

    .btn-secondary {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 14px 26px;
      border-radius: 10px;
      background: rgba(255,255,255,0.15);
      color: #fff;
      font-weight: 800;
      border: 2px solid rgba(255,255,255,0.5);
      text-decoration: none;
      backdrop-filter: blur(10px);
      transition: all .3s ease;
    }

    .btn-secondary:hover {
      background: rgba(255,255,255,0.95);
      color: #2d5a8c;
      border-color: #fff;
      transform: translateY(-2px);
    }

    .cpt {
      transition: all .3s ease;
    }

    .cpt-hover {
      transform: translateY(-4px) scale(1.03);
    }

    /* MEDIA QUERIES */

    /* Tablets & Up (768px+) */
    @media (min-width: 768px) {
      .grid-3 {
        grid-template-columns: repeat(2, 1fr);
      }

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

    }

    /* Desktop & Up (992px+) */
    @media (min-width: 992px) {
      .grid-3 {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    /* Mobile (max-width: 767px) */
    @media (max-width: 767px) {
      .hero-x h1 {
        font-size: 36px !important;
        line-height: 1.2;
      }

      .faq {
        padding: 20px;
        border-radius: 16px;
      }

      .faq-item {
        padding: 16px 0;
      }

      .faq-q {
        font-size: 15px;
      }

      .faq-a {
        padding: 12px 0 0;
        font-size: 14px;
        line-height: 1.5;
      }

      .faq-arrow {
        font-size: 14px;
        margin-left: 8px;
      }
    }
