body {
      font-family: 'Segoe UI', Roboto, system-ui, sans-serif;
      color: #1f3a44;
      background-color: #f9fcfd;
    }
    .navbar-brand {
      font-weight: 700;
      font-size: 1.8rem;
      color: #1e3c4f !important;
    }
    .section-title {
      font-size: 2.4rem;
      font-weight: 700;
      position: relative;
      display: inline-block;
      margin-bottom: 2rem;
    }
    .section-title:after {
      content: '';
      display: block;
      width: 70px;
      height: 4px;
      background: #d98c4a;
      border-radius: 4px;
      margin-top: 10px;
    }
    .faq-category {
      font-size: 1.5rem;
      font-weight: 600;
      margin: 2rem 0 1rem;
      color: #1e3c4f;
    }
    .accordion-item {
      border: none;
      margin-bottom: 1rem;
      border-radius: 1.2rem !important;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,40,50,0.05);
    }
    .accordion-button {
      background: white;
      color: #1f3a44;
      font-weight: 600;
      padding: 1.5rem 2rem;
      border-radius: 1.2rem !important;
      box-shadow: none !important;
    }
    .accordion-button:not(.collapsed) {
      background: #e7f0f5;
      color: #1e3c4f;
    }
    .accordion-button:focus {
      box-shadow: none;
      border-color: transparent;
    }
    .accordion-body {
      background: white;
      padding: 1.5rem 2rem;
      border-top: 1px solid #e1ecf2;
    }
    .btn-cta {
      background: #d98c4a;
      color: white;
      border-radius: 50px;
      padding: 0.8rem 2rem;
      font-weight: 600;
      border: none;
      transition: 0.3s;
    }
    .btn-cta:hover {
      background: #c57633;
      transform: translateY(-2px);
      box-shadow: 0 10px 20px rgba(217,140,74,0.2);
    }
    .breadcrumb {
      background: transparent;
      padding: 0.5rem 0;
    }
    .breadcrumb-item a {
      color: #2b5c6f;
      text-decoration: none;
    }
    .contact-card {
      background: linear-gradient(145deg, #1e3c4f, #16323f);
      border-radius: 2rem;
      padding: 2.5rem;
      color: white;
    }
    .footer-link {
      color: #b6ccd9;
      text-decoration: none;
    }
    .footer-link:hover {
      color: white;
    }
    .feature-badge {
      display: inline-block;
      background: #eef4f7;
      border-radius: 50px;
      padding: 0.3rem 1rem;
      font-size: 0.9rem;
      color: #2b5c6f;
      margin-right: 0.5rem;
      margin-bottom: 0.5rem;
    }