
  <style>
    #header {
      background: #1e4356;
      transition: all 0.5s;
    }

    #header .navbar a,
    #header .navbar a:focus {
      color: #fff;
    }

    #header .get-started-btn {
      background: #68A4C4;
      color: #fff;
    }

    .detail {
      padding-top: 200px !important;
    }

    .page-hero {
      background: linear-gradient(135deg, #1e4356 0%, #2d6a8f 100%);
      padding: 120px 0 60px;
      text-align: center;
      color: #fff;
    }

    .page-hero h1 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #fff;
    }

    .page-hero p {
      font-size: 1.1rem;
      color: rgba(255, 255, 255, 0.85);
    }

    .page-hero .breadcrumb {
      justify-content: center;
      background: transparent;
    }

    .page-hero .breadcrumb-item a {
      color: #68A4C4;
    }

    .page-hero .breadcrumb-item.active {
      color: rgba(255, 255, 255, 0.7);
    }

    .page-hero .breadcrumb-item+.breadcrumb-item::before {
      color: rgba(255, 255, 255, 0.5);
    }

    .icon-feature {
      background: #f8f9fa;
      border-left: 4px solid #68A4C4;
      padding: 20px 24px;
      border-radius: 0 8px 8px 0;
      margin-bottom: 20px;
    }

    .icon-feature i {
      font-size: 1.8rem;
      color: #68A4C4;
      margin-bottom: 8px;
      display: block;
    }

    .icon-feature h5 {
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      color: #1e4356;
    }

    .platform-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #fff;
      border: 1px solid #e9ecef;
      border-radius: 50px;
      padding: 10px 20px;
      margin: 6px;
      font-weight: 600;
      font-size: 0.9rem;
      color: #1e4356;
      font-family: "Poppins", sans-serif;
      transition: all 0.2s;
    }

    .platform-pill:hover {
      background: #1e4356;
      color: #fff;
      border-color: #1e4356;
    }

    .platform-pill i {
      font-size: 1.2rem;
      color: #68A4C4;
    }

    .platform-pill:hover i {
      color: #8ec8e8;
    }

    .service-box {
      border: 1px solid #e9ecef;
      border-radius: 10px;
      padding: 28px;
      transition: all 0.3s;
      height: 100%;
    }

    .service-box:hover {
      border-color: #68A4C4;
      box-shadow: 0 8px 24px rgba(104, 164, 196, 0.15);
      transform: translateY(-3px);
    }

    .service-box .icon {
      font-size: 2.2rem;
      color: #68A4C4;
      margin-bottom: 14px;
      display: block;
    }

    .service-box h5 {
      font-family: "Raleway", sans-serif;
      color: #1e4356;
      font-weight: 700;
    }

    .format-grid {
      background: #f8f9fa;
      border-radius: 10px;
      padding: 24px;
    }

    .format-grid h6 {
      font-family: "Raleway", sans-serif;
      color: #1e4356;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .format-grid ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .format-grid ul li {
      padding: 5px 0;
      font-size: 0.9rem;
      color: #555;
    }

    .format-grid ul li i {
      color: #68A4C4;
      margin-right: 8px;
      font-size: 0.85rem;
    }

    .pricing-card {
      border: 2px solid #e9ecef;
      border-radius: 10px;
      padding: 30px;
      text-align: center;
      transition: all 0.3s;
      height: 100%;
    }

    .pricing-card:hover {
      border-color: #68A4C4;
      box-shadow: 0 10px 30px rgba(104, 164, 196, 0.15);
      transform: translateY(-4px);
    }

    .pricing-card .price {
      font-size: 1.8rem;
      font-weight: 700;
      color: #1e4356;
      font-family: "Raleway", sans-serif;
    }

    .pricing-card .price span {
      font-size: 0.9rem;
      font-weight: 400;
      color: #888;
    }

    .pricing-card h5 {
      color: #1e4356;
      font-family: "Raleway", sans-serif;
      font-weight: 600;
    }

    .pricing-card ul {
      list-style: none;
      padding: 0;
      text-align: left;
    }

    .pricing-card ul li {
      padding: 6px 0;
      border-bottom: 1px solid #f0f0f0;
      color: #555;
      font-size: 0.92rem;
    }

    .pricing-card ul li i {
      color: #68A4C4;
      margin-right: 8px;
    }

    .pricing-card.featured {
      border-color: #68A4C4;
      background: linear-gradient(135deg, #1e4356 0%, #2d6a8f 100%);
      color: #fff;
    }

    .pricing-card.featured h5,
    .pricing-card.featured .price,
    .pricing-card.featured ul li {
      color: #fff;
    }

    .pricing-card.featured ul li {
      border-bottom-color: rgba(255, 255, 255, 0.15);
    }

    .pricing-card.featured ul li i {
      color: #8ec8e8;
    }

    .pricing-card.featured p {
      color: rgba(255, 255, 255, 0.8);
    }
  </style>