.trials-page-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trials-page-wrapper {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #4a5568;
  line-height: 1.7;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

.trials-page-wrapper .trials-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.trials-page-wrapper .trials-section {
  padding: 80px 0;
  position: relative;
}

.trials-page-wrapper .trials-bg-light {
  background-color: #f0f9ff;
  .trials-page-wrapper .trials-mb-4 {
    margin-bottom: 2rem;
  }

  .trials-page-wrapper .trials-heading {
    font-size: 34px;
    font-weight: 700;
    color: #0e88c7;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
  }

  .trials-page-wrapper .trials-heading::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #ff6600;
    margin-top: 10px;
    border-radius: 2px;
  }

  .trials-page-wrapper .trials-text-center .trials-heading::after {
    margin-left: auto;
    margin-right: auto;
  }

  .trials-page-wrapper .trials-subheading {
    font-size: 24px;
    color: #0e88c7;
    margin-bottom: 15px;
  }

  .trials-page-wrapper .trials-text {
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 15px;
  }

  .trials-page-wrapper .trials-bg-dark .trials-text {
    color: #e0f2fe;
  }

  .trials-page-wrapper .trials-btn {
    display: inline-block;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
  }

  .trials-page-wrapper .trials-btn-primary {
    background-color: #ff6600;
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3);
  }

  .trials-page-wrapper .trials-btn-primary:hover {
    transform: translateY(-3px);
    background-color: #e55b00;
    box-shadow: 0 8px 20px rgba(255, 102, 0, 0.4);
  }

  .trials-page-wrapper .trials-btn-orange {
    background-color: #ff6600;
    color: #fff;
    border: 2px solid #ff6600;
  }

  .trials-page-wrapper .trials-btn-orange:hover {
    background-color: transparent;
    color: #ff6600;
    border-color: #ff6600;
  }

  .trials-page-wrapper .trials-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    background: linear-gradient(120deg, #f0f9ff 0%, #e0f2fe 100%);
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #0e88c7;
  }

  .trials-page-wrapper .trials-hero-content {
    max-width: 800px;
    position: relative;
    z-index: 2;
  }

  .trials-page-wrapper .trials-tag {
    background: rgba(14, 136, 199, 0.1);
    color: #0e88c7;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
  }

  .trials-page-wrapper .trials-title {
    font-size: 48px;
    line-height: 1.2;
    color: #0c4a6e;
    margin-bottom: 20px;
  }

  .trials-page-wrapper .trials-subtitle {
    font-size: 20px;
    color: #475569;
    margin-bottom: 30px;
    border-left: 4px solid #ff6600;
    padding-left: 20px;
  }

  .trials-page-wrapper .trials-content-block {
    max-width: 900px;
    margin: 0 auto;
  }

  .trials-page-wrapper .trials-highlight-box {
    background: #e0f2fe;
    padding: 40px;
    border-radius: 12px;
    position: relative;
    border: 1px solid #bae6fd;
  }

  .trials-page-wrapper .trials-icon-float {
    position: absolute;
    top: -30px;
    left: 40px;
    background: #0e88c7;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(14, 136, 199, 0.3);
  }

  .trials-page-wrapper .trials-check-list {
    list-style: none;
    margin-top: 20px;
  }

  .trials-page-wrapper .trials-check-list li {
    padding: 8px 0;
    position: relative;
    padding-left: 30px;
    color: #334155;
  }

  .trials-page-wrapper .trials-check-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ff6600;
    position: absolute;
    left: 0;
  }

  .trials-page-wrapper .trials-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }

  .trials-page-wrapper .trials-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    text-align: center;
    transition: all 0.4s ease;
    border-bottom: 3px solid transparent;
  }

  .trials-page-wrapper .trials-hover-lift:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-bottom-color: #ff6600;
  }

  .trials-page-wrapper .trials-icon-box {
    font-size: 32px;
    color: #0e88c7;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    background: #e0f2fe;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
  }

  .trials-page-wrapper .trials-card h4 {
    font-size: 18px;
    color: #0c4a6e;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .trials-page-wrapper .trials-flex-row {
    display: flex;
    align-items: center;
    gap: 50px;
  }

  .trials-page-wrapper .trials-text-col {
    flex: 1;
  }
  .trials-page-wrapper .trials-img-col {
    flex: 1;
  }

  .trials-page-wrapper .trials-icon-list {
    list-style: none;
    margin-top: 20px;
  }

  .trials-page-wrapper .trials-icon-list li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #e5e7eb;
    color: #334155;
  }

  .trials-page-wrapper .trials-icon-list li i {
    color: #ff6600;
    font-size: 18px;
  }

  .trials-page-wrapper .trials-graphic-box {
    background: #e0f2fe;
    height: 350px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #0e88c7;
  }

  .trials-page-wrapper .trials-graphic-box i {
    font-size: 80px;
    margin-bottom: 20px;
  }
  .trials-page-wrapper .trials-graphic-box span {
    font-size: 20px;
    font-weight: 700;
  }

  .trials-page-wrapper .trials-table-wrapper {
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }

  .trials-page-wrapper .trials-premium-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    min-width: 600px;
  }

  .trials-page-wrapper .trials-premium-table th {
    background: #0e88c7;
    color: #fff;
    padding: 20px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.5px;
  }

  .trials-page-wrapper .trials-premium-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
  }

  .trials-page-wrapper .trials-premium-table tr:hover td {
    background-color: #f0f9ff;
    color: #0e88c7;
  }

  .trials-page-wrapper .trials-process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }

  .trials-page-wrapper .trials-process-card {
    background: #fff;
    padding: 40px 30px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease;
  }

  .trials-page-wrapper .trials-process-card:hover {
    transform: translateY(-5px);
    border-color: #0e88c7;
  }

  .trials-page-wrapper .trials-step-badge {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #ff6600;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(255, 102, 0, 0.4);
  }

  .trials-page-wrapper .trials-process-card h4 {
    color: #0e88c7;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .trials-page-wrapper .trials-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
  }

  .trials-page-wrapper .trials-benefit-item {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
  }

  .trials-page-wrapper .trials-benefit-item:hover {
    border-color: #0e88c7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .trials-page-wrapper .trials-b-icon {
    font-size: 24px;
    color: #ff6600;
  }

  .trials-page-wrapper .trials-commitment-box {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }

  .trials-page-wrapper .trials-quote-icon {
    font-size: 40px;
    color: #ff6600;
    opacity: 0.8;
    margin-bottom: 20px;
  }

  .trials-page-wrapper .trials-commitment-title {
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
  }

  .trials-page-wrapper .trials-quote-text {
    font-size: 22px;
    font-style: italic;
    color: #bae6fd;
    margin-bottom: 15px;
    line-height: 1.6;
  }

  .trials-page-wrapper .trials-sub-quote {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
  }

  .trials-page-wrapper .trials-cta-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
  }

  .trials-page-wrapper .trials-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .trials-page-wrapper .trials-reveal.trials-active {
    opacity: 1;
    transform: translateY(0);
  }

  .trials-page-wrapper .trials-delay-100 {
    transition-delay: 0.15s;
  }
  .trials-page-wrapper .trials-delay-200 {
    transition-delay: 0.3s;
  }

  @media (max-width: 992px) {
    .trials-page-wrapper .trials-flex-row {
      flex-direction: column;
    }
    .trials-page-wrapper .trials-process-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .trials-page-wrapper .trials-benefits-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 768px) {
    .trials-page-wrapper .trials-process-grid {
      grid-template-columns: 1fr;
    }
    .trials-page-wrapper .trials-grid-3 {
      grid-template-columns: 1fr;
    }
    .trials-page-wrapper .trials-hero {
      text-align: center;
    }
    .trials-page-wrapper .trials-subtitle {
      border: none;
      padding: 0;
    }
    .trials-page-wrapper .trials-title {
      font-size: 36px;
    }
  }

  .trials-content-block.trials-mt-6 {
    margin-top: 120px !important;
  }
}
