    * { margin: 0; padding: 0; box-sizing: border-box; }
    body { font-family: 'Lato', sans-serif; background: #f5f5f0; color: #222; }
 
    /* ══════════════════════════════
       PAGE HERO BANNER
    ══════════════════════════════ */
    .detail-hero {
      background: #202F00 url('img/S1.jpg') center/cover no-repeat;
      position: relative;
      padding: 80px 40px 60px;
    }
    .detail-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(8, 18, 0, 0.72);
    }
    .detail-hero-inner {
      position: relative;
      z-index: 1;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }
    .breadcrumb {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      color: #a8c870;
      margin-bottom: 18px;
    }
    .breadcrumb a { color: #c8e890; text-decoration: none; }
    .breadcrumb a:hover { color: #fff; }
    .breadcrumb span { color: #7a9b5a; }
    .detail-hero h1 {
      font-family: 'Mulish', sans-serif;
      font-size: 50px;
      font-weight: 900;
      color: #fff;
      margin-bottom: 14px;
      line-height: 1.1;
    }
    .detail-hero p {
      font-size: 16.5px;
      color: #c8e890;
      max-width: 580px;
      line-height: 1.75;
    }
 
    /* ══════════════════════════════
       MAIN WRAPPER
    ══════════════════════════════ */
    .detail-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 24px 80px;
      display: grid;
      grid-template-columns: 1fr 340px;
      gap: 40px;
      align-items: start;
    }
 
    /* ══════════════════════════════
       LEFT MAIN CONTENT
    ══════════════════════════════ */
    .detail-main { display: flex; flex-direction: column; gap: 36px; }
 
    /* Top image + intro */
    .detail-top {
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    }
    .detail-img {
      width: 100%;
      max-height: 400px;
    }
    .detail-img img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      display: block;
    }
    .detail-intro {
      width: 100%;
      padding: 36px 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      border-top: 4px solid #202F00;
    }
    .detail-intro .service-tag {
      font-size: 12px;
      font-weight: 800;
      color: #4a8a1e;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
    .detail-intro h2 {
      font-family: 'Mulish', sans-serif;
      font-size: 30px;
      font-weight: 900;
      color: #202F00;
      margin-bottom: 16px;
      line-height: 1.2;
    }
    .detail-intro p {
      font-size: 15px;
      line-height: 1.85;
      color: #555;
      font-family: 'Roboto', sans-serif;
      max-width: 700px;
    }
 
    /* Section card */
    .detail-card {
      background: #fff;
      border-radius: 10px;
      padding: 34px 36px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.07);
      border-top: 3px solid #202F00;
    }
    .detail-card h2 {
      font-family: 'Mulish', sans-serif;
      font-size: 22px;
      font-weight: 900;
      color: #202F00;
      margin-bottom: 18px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .detail-card h2::after {
      content: '';
      flex: 1;
      height: 2px;
      background: #e8f0d8;
      border-radius: 2px;
    }
    .detail-card p {
      font-size: 15px;
      line-height: 1.85;
      color: #555;
      font-family: 'Roboto', sans-serif;
    }
 
    /* Benefits list */
    .benefits-list {
      list-style: none;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px 24px;
    }
    .benefits-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 14.5px;
      color: #333;
      font-family: 'Roboto', sans-serif;
      line-height: 1.5;
    }
    .benefits-list li::before {
      content: '✓';
      display: flex;
      align-items: center;
      justify-content: center;
      width: 22px; height: 22px;
      min-width: 22px;
      background: #202F00;
      color: #fff;
      font-size: 12px;
      font-weight: 900;
      border-radius: 50%;
      margin-top: 1px;
    }
 
    /* Process steps */
    .process-steps {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .step {
      display: flex;
      gap: 18px;
      align-items: flex-start;
    }
    .step-num {
      width: 40px; height: 40px;
      min-width: 40px;
      background: #202F00;
      color: #fff;
      font-family: 'Mulish', sans-serif;
      font-size: 16px;
      font-weight: 900;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .step-content h4 {
      font-size: 15px;
      font-weight: 700;
      color: #202F00;
      margin-bottom: 4px;
    }
    .step-content p {
      font-size: 14px;
      color: #666;
      line-height: 1.65;
      font-family: 'Roboto', sans-serif;
    }
 
    /* Back button */
    .back-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #202F00;
      color: #fff;
      padding: 13px 28px;
      text-decoration: none;
      font-weight: 700;
      font-size: 14px;
      border-radius: 4px;
      letter-spacing: 0.3px;
      transition: background 0.2s, transform 0.2s;
      width: fit-content;
    }
    .back-btn:hover { background: #3a5200; transform: translateX(-3px); }
 
    /* ══════════════════════════════
       RIGHT SIDEBAR
    ══════════════════════════════ */
    .detail-sidebar {
      display: flex;
      flex-direction: column;
      gap: 24px;
      position: sticky;
      top: 20px;
    }
 
    /* Quick info box */
    .sidebar-card {
      background: #fff;
      border-radius: 10px;
      padding: 28px 24px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    }
    .sidebar-card h3 {
      font-family: 'Mulish', sans-serif;
      font-size: 17px;
      font-weight: 900;
      color: #202F00;
      margin-bottom: 18px;
      padding-bottom: 12px;
      border-bottom: 2px solid #e8f0d8;
    }
 
    /* All services list */
    .services-list { list-style: none; }
    .services-list li a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 11px 14px;
      font-size: 14px;
      font-weight: 600;
      color: #333;
      text-decoration: none;
      border-radius: 5px;
      transition: background 0.15s, color 0.15s;
      font-family: 'Roboto', sans-serif;
    }
    .services-list li a:hover { background: #f0f8e8; color: #202F00; }
    .services-list li a.active {
      background: #202F00;
      color: #fff;
    }
    .services-list li a span {
      font-size: 16px;
      opacity: 0.6;
    }
    .services-list li a.active span { opacity: 1; }
 
    /* CTA card */
    .cta-card {
      background: #202F00;
      border-radius: 10px;
      padding: 28px 24px;
      text-align: center;
    }
    .cta-card h3 {
      font-family: 'Mulish', sans-serif;
      font-size: 20px;
      font-weight: 900;
      color: #fff;
      margin-bottom: 10px;
    }
    .cta-card p {
      font-size: 13.5px;
      color: #c8e890;
      line-height: 1.65;
      margin-bottom: 20px;
    }
    .cta-card a {
      display: block;
      background: #a8d060;
      color: #202F00;
      font-weight: 900;
      font-size: 14px;
      padding: 12px;
      border-radius: 5px;
      text-decoration: none;
      letter-spacing: 0.5px;
      margin-bottom: 10px;
      transition: background 0.2s;
    }
    .cta-card a:hover { background: #c0e870; }
    .cta-card .phone {
      font-size: 13px;
      color: #a8d060;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
    }
 
    /* Quick facts */
    .quick-facts { list-style: none; }
    .quick-facts li {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 10px 0;
      border-bottom: 1px solid #f0f0f0;
      font-size: 14px;
      color: #444;
    }
    .quick-facts li:last-child { border-bottom: none; }
    .quick-facts li .fact-icon {
      width: 34px; height: 34px;
      background: #f0f8e8;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 15px;
      flex-shrink: 0;
    }
    .quick-facts li strong { color: #202F00; display: block; font-size: 13px; }
 
    /* ══════════════════════════════
       RESPONSIVE
    ══════════════════════════════ */
    @media (max-width: 960px) {
      .detail-wrapper {
        grid-template-columns: 1fr;
      }
      .detail-sidebar { position: static; }
    }
    @media (max-width: 700px) {
      .detail-top { flex-direction: column; }
      .detail-img { min-height: 240px; max-height: 280px; }
      .detail-intro { border-left: none; border-top: 4px solid #202F00; padding: 24px 20px; }
      .benefits-list { grid-template-columns: 1fr; }
      .detail-card { padding: 24px 20px; }
      .detail-hero h1 { font-size: 32px; }
      .detail-hero { padding: 60px 20px 40px; }
    }