 body { font-family: "Inter", sans-serif; }
    .price-hero {
      padding: 80px 0;
      background: linear-gradient(180deg, rgba(0,0,0,.6), rgba(0,0,0,.6)), url("../assets/img/hero_bg.jpg") center/cover no-repeat;
      color: #fff;
    }
    .price-card {
      background: #fff;
      border: 0;
      border-radius: 18px;
      box-shadow: 0 10px 30px rgba(0,0,0,.08);
    }
    .price-table th {
      white-space: nowrap;
    }
    .price-cell {
      font-weight: 700;
      text-align: right;
      white-space: nowrap;
    }
    .unit-cell {
      white-space: nowrap;
      opacity: .9;
    }
    .note {
      font-size: .95rem;
      opacity: .9;
    }
    .category-title {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .category-title i {
      font-size: 1.25rem;
    }
    .sticky-cta {
      position: sticky;
      bottom: 18px;
      z-index: 5;
    }